Searched refs:nativeGetAxisValue (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/core/java/android/view/ |
H A D | MotionEvent.java | 1720 private static native float nativeGetAxisValue(long nativePtr, in nativeGetAxisValue() method in MotionEvent 2593 return nativeGetAxisValue(mNativePtr, axis, 0, HISTORY_CURRENT); in getAxisValue() 3162 return nativeGetAxisValue(mNativePtr, AXIS_X, 0, pos); in getHistoricalX() 3177 return nativeGetAxisValue(mNativePtr, AXIS_Y, 0, pos); in getHistoricalY() 3192 return nativeGetAxisValue(mNativePtr, AXIS_PRESSURE, 0, pos); in getHistoricalPressure() 3207 return nativeGetAxisValue(mNativePtr, AXIS_SIZE, 0, pos); in getHistoricalSize() 3222 return nativeGetAxisValue(mNativePtr, AXIS_TOUCH_MAJOR, 0, pos); in getHistoricalTouchMajor() 3252 return nativeGetAxisValue(mNativePtr, AXIS_TOOL_MAJOR, 0, pos); in getHistoricalToolMajor() 3267 return nativeGetAxisValue(mNativePtr, AXIS_TOOL_MINOR, 0, pos); in getHistoricalToolMinor() 3299 return nativeGetAxisValue(mNativePtr, axis, 0, pos); in getHistoricalAxisValue() [all …]
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 61456 Landroid/view/MotionEvent;->nativeGetAxisValue(JIII)F
|