DpadRecyclerView
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
DpadRecyclerView
dpadrecyclerview-testing
/
com.rubensousa.dpadrecyclerview.testing.actions
/
DpadViewActions
/
DpadViewAction
Dpad
View
Action
abstract
class
DpadViewAction
(
description
:
String
)
:
ViewAction
Members
Constructors
Dpad
View
Action
Link copied to clipboard
constructor
(
description
:
String
)
Properties
constraints
Link copied to clipboard
open
override
val
constraints
:
Matcher
<
View
>
description
Link copied to clipboard
open
override
val
description
:
String
Functions
get
Constraints
Link copied to clipboard
open
override
fun
getConstraints
(
)
:
Matcher
<
View
>
get
Description
Link copied to clipboard
open
override
fun
getDescription
(
)
:
String
perform
Link copied to clipboard
abstract
fun
perform
(
uiController
:
UiController
?
,
view
:
View
?
)