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

/frameworks/native/include/input/
H A DInput.h420 inline float getPressure(size_t pointerIndex) const { function in class:android::MotionEvent
/frameworks/base/core/java/android/view/
H A DMotionEvent.java506 * @see #getPressure(int)
1739 * {@link #getX(int)}, {@link #getY(int)}, {@link #getPressure(int)},
1870 * {@link #getPressure(int)} for the first pointer index (may be an
1875 public final float getPressure() { method in class:MotionEvent
2045 public final float getPressure(int pointerIndex) { method in class:MotionEvent
2366 * @see #getPressure()
2517 * Returns a historical pressure coordinate, as per {@link #getPressure(int)},
2527 * @see #getPressure(int)
/frameworks/native/services/inputflinger/
H A DInputReader.h884 inline int32_t getPressure() const { return mAbsMTPressure; } function in class:android::MultiTouchMotionAccumulator::Slot

Completed in 166 milliseconds