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

/frameworks/native/include/input/
H A DInput.h482 inline float getHistoricalPressure(size_t pointerIndex, size_t historicalIndex) const { function in class:android::MotionEvent
/frameworks/base/core/java/android/view/
H A DMotionEvent.java507 * @see #getHistoricalPressure(int, int)
2359 * {@link #getHistoricalPressure(int, int)} for the first pointer index (may be an
2369 public final float getHistoricalPressure(int pos) { method in class:MotionEvent
2530 public final float getHistoricalPressure(int pointerIndex, int pos) { method in class:MotionEvent

Completed in 256 milliseconds