public enum Press
extends Enum<Press> implements PrecisionDescriber
| java.lang.Object | ||
| ↳ | java.lang.Enum<android.support.test.espresso.action.Press> | |
| ↳ | android.support.test.espresso.action.Press | |
返回不同的触摸目标尺寸。
Enum values |
|
|---|---|
Press |
FINGER
|
Press |
PINPOINT
|
Press |
THUMB
|
Public methods |
|
|---|---|
static Press |
valueOf(String name) |
static final Press[] |
values() |
Inherited methods |
|
|---|---|
java.lang.Enum
|
|
java.lang.Object
|
|
java.lang.Comparable
|
|
android.support.test.espresso.action.PrecisionDescriber
|
|