HomeSort by relevance Sort by last modified time
    Searched refs:getHistoricalRawY (Results 1 - 4 of 4) sorted by null

  /frameworks/base/libs/ui/tests/
InputEvent_test.cpp 356 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));
InputPublisherAndConsumer_test.cpp 268 motionEvent->getHistoricalRawY(i, sampleIndex));
  /frameworks/base/native/android/
input.cpp 206 return static_cast<const MotionEvent*>(motion_event)->getHistoricalRawY(
  /frameworks/base/include/ui/
Input.h 468 inline float getHistoricalRawY(size_t pointerIndex, size_t historicalIndex) const {

Completed in 19 milliseconds