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

/frameworks/native/include/input/
H A DInput.h469 inline float getTouchMinor(size_t pointerIndex) const { function in class:android::MotionEvent
/frameworks/base/core/java/android/view/
H A DMotionEvent.java611 * @see #getTouchMinor(int)
2008 * {@link #getTouchMinor(int)} for the first pointer index (may be an
2013 public final float getTouchMinor() { method in class:MotionEvent
2199 public final float getTouchMinor(int pointerIndex) { method in class:MotionEvent
2553 * @see #getTouchMinor()
2713 * Returns a historical touch minor axis coordinate, as per {@link #getTouchMinor(int)}, that
2723 * @see #getTouchMinor(int)
/frameworks/native/services/inputflinger/
H A DInputReader.h938 inline int32_t getTouchMinor() const { function in class:android::MultiTouchMotionAccumulator::Slot

Completed in 94 milliseconds