Searched defs:getHistoricalX (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/include/androidfw/
H A DInput.h454 inline float getHistoricalX(size_t pointerIndex, size_t historicalIndex) const { function in class:android::MotionEvent
/frameworks/base/core/java/android/view/
H A DMotionEvent.java83 * Earlier coordinates within the batch are accessed using {@link #getHistoricalX(int, int)}
99 * ev.getPointerId(p), ev.getHistoricalX(p, h), ev.getHistoricalY(p, h));
442 * @see #getHistoricalX(int, int)
2296 * {@link #getHistoricalX(int, int)} for the first pointer index (may be an
2306 public final float getHistoricalX(int pos) { method in class:MotionEvent
2461 public final float getHistoricalX(int pointerIndex, int pos) { method in class:MotionEvent

Completed in 81 milliseconds