public enum GeneralLocation
extends Enum<GeneralLocation> implements CoordinatesProvider
| java.lang.Object | ||
| ↳ | java.lang.Enum<android.support.test.espresso.action.GeneralLocation> | |
| ↳ | android.support.test.espresso.action.GeneralLocation | |
计算一般位置的坐标位置。
Enum values |
|
|---|---|
GeneralLocation |
BOTTOM_CENTER
|
GeneralLocation |
BOTTOM_LEFT
|
GeneralLocation |
BOTTOM_RIGHT
|
GeneralLocation |
CENTER
|
GeneralLocation |
CENTER_LEFT
|
GeneralLocation |
CENTER_RIGHT
|
GeneralLocation |
TOP_CENTER
|
GeneralLocation |
TOP_LEFT
|
GeneralLocation |
TOP_RIGHT
|
GeneralLocation |
VISIBLE_CENTER
|
Public methods |
|
|---|---|
static GeneralLocation |
valueOf(String name) |
static final GeneralLocation[] |
values() |
Inherited methods |
|
|---|---|
java.lang.Enum
|
|
java.lang.Object
|
|
java.lang.Comparable
|
|
android.support.test.espresso.action.CoordinatesProvider
|
|