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

/frameworks/base/core/java/android/view/
H A DMotionEvent.java547 * @see #getTouchMajor(int)
1890 * {@link #getTouchMajor(int)} for the first pointer index (may be an
1895 public final float getTouchMajor() { method in class:MotionEvent
2077 public final float getTouchMajor(int pointerIndex) { method in class:MotionEvent
2396 * @see #getTouchMajor()
2553 * Returns a historical touch major axis coordinate, as per {@link #getTouchMajor(int)}, that
2563 * @see #getTouchMajor(int)
/frameworks/native/include/input/
H A DInput.h428 inline float getTouchMajor(size_t pointerIndex) const { function in class:android::MotionEvent
/frameworks/native/services/inputflinger/
H A DInputReader.h876 inline int32_t getTouchMajor() const { return mAbsMTTouchMajor; } function in class:android::MultiTouchMotionAccumulator::Slot

Completed in 163 milliseconds