Searched refs:getHistoricalRawY (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/ui/tests/
H A DInputEvent_test.cpp356 ASSERT_EQ(11, event->getHistoricalRawY(0, 0));
357 ASSERT_EQ(21, event->getHistoricalRawY(1, 0));
358 ASSERT_EQ(111, event->getHistoricalRawY(0, 1));
359 ASSERT_EQ(121, event->getHistoricalRawY(1, 1));
H A DInputPublisherAndConsumer_test.cpp268 motionEvent->getHistoricalRawY(i, sampleIndex));
/frameworks/base/native/android/
H A Dinput.cpp206 return static_cast<const MotionEvent*>(motion_event)->getHistoricalRawY(
/frameworks/base/include/ui/
H A DInput.h468 inline float getHistoricalRawY(size_t pointerIndex, size_t historicalIndex) const { function in class:android::MotionEvent

Completed in 217 milliseconds