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

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

Completed in 223 milliseconds