Searched refs:getHistoricalRawAxisValue (Results 1 – 4 of 4) sorted by relevance
/aosp12/frameworks/native/include/input/ |
H A D | Input.h | 691 float getHistoricalRawAxisValue(int32_t axis, size_t pointerIndex, 695 return getHistoricalRawAxisValue( in getHistoricalRawX() 700 return getHistoricalRawAxisValue( in getHistoricalRawY()
|
/aosp12/frameworks/native/libs/input/tests/ |
H A D | InputEvent_test.cpp | 389 ASSERT_EQ(11, event->getHistoricalRawAxisValue(AMOTION_EVENT_AXIS_Y, 0, 0)); in assertEqualsEventWithHistory() 390 ASSERT_EQ(21, event->getHistoricalRawAxisValue(AMOTION_EVENT_AXIS_Y, 1, 0)); in assertEqualsEventWithHistory() 391 ASSERT_EQ(111, event->getHistoricalRawAxisValue(AMOTION_EVENT_AXIS_Y, 0, 1)); in assertEqualsEventWithHistory() 392 ASSERT_EQ(121, event->getHistoricalRawAxisValue(AMOTION_EVENT_AXIS_Y, 1, 1)); in assertEqualsEventWithHistory()
|
/aosp12/frameworks/native/libs/input/ |
H A D | Input.cpp | 522 return getHistoricalRawAxisValue(axis, pointerIndex, getHistorySize()); in getRawAxisValue() 534 float MotionEvent::getHistoricalRawAxisValue(int32_t axis, size_t pointerIndex, in getHistoricalRawAxisValue() function in android::MotionEvent
|
/aosp12/frameworks/base/core/jni/ |
H A D | android_view_MotionEvent.cpp | 568 return event->getHistoricalRawAxisValue(axis, pointerIndex, historyPos); in android_view_MotionEvent_nativeGetRawAxisValue()
|