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

/frameworks/base/include/androidfw/
H A DInput.h479 inline float getHistoricalTouchMinor(size_t pointerIndex, size_t historicalIndex) const { function in class:android::MotionEvent
/frameworks/base/core/java/android/view/
H A DMotionEvent.java553 * @see #getHistoricalTouchMinor(int, int)
2371 * {@link #getHistoricalTouchMinor(int, int)} for the first pointer index (may be an
2381 public final float getHistoricalTouchMinor(int pos) { method in class:MotionEvent
2551 public final float getHistoricalTouchMinor(int pointerIndex, int pos) { method in class:MotionEvent

Completed in 1253 milliseconds