Searched refs:AXIS_TOOL_MAJOR (Results 1 – 25 of 27) sorted by relevance
12
/frameworks/base/core/java/android/view/ |
D | MotionEvent.java | 669 public static final int AXIS_TOOL_MAJOR = 6; field in MotionEvent 1243 names.append(AXIS_TOOL_MAJOR, "AXIS_TOOL_MAJOR"); in names.append() argument 2103 return nativeGetAxisValue(mNativePtr, AXIS_TOOL_MAJOR, 0, HISTORY_CURRENT); in getToolMajor() 2295 return nativeGetAxisValue(mNativePtr, AXIS_TOOL_MAJOR, pointerIndex, HISTORY_CURRENT); in getToolMajor() 2653 return nativeGetAxisValue(mNativePtr, AXIS_TOOL_MAJOR, 0, pos); in getHistoricalToolMajor() 2826 return nativeGetAxisValue(mNativePtr, AXIS_TOOL_MAJOR, pointerIndex, pos); in getHistoricalToolMajor() 3649 case AXIS_TOOL_MAJOR: in getAxisValue() 3699 case AXIS_TOOL_MAJOR: in setAxisValue()
|
D | InputDevice.java | 357 public static final int MOTION_RANGE_TOOL_MAJOR = MotionEvent.AXIS_TOOL_MAJOR;
|
/frameworks/support/compat/java/android/support/v4/view/ |
D | MotionEventCompat.java | 152 public static final int AXIS_TOOL_MAJOR = 6; field in MotionEventCompat
|
/frameworks/support/api/ |
D | 22.1.0.txt | 3558 field public static final int AXIS_TOOL_MAJOR = 6; // 0x6
|
D | 22.2.0.txt | 3955 field public static final int AXIS_TOOL_MAJOR = 6; // 0x6
|
D | 22.2.1.txt | 3984 field public static final int AXIS_TOOL_MAJOR = 6; // 0x6
|
D | 25.1.0.txt | 6555 field public static final int AXIS_TOOL_MAJOR = 6; // 0x6
|
D | 25.0.0.txt | 6144 field public static final int AXIS_TOOL_MAJOR = 6; // 0x6
|
D | 23.0.0.txt | 4654 field public static final int AXIS_TOOL_MAJOR = 6; // 0x6
|
D | 25.2.0.txt | 6555 field public static final int AXIS_TOOL_MAJOR = 6; // 0x6
|
D | 24.2.0.txt | 6079 field public static final int AXIS_TOOL_MAJOR = 6; // 0x6
|
D | 26.0.0-alpha1.txt | 7459 field public static final deprecated int AXIS_TOOL_MAJOR = 6; // 0x6
|
D | 23.2.1.txt | 5317 field public static final int AXIS_TOOL_MAJOR = 6; // 0x6
|
D | 25.3.0.txt | 6987 field public static final int AXIS_TOOL_MAJOR = 6; // 0x6
|
D | 23.2.0.txt | 5317 field public static final int AXIS_TOOL_MAJOR = 6; // 0x6
|
D | 23.1.1.txt | 4896 field public static final int AXIS_TOOL_MAJOR = 6; // 0x6
|
D | 25.4.0.txt | 7058 field public static final int AXIS_TOOL_MAJOR = 6; // 0x6
|
D | 23.4.0.txt | 5329 field public static final int AXIS_TOOL_MAJOR = 6; // 0x6
|
D | 23.1.0.txt | 4940 field public static final int AXIS_TOOL_MAJOR = 6; // 0x6
|
D | 24.0.0.txt | 5871 field public static final int AXIS_TOOL_MAJOR = 6; // 0x6
|
D | 26.0.0-beta1.txt | 8430 field public static final deprecated int AXIS_TOOL_MAJOR = 6; // 0x6
|
D | 26.0.0-SNAPSHOT.txt | 8589 field public static final deprecated int AXIS_TOOL_MAJOR = 6; // 0x6
|
D | 26.0.0-beta2.txt | 8578 field public static final deprecated int AXIS_TOOL_MAJOR = 6; // 0x6
|
D | 24.1.0.txt | 5873 field public static final int AXIS_TOOL_MAJOR = 6; // 0x6
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 33026 field public static final int AXIS_TOOL_MAJOR = 6; // 0x6
|
12