| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | 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 | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 
          Returns the reverse of the given direction.
         | |||||||||||
| [Expand] Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
  java.lang.Enum | |||||||||||
|  From class
  java.lang.Object | |||||||||||
|  From interface
  java.lang.Comparable | |||||||||||