Searched refs:getTouchMinor (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/libs/androidfw/tests/
H A DInputEvent_test.cpp402 ASSERT_EQ(215, event->getTouchMinor(0));
403 ASSERT_EQ(225, event->getTouchMinor(1));
501 ASSERT_EQ(215 * 2, event.getTouchMinor(0));
H A DInputPublisherAndConsumer_test.cpp219 motionEvent->getTouchMinor(i));
/frameworks/base/native/android/
H A Dinput.cpp167 return static_cast<const MotionEvent*>(motion_event)->getTouchMinor(pointer_index);
/frameworks/base/include/androidfw/
H A DInput.h414 inline float getTouchMinor(size_t pointerIndex) const { function in class:android::MotionEvent
/frameworks/base/core/java/android/view/
H A DMotionEvent.java552 * @see #getTouchMinor(int)
1865 * {@link #getTouchMinor(int)} for the first pointer index (may be an
1870 public final float getTouchMinor() { method in class:MotionEvent
2058 public final float getTouchMinor(int pointerIndex) { method in class:MotionEvent
2378 * @see #getTouchMinor()
2538 * Returns a historical touch minor axis coordinate, as per {@link #getTouchMinor(int)}, that
2548 * @see #getTouchMinor(int)
/frameworks/base/services/input/
H A DInputReader.h838 inline int32_t getTouchMinor() const { function in class:android::MultiTouchMotionAccumulator::Slot
H A DInputReader.cpp5923 outPointer.touchMinor = inSlot->getTouchMinor();

Completed in 3923 milliseconds