Searched refs:AXIS_TOUCH_MAJOR (Results 1 – 25 of 27) sorted by relevance
12
/frameworks/base/core/java/android/view/ |
D | MotionEvent.java | 621 public static final int AXIS_TOUCH_MAJOR = 4; field in MotionEvent 1241 names.append(AXIS_TOUCH_MAJOR, "AXIS_TOUCH_MAJOR"); in names.append() argument 2083 return nativeGetAxisValue(mNativePtr, AXIS_TOUCH_MAJOR, 0, HISTORY_CURRENT); in getTouchMajor() 2265 return nativeGetAxisValue(mNativePtr, AXIS_TOUCH_MAJOR, pointerIndex, HISTORY_CURRENT); in getTouchMajor() 2623 return nativeGetAxisValue(mNativePtr, AXIS_TOUCH_MAJOR, 0, pos); in getHistoricalTouchMajor() 2790 return nativeGetAxisValue(mNativePtr, AXIS_TOUCH_MAJOR, pointerIndex, pos); in getHistoricalTouchMajor() 3645 case AXIS_TOUCH_MAJOR: in getAxisValue() 3693 case AXIS_TOUCH_MAJOR: in setAxisValue()
|
D | InputDevice.java | 339 public static final int MOTION_RANGE_TOUCH_MAJOR = MotionEvent.AXIS_TOUCH_MAJOR;
|
/frameworks/support/compat/java/android/support/v4/view/ |
D | MotionEventCompat.java | 136 public static final int AXIS_TOUCH_MAJOR = 4; field in MotionEventCompat
|
/frameworks/support/api/ |
D | 22.1.0.txt | 3560 field public static final int AXIS_TOUCH_MAJOR = 4; // 0x4
|
D | 22.2.0.txt | 3957 field public static final int AXIS_TOUCH_MAJOR = 4; // 0x4
|
D | 22.2.1.txt | 3986 field public static final int AXIS_TOUCH_MAJOR = 4; // 0x4
|
D | 25.1.0.txt | 6557 field public static final int AXIS_TOUCH_MAJOR = 4; // 0x4
|
D | 25.0.0.txt | 6146 field public static final int AXIS_TOUCH_MAJOR = 4; // 0x4
|
D | 23.0.0.txt | 4656 field public static final int AXIS_TOUCH_MAJOR = 4; // 0x4
|
D | 25.2.0.txt | 6557 field public static final int AXIS_TOUCH_MAJOR = 4; // 0x4
|
D | 24.2.0.txt | 6081 field public static final int AXIS_TOUCH_MAJOR = 4; // 0x4
|
D | 26.0.0-alpha1.txt | 7461 field public static final deprecated int AXIS_TOUCH_MAJOR = 4; // 0x4
|
D | 23.2.1.txt | 5319 field public static final int AXIS_TOUCH_MAJOR = 4; // 0x4
|
D | 25.3.0.txt | 6989 field public static final int AXIS_TOUCH_MAJOR = 4; // 0x4
|
D | 23.2.0.txt | 5319 field public static final int AXIS_TOUCH_MAJOR = 4; // 0x4
|
D | 23.1.1.txt | 4898 field public static final int AXIS_TOUCH_MAJOR = 4; // 0x4
|
D | 25.4.0.txt | 7060 field public static final int AXIS_TOUCH_MAJOR = 4; // 0x4
|
D | 23.4.0.txt | 5331 field public static final int AXIS_TOUCH_MAJOR = 4; // 0x4
|
D | 23.1.0.txt | 4942 field public static final int AXIS_TOUCH_MAJOR = 4; // 0x4
|
D | 24.0.0.txt | 5873 field public static final int AXIS_TOUCH_MAJOR = 4; // 0x4
|
D | 26.0.0-beta1.txt | 8432 field public static final deprecated int AXIS_TOUCH_MAJOR = 4; // 0x4
|
D | 26.0.0-SNAPSHOT.txt | 8591 field public static final deprecated int AXIS_TOUCH_MAJOR = 4; // 0x4
|
D | 26.0.0-beta2.txt | 8580 field public static final deprecated int AXIS_TOUCH_MAJOR = 4; // 0x4
|
D | 24.1.0.txt | 5875 field public static final int AXIS_TOUCH_MAJOR = 4; // 0x4
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 33028 field public static final int AXIS_TOUCH_MAJOR = 4; // 0x4
|
12