Searched defs:getPressure (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/include/input/
H A DInput.h444 inline float getPressure(size_t pointerIndex) const { function in class:android::MotionEvent
/frameworks/base/core/java/android/view/
H A DMotionEvent.java532 * @see #getPressure(int)
1782 * {@link #getX(int)}, {@link #getY(int)}, {@link #getPressure(int)},
1913 * {@link #getPressure(int)} for the first pointer index (may be an
1918 public final float getPressure() { method in class:MotionEvent
2088 public final float getPressure(int pointerIndex) { method in class:MotionEvent
2443 * @see #getPressure()
2594 * Returns a historical pressure coordinate, as per {@link #getPressure(int)},
2604 * @see #getPressure(int)
/frameworks/native/services/inputflinger/
H A DInputReader.h939 inline int32_t getPressure() const { return mAbsMTPressure; } function in class:android::MultiTouchMotionAccumulator::Slot

Completed in 190 milliseconds