Searched refs:getHistoricalAxisValue (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/native/android/ |
H A D | input.cpp | 282 return static_cast<const MotionEvent*>(motion_event)->getHistoricalAxisValue( in AMotionEvent_getHistoricalAxisValue()
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_view_MotionEvent.cpp | 448 : 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 D | MotionEvent.java | 3298 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 D | ViewRootImpl.java | 7816 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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 51310 method public float getHistoricalAxisValue(int, int); 51311 method public float getHistoricalAxisValue(int, int, int);
|