Searched refs:nativeGetAxisValue (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/view/ |
D | MotionEvent.java | 1377 private static native float nativeGetAxisValue(long nativePtr, in nativeGetAxisValue() method in MotionEvent 1856 return nativeGetAxisValue(mNativePtr, AXIS_X, 0, HISTORY_CURRENT); in getX() 1866 return nativeGetAxisValue(mNativePtr, AXIS_Y, 0, HISTORY_CURRENT); in getY() 1876 return nativeGetAxisValue(mNativePtr, AXIS_PRESSURE, 0, HISTORY_CURRENT); in getPressure() 1886 return nativeGetAxisValue(mNativePtr, AXIS_SIZE, 0, HISTORY_CURRENT); in getSize() 1896 return nativeGetAxisValue(mNativePtr, AXIS_TOUCH_MAJOR, 0, HISTORY_CURRENT); in getTouchMajor() 1906 return nativeGetAxisValue(mNativePtr, AXIS_TOUCH_MINOR, 0, HISTORY_CURRENT); in getTouchMinor() 1916 return nativeGetAxisValue(mNativePtr, AXIS_TOOL_MAJOR, 0, HISTORY_CURRENT); in getToolMajor() 1926 return nativeGetAxisValue(mNativePtr, AXIS_TOOL_MINOR, 0, HISTORY_CURRENT); in getToolMinor() 1936 return nativeGetAxisValue(mNativePtr, AXIS_ORIENTATION, 0, HISTORY_CURRENT); in getOrientation() [all …]
|