Searched refs:getHistoricalRawY (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/libs/input/tests/ |
D | InputEvent_test.cpp | 456 ASSERT_NEAR(RAW_Y_OFFSET + 11 * RAW_Y_SCALE, event->getHistoricalRawY(0, 0), EPSILON); in assertEqualsEventWithHistory() 457 ASSERT_NEAR(RAW_Y_OFFSET + 21 * RAW_Y_SCALE, event->getHistoricalRawY(1, 0), EPSILON); in assertEqualsEventWithHistory() 458 ASSERT_NEAR(RAW_Y_OFFSET + 111 * RAW_Y_SCALE, event->getHistoricalRawY(0, 1), EPSILON); in assertEqualsEventWithHistory() 459 ASSERT_NEAR(RAW_Y_OFFSET + 121 * RAW_Y_SCALE, event->getHistoricalRawY(1, 1), EPSILON); in assertEqualsEventWithHistory()
|
/frameworks/base/native/android/ |
D | input.cpp | 223 return static_cast<const MotionEvent*>(motion_event)->getHistoricalRawY( in AMotionEvent_getHistoricalRawY()
|
/frameworks/native/include/input/ |
D | Input.h | 820 inline float getHistoricalRawY(size_t pointerIndex, size_t historicalIndex) const { in getHistoricalRawY() function
|