Searched refs:AXIS_TOOL_MINOR (Results 1 – 25 of 27) sorted by relevance
12
/frameworks/base/core/java/android/view/ |
D | MotionEvent.java | 694 public static final int AXIS_TOOL_MINOR = 7; field in MotionEvent 1244 names.append(AXIS_TOOL_MINOR, "AXIS_TOOL_MINOR"); in names.append() argument 2113 return nativeGetAxisValue(mNativePtr, AXIS_TOOL_MINOR, 0, HISTORY_CURRENT); in getToolMinor() 2311 return nativeGetAxisValue(mNativePtr, AXIS_TOOL_MINOR, pointerIndex, HISTORY_CURRENT); in getToolMinor() 2668 return nativeGetAxisValue(mNativePtr, AXIS_TOOL_MINOR, 0, pos); in getHistoricalToolMinor() 2844 return nativeGetAxisValue(mNativePtr, AXIS_TOOL_MINOR, pointerIndex, pos); in getHistoricalToolMinor() 3651 case AXIS_TOOL_MINOR: in getAxisValue() 3702 case AXIS_TOOL_MINOR: in setAxisValue()
|
D | InputDevice.java | 366 public static final int MOTION_RANGE_TOOL_MINOR = MotionEvent.AXIS_TOOL_MINOR;
|
/frameworks/support/compat/java/android/support/v4/view/ |
D | MotionEventCompat.java | 160 public static final int AXIS_TOOL_MINOR = 7; field in MotionEventCompat
|
/frameworks/support/api/ |
D | 22.1.0.txt | 3559 field public static final int AXIS_TOOL_MINOR = 7; // 0x7
|
D | 22.2.0.txt | 3956 field public static final int AXIS_TOOL_MINOR = 7; // 0x7
|
D | 22.2.1.txt | 3985 field public static final int AXIS_TOOL_MINOR = 7; // 0x7
|
D | 25.1.0.txt | 6556 field public static final int AXIS_TOOL_MINOR = 7; // 0x7
|
D | 25.0.0.txt | 6145 field public static final int AXIS_TOOL_MINOR = 7; // 0x7
|
D | 23.0.0.txt | 4655 field public static final int AXIS_TOOL_MINOR = 7; // 0x7
|
D | 25.2.0.txt | 6556 field public static final int AXIS_TOOL_MINOR = 7; // 0x7
|
D | 24.2.0.txt | 6080 field public static final int AXIS_TOOL_MINOR = 7; // 0x7
|
D | 26.0.0-alpha1.txt | 7460 field public static final deprecated int AXIS_TOOL_MINOR = 7; // 0x7
|
D | 23.2.1.txt | 5318 field public static final int AXIS_TOOL_MINOR = 7; // 0x7
|
D | 25.3.0.txt | 6988 field public static final int AXIS_TOOL_MINOR = 7; // 0x7
|
D | 23.2.0.txt | 5318 field public static final int AXIS_TOOL_MINOR = 7; // 0x7
|
D | 23.1.1.txt | 4897 field public static final int AXIS_TOOL_MINOR = 7; // 0x7
|
D | 25.4.0.txt | 7059 field public static final int AXIS_TOOL_MINOR = 7; // 0x7
|
D | 23.4.0.txt | 5330 field public static final int AXIS_TOOL_MINOR = 7; // 0x7
|
D | 23.1.0.txt | 4941 field public static final int AXIS_TOOL_MINOR = 7; // 0x7
|
D | 24.0.0.txt | 5872 field public static final int AXIS_TOOL_MINOR = 7; // 0x7
|
D | 26.0.0-beta1.txt | 8431 field public static final deprecated int AXIS_TOOL_MINOR = 7; // 0x7
|
D | 26.0.0-SNAPSHOT.txt | 8590 field public static final deprecated int AXIS_TOOL_MINOR = 7; // 0x7
|
D | 26.0.0-beta2.txt | 8579 field public static final deprecated int AXIS_TOOL_MINOR = 7; // 0x7
|
D | 24.1.0.txt | 5874 field public static final int AXIS_TOOL_MINOR = 7; // 0x7
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 33027 field public static final int AXIS_TOOL_MINOR = 7; // 0x7
|
12