Searched refs:getXPrecision (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/core/jni/ |
D | android_view_InputEventSender.cpp | 142 event->getXPrecision(), event->getYPrecision(), in sendMotionEvent()
|
D | android_view_MotionEvent.cpp | 677 return event->getXPrecision(); in android_view_MotionEvent_nativeGetXPrecision()
|
/frameworks/base/native/android/ |
D | input.cpp | 122 return static_cast<const MotionEvent*>(motion_event)->getXPrecision(); in AMotionEvent_getXPrecision()
|
/frameworks/native/libs/input/tests/ |
D | InputPublisherAndConsumer_test.cpp | 194 EXPECT_EQ(xPrecision, motionEvent->getXPrecision()); in PublishAndConsumeMotionEvent()
|
D | InputEvent_test.cpp | 311 ASSERT_EQ(2.0f, event->getXPrecision()); in assertEqualsEventWithHistory()
|
/frameworks/native/include/input/ |
D | Input.h | 411 inline float getXPrecision() const { return mXPrecision; } in getXPrecision() function
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | AccessibilityGestureDetector.java | 621 event.getMetaState(), event.getXPrecision(), event.getYPrecision(), in mapSecondPointerToFirstPointer()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
D | MotionEventInjectorTest.java | 901 && (1F == event.getXPrecision()) && (1F == event.getYPrecision())
|
/frameworks/base/core/java/android/view/ |
D | MotionEvent.java | 2477 public final float getXPrecision() { in getXPrecision() method in MotionEvent
|
/frameworks/native/services/inputflinger/ |
D | InputDispatcher.cpp | 2666 motionEvent->getXPrecision(), motionEvent->getYPrecision(), in injectInputEvent() 2679 motionEvent->getXPrecision(), motionEvent->getYPrecision(), in injectInputEvent()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 32951 method public final float getXPrecision();
|
/frameworks/base/api/ |
D | current.txt | 44700 method public final float getXPrecision();
|
D | system-current.txt | 48239 method public final float getXPrecision();
|