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

/frameworks/base/include/androidfw/
H A DInput.h410 inline float getTouchMajor(size_t pointerIndex) const { function in class:android::MotionEvent
/frameworks/base/core/java/android/view/
H A DMotionEvent.java529 * @see #getTouchMajor(int)
1855 * {@link #getTouchMajor(int)} for the first pointer index (may be an
1860 public final float getTouchMajor() { method in class:MotionEvent
2044 public final float getTouchMajor(int pointerIndex) { method in class:MotionEvent
2363 * @see #getTouchMajor()
2520 * Returns a historical touch major axis coordinate, as per {@link #getTouchMajor(int)}, that
2530 * @see #getTouchMajor(int)
/frameworks/base/services/input/
H A DInputReader.h837 inline int32_t getTouchMajor() const { return mAbsMTTouchMajor; } function in class:android::MultiTouchMotionAccumulator::Slot

Completed in 1244 milliseconds