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

/frameworks/native/include/input/
H A DInput.h465 inline float getTouchMajor(size_t pointerIndex) const { function in class:android::MotionEvent
/frameworks/base/core/java/android/view/
H A DMotionEvent.java588 * @see #getTouchMajor(int)
1998 * {@link #getTouchMajor(int)} for the first pointer index (may be an
2003 public final float getTouchMajor() { method in class:MotionEvent
2185 public final float getTouchMajor(int pointerIndex) { method in class:MotionEvent
2538 * @see #getTouchMajor()
2695 * Returns a historical touch major axis coordinate, as per {@link #getTouchMajor(int)}, that
2705 * @see #getTouchMajor(int)
/frameworks/native/services/inputflinger/
H A DInputReader.h937 inline int32_t getTouchMajor() const { return mAbsMTTouchMajor; } function in class:android::MultiTouchMotionAccumulator::Slot

Completed in 118 milliseconds