public
final
enum
Direction
extends Enum<Direction>
java.lang.Object | ||
↳ | java.lang.Enum<android.support.test.uiautomator.Direction> | |
↳ | android.support.test.uiautomator.Direction |
An enumeration used to specify the primary direction of certain gestures.
Enum values | |
---|---|
Direction |
DOWN
|
Direction |
LEFT
|
Direction |
RIGHT
|
Direction |
UP
|
Public methods | |
---|---|
static
Direction
|
reverse(Direction direction)
Returns the reverse of the given direction. |
static
Direction
|
valueOf(String name)
|
static
final
Direction[]
|
values()
|
Inherited methods | |
---|---|
From
class
java.lang.Enum
| |
From
class
java.lang.Object
| |
From
interface
java.lang.Comparable
|
Direction reverse (Direction direction)
Returns the reverse of the given direction.
Parameters | |
---|---|
direction |
Direction
|
Returns | |
---|---|
Direction |