Home
last modified time | relevance | path

Searched refs:getHistoricalRawY (Results 1 – 3 of 3) sorted by relevance

/frameworks/native/libs/input/tests/
DInputEvent_test.cpp456 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/
Dinput.cpp223 return static_cast<const MotionEvent*>(motion_event)->getHistoricalRawY( in AMotionEvent_getHistoricalRawY()
/frameworks/native/include/input/
DInput.h820 inline float getHistoricalRawY(size_t pointerIndex, size_t historicalIndex) const { in getHistoricalRawY() function