Home
last modified time | relevance | path

Searched refs:getHistoricalAxisValue (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/native/android/
H A Dinput.cpp282 return static_cast<const MotionEvent*>(motion_event)->getHistoricalAxisValue( in AMotionEvent_getHistoricalAxisValue()
/aosp14/frameworks/base/core/jni/
H A Dandroid_view_MotionEvent.cpp448 : event->getHistoricalAxisValue(axis, pointerIndex, historyPos); in android_view_MotionEvent_nativeGetPointerCoords()
586 return event->getHistoricalAxisValue(axis, pointerIndex, historyPos); in android_view_MotionEvent_nativeGetAxisValue()
/aosp14/frameworks/base/core/java/android/view/
H A DMotionEvent.java3298 public final float getHistoricalAxisValue(int axis, int pos) { in getHistoricalAxisValue() method in MotionEvent
3479 public final float getHistoricalAxisValue(int axis, int pointerIndex, int pos) { in getHistoricalAxisValue() method in MotionEvent
H A DViewRootImpl.java7816 event.getHistoricalAxisValue(MotionEvent.AXIS_X, 0, h));
7818 event.getHistoricalAxisValue(MotionEvent.AXIS_Y, 0, h));
7820 event.getHistoricalAxisValue(MotionEvent.AXIS_HAT_X, 0, h));
7822 event.getHistoricalAxisValue(MotionEvent.AXIS_HAT_Y, 0, h));
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt51310 method public float getHistoricalAxisValue(int, int);
51311 method public float getHistoricalAxisValue(int, int, int);