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

/frameworks/base/include/androidfw/
H A DInput.h459 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));
467 * @see #getHistoricalY(int, int)
2311 * {@link #getHistoricalY(int, int)} for the first pointer index (may be an
2321 public final float getHistoricalY(int pos) { method in class:MotionEvent
2479 public final float getHistoricalY(int pointerIndex, int pos) { method in class:MotionEvent

Completed in 40 milliseconds