Home
last modified time | relevance | path

Searched refs:getHistoricalRawAxisValue (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/native/include/input/
H A DInput.h691 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 DInputEvent_test.cpp389 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 DInput.cpp522 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 Dandroid_view_MotionEvent.cpp568 return event->getHistoricalRawAxisValue(axis, pointerIndex, historyPos); in android_view_MotionEvent_nativeGetRawAxisValue()