Searched defs:getHistoricalY (Results 1 - 2 of 2) sorted by last modified time

/frameworks/native/include/input/
H A DInput.h514 inline float getHistoricalY(size_t pointerIndex, size_t historicalIndex) const { function in class:android::MotionEvent
/frameworks/base/core/java/android/view/
H A DMotionEvent.java84 * and {@link #getHistoricalY(int, int)}. The coordinates are "historical" only
99 * ev.getPointerId(p), ev.getHistoricalX(p, h), ev.getHistoricalY(p, h));
526 * @see #getHistoricalY(int, int)
2486 * {@link #getHistoricalY(int, int)} for the first pointer index (may be an
2496 public final float getHistoricalY(int pos) { method in class:MotionEvent
2654 public final float getHistoricalY(int pointerIndex, int pos) { method in class:MotionEvent

Completed in 88 milliseconds