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

/frameworks/native/include/input/
H A DInput.h477 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));
485 * @see #getHistoricalY(int, int)
2344 * {@link #getHistoricalY(int, int)} for the first pointer index (may be an
2354 public final float getHistoricalY(int pos) { method in class:MotionEvent
2512 public final float getHistoricalY(int pointerIndex, int pos) { method in class:MotionEvent

Completed in 1096 milliseconds