Searched refs:AXIS_TOUCH_MAJOR (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | MotionEvent.java | 637 public static final int AXIS_TOUCH_MAJOR = 4; field in MotionEvent 1257 names.append(AXIS_TOUCH_MAJOR, "AXIS_TOUCH_MAJOR"); in names.append() argument 2249 return nativeGetAxisValue(mNativePtr, AXIS_TOUCH_MAJOR, 0, HISTORY_CURRENT); in getTouchMajor() 2431 return nativeGetAxisValue(mNativePtr, AXIS_TOUCH_MAJOR, pointerIndex, HISTORY_CURRENT); in getTouchMajor() 2833 return nativeGetAxisValue(mNativePtr, AXIS_TOUCH_MAJOR, 0, pos); in getHistoricalTouchMajor() 3000 return nativeGetAxisValue(mNativePtr, AXIS_TOUCH_MAJOR, pointerIndex, pos); in getHistoricalTouchMajor() 3898 case AXIS_TOUCH_MAJOR: in getAxisValue() 3946 case AXIS_TOUCH_MAJOR: in setAxisValue()
|
D | InputDevice.java | 344 public static final int MOTION_RANGE_TOUCH_MAJOR = MotionEvent.AXIS_TOUCH_MAJOR;
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |