Searched refs:getXPrecision (Results 1 – 17 of 17) sorted by relevance
/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/ |
D | EventDispatcher.java | 130 event.getXPrecision(), event.getYPrecision(), rawEvent.getDeviceId(), in sendMotionEvent() 370 prototype.getXPrecision(), in computeInjectionDownEvent()
|
D | TouchExplorer.java | 1257 event.getXPrecision(), in computeDownEventForDrag()
|
/frameworks/native/libs/input/ |
D | MotionPredictor.cpp | 321 event.getXPrecision(), event.getYPrecision(), in predict()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/ |
D | FalsingDataProvider.java | 378 motionEvent.getXPrecision(),
|
/frameworks/base/native/android/ |
D | input.cpp | 136 return static_cast<const MotionEvent*>(motion_event)->getXPrecision(); in AMotionEvent_getXPrecision()
|
/frameworks/base/core/jni/ |
D | android_view_InputEventSender.cpp | 157 event->getTransform(), event->getXPrecision(), in sendMotionEvent()
|
D | android_view_MotionEvent.cpp | 765 return event->getXPrecision(); in android_view_MotionEvent_nativeGetXPrecision()
|
/frameworks/native/include/input/ |
D | Input.h | 689 inline float getXPrecision() const { return mXPrecision; } in getXPrecision() function
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | AccessibilityInputFilter.java | 262 event.getXPrecision(), event.getYPrecision(), event.getDeviceId(), in cancelMotion()
|
/frameworks/native/libs/input/tests/ |
D | InputPublisherAndConsumer_test.cpp | 142 EXPECT_EQ(args.xPrecision, motionEvent.getXPrecision()); in verifyArgsEqualToEvent()
|
D | InputPublisherAndConsumerNoResampling_test.cpp | 149 EXPECT_EQ(args.xPrecision, motionEvent.getXPrecision()); in verifyArgsEqualToEvent()
|
D | InputEvent_test.cpp | 400 ASSERT_EQ(2.0f, event->getXPrecision()); in assertEqualsEventWithHistory()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
D | MotionEventInjectorTest.java | 895 && (X_PRECISION == event.getXPrecision())
|
/frameworks/base/core/java/android/view/ |
D | MotionEvent.java | 3123 public final float getXPrecision() { in getXPrecision() method in MotionEvent
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputDispatcher.cpp | 4928 motionEvent.getXPrecision(), in injectInputEvent() 4951 motionEvent.getXPrecision(), motionEvent.getYPrecision(), in injectInputEvent()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 32951 method public final float getXPrecision();
|
/frameworks/base/core/api/ |
D | current.txt | 51842 method public float getXPrecision();
|