public
enum
Swipe
extends Enum<Swipe>
implements
Swiper
java.lang.Object | ||
↳ | java.lang.Enum<android.support.test.espresso.action.Swipe> | |
↳ | 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 | |
---|---|
static
Swipe
|
valueOf(String name)
|
static
final
Swipe[]
|
values()
|
Inherited methods | |
---|---|
![]()
java.lang.Enum
| |
![]()
java.lang.Object
| |
![]()
java.lang.Comparable
| |
![]()
android.support.test.espresso.action.Swiper
|