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

/frameworks/native/include/input/
H A DInput.h472 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));
460 * @see #getHistoricalX(int, int)
2329 * {@link #getHistoricalX(int, int)} for the first pointer index (may be an
2339 public final float getHistoricalX(int pos) { method in class:MotionEvent
2494 public final float getHistoricalX(int pointerIndex, int pos) { method in class:MotionEvent

Completed in 526 milliseconds