Searched refs:getHistoricalRawPointerCoords (Results 1 – 5 of 5) sorted by relevance
/frameworks/native/libs/input/tests/ |
D | InputEvent_test.cpp | 375 ASSERT_EQ(11, event->getHistoricalRawPointerCoords(0, 0)-> in assertEqualsEventWithHistory() 377 ASSERT_EQ(21, event->getHistoricalRawPointerCoords(1, 0)-> in assertEqualsEventWithHistory() 379 ASSERT_EQ(111, event->getHistoricalRawPointerCoords(0, 1)-> in assertEqualsEventWithHistory() 381 ASSERT_EQ(121, event->getHistoricalRawPointerCoords(1, 1)-> in assertEqualsEventWithHistory()
|
/frameworks/native/libs/input/ |
D | Input.cpp | 510 const PointerCoords* MotionEvent::getHistoricalRawPointerCoords( in getHistoricalRawPointerCoords() function in android::MotionEvent 517 const PointerCoords* coords = getHistoricalRawPointerCoords(pointerIndex, historicalIndex); in getHistoricalRawAxisValue() 535 const PointerCoords* coords = getHistoricalRawPointerCoords(pointerIndex, historicalIndex); in getHistoricalAxisValue()
|
/frameworks/base/core/jni/ |
D | android_view_InputEventSender.cpp | 163 event->getHistoricalRawPointerCoords(0, i)); in sendMotionEvent()
|
D | android_view_MotionEvent.cpp | 437 rawPointerCoords = event->getHistoricalRawPointerCoords(pointerIndex, historyPos); in android_view_MotionEvent_nativeGetPointerCoords()
|
/frameworks/native/include/input/ |
D | Input.h | 696 const PointerCoords* getHistoricalRawPointerCoords(
|