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

  /frameworks/native/libs/input/tests/
InputEvent_test.cpp 348 ASSERT_EQ(10, event->getHistoricalRawX(0, 0));
349 ASSERT_EQ(20, event->getHistoricalRawX(1, 0));
350 ASSERT_EQ(110, event->getHistoricalRawX(0, 1));
351 ASSERT_EQ(120, event->getHistoricalRawX(1, 1));
  /frameworks/base/native/android/
input.cpp 202 return static_cast<const MotionEvent*>(motion_event)->getHistoricalRawX(
  /frameworks/native/include/input/
Input.h 497 inline float getHistoricalRawX(size_t pointerIndex, size_t historicalIndex) const {
  /frameworks/native/libs/input/
VelocityTracker.cpp 328 positions[index].x = event->getHistoricalRawX(i, h);
    [all...]

Completed in 225 milliseconds