java.lang.Object |
↳ |
java.lang.Enum<E extends java.lang.Enum<E>> |
|
↳ |
android.support.test.espresso.action.Swipe |
Class Overview
Executes different swipe types to given positions.
Summary
Enum Values |
Swipe |
FAST |
Swipes quickly between the co-ordinates.
|
Swipe |
SLOW |
Swipes deliberately slowly between the co-ordinates, to aid in visual debugging.
|
[Expand]
Inherited Methods |
From class
java.lang.Enum
final
Object
|
clone()
|
int
|
compareTo(Object arg0)
|
final
int
|
compareTo(E arg0)
|
final
boolean
|
equals(Object arg0)
|
final
void
|
finalize()
|
final
Class<E>
|
getDeclaringClass()
|
final
int
|
hashCode()
|
final
String
|
name()
|
final
int
|
ordinal()
|
String
|
toString()
|
static
<T extends Enum<T>>
T
|
valueOf(Class<T> arg0, String arg1)
|
|
From class
java.lang.Object
Object
|
clone()
|
boolean
|
equals(Object arg0)
|
void
|
finalize()
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
|
From interface
android.support.test.espresso.action.Swiper
abstract
Swiper.Status
|
sendSwipe(UiController uiController, float[] startCoordinates, float[] endCoordinates, float[] precision)
Swipes from startCoordinates to endCoordinates using the given
uiController to send MotionEvent s.
|
|
From interface
java.lang.Comparable
abstract
int
|
compareTo(T arg0)
|
|
Enum Values
public
static
final
Swipe
FAST
Swipes quickly between the co-ordinates.
public
static
final
Swipe
SLOW
Swipes deliberately slowly between the co-ordinates, to aid in visual debugging.
Public Methods
public
static
Swipe
valueOf
(String name)
public
static
final
Swipe[]
values
()