Searched refs:getXPrecision (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | MotionEventInjector.java | 175 event.getButtonState(), event.getXPrecision(), event.getYPrecision(), in injectEventsMainThread()
|
D | AccessibilityGestureDetector.java | 442 event.getMetaState(), event.getXPrecision(), event.getYPrecision(), in mapSecondPointerToFirstPointer()
|
/frameworks/base/core/jni/ |
D | android_view_InputEventSender.cpp | 142 event->getXPrecision(), event->getYPrecision(), in sendMotionEvent()
|
D | android_view_MotionEvent.cpp | 540 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/core/java/android/view/ |
D | MotionEvent.java | 2396 public final float getXPrecision() { in getXPrecision() method in MotionEvent
|
/frameworks/native/services/inputflinger/ |
D | InputDispatcher.cpp | 2665 motionEvent->getXPrecision(), motionEvent->getYPrecision(), in injectInputEvent() 2678 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 | 41741 method public final float getXPrecision();
|
D | test-current.txt | 41820 method public final float getXPrecision();
|
D | system-current.txt | 44741 method public final float getXPrecision();
|