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

/frameworks/native/libs/input/tests/
H A DInputEvent_test.cpp383 ASSERT_EQ(13, event->getHistoricalSize(0, 0));
384 ASSERT_EQ(23, event->getHistoricalSize(1, 0));
385 ASSERT_EQ(113, event->getHistoricalSize(0, 1));
386 ASSERT_EQ(123, event->getHistoricalSize(1, 1));
/frameworks/base/native/android/
H A Dinput.cpp232 return static_cast<const MotionEvent*>(motion_event)->getHistoricalSize(
/frameworks/native/include/input/
H A DInput.h487 inline float getHistoricalSize(size_t pointerIndex, size_t historicalIndex) const { function in class:android::MotionEvent
/frameworks/base/core/java/android/view/
H A DMotionEvent.java527 * @see #getHistoricalSize(int, int)
2374 * {@link #getHistoricalSize(int, int)} for the first pointer index (may be an
2384 public final float getHistoricalSize(int pos) { method in class:MotionEvent
2548 public final float getHistoricalSize(int pointerIndex, int pos) { method in class:MotionEvent

Completed in 968 milliseconds