Home
last modified time | relevance | path

Searched refs:getXPrecision (Results 1 – 13 of 13) sorted by relevance

/frameworks/base/core/jni/
Dandroid_view_InputEventSender.cpp142 event->getXPrecision(), event->getYPrecision(), in sendMotionEvent()
Dandroid_view_MotionEvent.cpp677 return event->getXPrecision(); in android_view_MotionEvent_nativeGetXPrecision()
/frameworks/base/native/android/
Dinput.cpp122 return static_cast<const MotionEvent*>(motion_event)->getXPrecision(); in AMotionEvent_getXPrecision()
/frameworks/native/libs/input/tests/
DInputPublisherAndConsumer_test.cpp194 EXPECT_EQ(xPrecision, motionEvent->getXPrecision()); in PublishAndConsumeMotionEvent()
DInputEvent_test.cpp311 ASSERT_EQ(2.0f, event->getXPrecision()); in assertEqualsEventWithHistory()
/frameworks/native/include/input/
DInput.h411 inline float getXPrecision() const { return mXPrecision; } in getXPrecision() function
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityGestureDetector.java621 event.getMetaState(), event.getXPrecision(), event.getYPrecision(), in mapSecondPointerToFirstPointer()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DMotionEventInjectorTest.java901 && (1F == event.getXPrecision()) && (1F == event.getYPrecision())
/frameworks/base/core/java/android/view/
DMotionEvent.java2477 public final float getXPrecision() { in getXPrecision() method in MotionEvent
/frameworks/native/services/inputflinger/
DInputDispatcher.cpp2666 motionEvent->getXPrecision(), motionEvent->getYPrecision(), in injectInputEvent()
2679 motionEvent->getXPrecision(), motionEvent->getYPrecision(), in injectInputEvent()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt32951 method public final float getXPrecision();
/frameworks/base/api/
Dcurrent.txt44700 method public final float getXPrecision();
Dsystem-current.txt48239 method public final float getXPrecision();