Searched refs:nativeGetAxisValue (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/base/core/java/android/view/ |
H A D | MotionEvent.java | 1584 private static native float nativeGetAxisValue(long nativePtr, in nativeGetAxisValue() method in MotionEvent 2365 return nativeGetAxisValue(mNativePtr, axis, 0, HISTORY_CURRENT); in getAxisValue() 2870 return nativeGetAxisValue(mNativePtr, AXIS_X, 0, pos); in getHistoricalX() 2885 return nativeGetAxisValue(mNativePtr, AXIS_Y, 0, pos); in getHistoricalY() 2900 return nativeGetAxisValue(mNativePtr, AXIS_PRESSURE, 0, pos); in getHistoricalPressure() 2915 return nativeGetAxisValue(mNativePtr, AXIS_SIZE, 0, pos); in getHistoricalSize() 2930 return nativeGetAxisValue(mNativePtr, AXIS_TOUCH_MAJOR, 0, pos); in getHistoricalTouchMajor() 2960 return nativeGetAxisValue(mNativePtr, AXIS_TOOL_MAJOR, 0, pos); in getHistoricalToolMajor() 2975 return nativeGetAxisValue(mNativePtr, AXIS_TOOL_MINOR, 0, pos); in getHistoricalToolMinor() 3007 return nativeGetAxisValue(mNativePtr, axis, 0, pos); in getHistoricalAxisValue() [all …]
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 64779 Landroid/view/MotionEvent;->nativeGetAxisValue(JIII)F
|