MotionEventSubject
Artifact: androidx.test.ext:truth
class MotionEventSubject : Subject
Subject for MotionEvent.
Summary
Inherited functions |
||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Public functions
hasActionButton
fun hasActionButton(actionButton: Int): Unit
Check the value of getActionButton
| Throws | |
|---|---|
java.lang.IllegalStateException |
if called on below Android API 23 |
historicalPointerCoords
fun historicalPointerCoords(pointerIndex: Int, pos: Int): PointerCoordsSubject!