Searched refs:AXIS_TOOL_MINOR (Results 1 – 15 of 15) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | MotionEvent.java | 666 public static final int AXIS_TOOL_MINOR = 7; field in MotionEvent 1217 names.append(AXIS_TOOL_MINOR, "AXIS_TOOL_MINOR"); in names.append() argument 2034 return nativeGetAxisValue(mNativePtr, AXIS_TOOL_MINOR, 0, HISTORY_CURRENT); in getToolMinor() 2232 return nativeGetAxisValue(mNativePtr, AXIS_TOOL_MINOR, pointerIndex, HISTORY_CURRENT); in getToolMinor() 2587 return nativeGetAxisValue(mNativePtr, AXIS_TOOL_MINOR, 0, pos); in getHistoricalToolMinor() 2763 return nativeGetAxisValue(mNativePtr, AXIS_TOOL_MINOR, pointerIndex, pos); in getHistoricalToolMinor() 3570 case AXIS_TOOL_MINOR: in getAxisValue() 3621 case AXIS_TOOL_MINOR: in setAxisValue()
|
D | InputDevice.java | 359 public static final int MOTION_RANGE_TOOL_MINOR = MotionEvent.AXIS_TOOL_MINOR;
|
/frameworks/support/v4/java/android/support/v4/view/ |
D | MotionEventCompat.java | 268 public static final int AXIS_TOOL_MINOR = 7; field in MotionEventCompat
|
/frameworks/base/docs/html/about/versions/ |
D | android-3.1.jd | 251 android.view.MotionEvent#AXIS_TOOL_MINOR}, and {@link 281 android.view.MotionEvent#AXIS_TOOL_MINOR}, and {@link
|
/frameworks/support/v4/api/ |
D | 22.1.0.txt | 1975 field public static final int AXIS_TOOL_MINOR = 7; // 0x7
|
D | 22.2.1.txt | 2034 field public static final int AXIS_TOOL_MINOR = 7; // 0x7
|
D | 22.2.0.txt | 2033 field public static final int AXIS_TOOL_MINOR = 7; // 0x7
|
D | 23.0.0.txt | 2225 field public static final int AXIS_TOOL_MINOR = 7; // 0x7
|
D | 23.1.0.txt | 2247 field public static final int AXIS_TOOL_MINOR = 7; // 0x7
|
D | 23.1.1.txt | 2200 field public static final int AXIS_TOOL_MINOR = 7; // 0x7
|
D | current.txt | 2405 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
|
/frameworks/base/api/ |
D | current.txt | 41821 field public static final int AXIS_TOOL_MINOR = 7; // 0x7
|
D | test-current.txt | 41900 field public static final int AXIS_TOOL_MINOR = 7; // 0x7
|
D | system-current.txt | 44821 field public static final int AXIS_TOOL_MINOR = 7; // 0x7
|