Home
last modified time | relevance | path

Searched refs:nativeGetAxisValue (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/view/
DMotionEvent.java1584 private static native float nativeGetAxisValue(long nativePtr, in nativeGetAxisValue() method in MotionEvent
2272 return nativeGetAxisValue(mNativePtr, AXIS_X, 0, HISTORY_CURRENT); in getX()
2282 return nativeGetAxisValue(mNativePtr, AXIS_Y, 0, HISTORY_CURRENT); in getY()
2292 return nativeGetAxisValue(mNativePtr, AXIS_PRESSURE, 0, HISTORY_CURRENT); in getPressure()
2302 return nativeGetAxisValue(mNativePtr, AXIS_SIZE, 0, HISTORY_CURRENT); in getSize()
2312 return nativeGetAxisValue(mNativePtr, AXIS_TOUCH_MAJOR, 0, HISTORY_CURRENT); in getTouchMajor()
2322 return nativeGetAxisValue(mNativePtr, AXIS_TOUCH_MINOR, 0, HISTORY_CURRENT); in getTouchMinor()
2332 return nativeGetAxisValue(mNativePtr, AXIS_TOOL_MAJOR, 0, HISTORY_CURRENT); in getToolMajor()
2342 return nativeGetAxisValue(mNativePtr, AXIS_TOOL_MINOR, 0, HISTORY_CURRENT); in getToolMinor()
2352 return nativeGetAxisValue(mNativePtr, AXIS_ORIENTATION, 0, HISTORY_CURRENT); in getOrientation()
[all …]
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt64779 Landroid/view/MotionEvent;->nativeGetAxisValue(JIII)F