Searched refs:getHistoricalRawAxisValue (Results 1 – 4 of 4) sorted by relevance
/frameworks/native/include/input/ |
D | Input.h | 699 float getHistoricalRawAxisValue(int32_t axis, size_t pointerIndex, 703 return getHistoricalRawAxisValue( in getHistoricalRawX() 708 return getHistoricalRawAxisValue( in getHistoricalRawY()
|
/frameworks/native/libs/input/tests/ |
D | InputEvent_test.cpp | 367 event->getHistoricalRawAxisValue(AMOTION_EVENT_AXIS_Y, 0, 0)); in assertEqualsEventWithHistory() 369 event->getHistoricalRawAxisValue(AMOTION_EVENT_AXIS_Y, 1, 0)); in assertEqualsEventWithHistory() 371 event->getHistoricalRawAxisValue(AMOTION_EVENT_AXIS_Y, 0, 1)); in assertEqualsEventWithHistory() 373 event->getHistoricalRawAxisValue(AMOTION_EVENT_AXIS_Y, 1, 1)); in assertEqualsEventWithHistory()
|
/frameworks/native/libs/input/ |
D | Input.cpp | 578 return getHistoricalRawAxisValue(axis, pointerIndex, getHistorySize()); in getRawAxisValue() 601 float MotionEvent::getHistoricalRawAxisValue(int32_t axis, size_t pointerIndex, in getHistoricalRawAxisValue() function in android::MotionEvent
|
/frameworks/base/core/jni/ |
D | android_view_MotionEvent.cpp | 546 return event->getHistoricalRawAxisValue(axis, pointerIndex, historyPos); in android_view_MotionEvent_nativeGetRawAxisValue()
|