Home
last modified time | relevance | path

Searched refs:getTouchMinor (Results 1 – 11 of 11) sorted by relevance

/frameworks/native/libs/input/tests/
DInputEvent_test.cpp401 ASSERT_EQ(215, event->getTouchMinor(0)); in assertEqualsEventWithHistory()
402 ASSERT_EQ(225, event->getTouchMinor(1)); in assertEqualsEventWithHistory()
500 ASSERT_EQ(215 * 2, event.getTouchMinor(0)); in TEST_F()
DInputPublisherAndConsumer_test.cpp221 motionEvent->getTouchMinor(i)); in PublishAndConsumeMotionEvent()
/frameworks/base/native/android/
Dinput.cpp170 return static_cast<const MotionEvent*>(motion_event)->getTouchMinor(pointer_index); in AMotionEvent_getTouchMinor()
/frameworks/native/include/input/
DInput.h469 inline float getTouchMinor(size_t pointerIndex) const { in getTouchMinor() function
/frameworks/base/core/java/android/view/
DMotionEvent.java2013 public final float getTouchMinor() { in getTouchMinor() method in MotionEvent
2199 public final float getTouchMinor(int pointerIndex) { in getTouchMinor() method in MotionEvent
/frameworks/native/services/inputflinger/
DInputReader.h938 inline int32_t getTouchMinor() const { in getTouchMinor() function
DInputReader.cpp6669 outPointer.touchMinor = inSlot->getTouchMinor(); in syncTouch()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt32947 method public final float getTouchMinor();
32948 method public final float getTouchMinor(int);
/frameworks/base/api/
Dcurrent.txt41737 method public final float getTouchMinor();
41738 method public final float getTouchMinor(int);
Dsystem-current.txt44737 method public final float getTouchMinor();
44738 method public final float getTouchMinor(int);
Dtest-current.txt41816 method public final float getTouchMinor();
41817 method public final float getTouchMinor(int);