toggle menu
DpadRecyclerView
androidJvm
switch theme
search in API
dpadrecyclerview-testing
/
com.rubensousa.dpadrecyclerview.testing
/
KeyEvents
Key
Events
object
KeyEvents
Members
Functions
back
Link copied to clipboard
@
JvmStatic
fun
back
(
times
:
Int
=
1
,
delay
:
Long
=
DEFAULT_KEY_PRESS_DELAY
)
click
Link copied to clipboard
@
JvmStatic
fun
click
(
times
:
Int
=
1
,
delay
:
Long
=
DEFAULT_KEY_PRESS_DELAY
)
long
Click
Link copied to clipboard
@
JvmStatic
fun
longClick
(
)
press
Down
Link copied to clipboard
@
JvmStatic
fun
pressDown
(
times
:
Int
=
1
,
delay
:
Long
=
DEFAULT_KEY_PRESS_DELAY
)
press
Key
Link copied to clipboard
@
JvmStatic
fun
pressKey
(
key
:
Int
,
times
:
Int
=
1
,
delay
:
Long
=
DEFAULT_KEY_PRESS_DELAY
)
press
Left
Link copied to clipboard
@
JvmStatic
fun
pressLeft
(
times
:
Int
=
1
,
delay
:
Long
=
DEFAULT_KEY_PRESS_DELAY
)
press
Right
Link copied to clipboard
@
JvmStatic
fun
pressRight
(
times
:
Int
=
1
,
delay
:
Long
=
DEFAULT_KEY_PRESS_DELAY
)
press
Up
Link copied to clipboard
@
JvmStatic
fun
pressUp
(
times
:
Int
=
1
,
delay
:
Long
=
DEFAULT_KEY_PRESS_DELAY
)