java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | android.support.test.espresso.action.Swipe |
Executes different swipe types to given positions.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Swipe | FAST | Swipes quickly between the co-ordinates. | |||||||||
Swipe | SLOW | Swipes deliberately slowly between the co-ordinates, to aid in visual debugging. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
android.support.test.espresso.action.Swiper
| |||||||||||
From interface
java.lang.Comparable
|
Swipes deliberately slowly between the co-ordinates, to aid in visual debugging.