Searched refs:getXPrecision (Results 1 – 14 of 14) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/brightline/ |
D | FalsingDataProvider.java | 241 motionEvent.getXPrecision(), in unpackMotionEvent()
|
/frameworks/base/core/jni/ |
D | android_view_InputEventSender.cpp | 143 event->getXPrecision(), event->getYPrecision(), in sendMotionEvent()
|
D | android_view_MotionEvent.cpp | 695 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 | 200 EXPECT_EQ(xPrecision, motionEvent->getXPrecision()); in PublishAndConsumeMotionEvent()
|
D | InputEvent_test.cpp | 319 ASSERT_EQ(2.0f, event->getXPrecision()); in assertEqualsEventWithHistory()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | AccessibilityGestureDetector.java | 636 event.getMetaState(), event.getXPrecision(), event.getYPrecision(), in mapSecondPointerToFirstPointer()
|
/frameworks/native/include/input/ |
D | Input.h | 458 inline float getXPrecision() const { return mXPrecision; } in getXPrecision() function
|
/frameworks/base/core/java/android/view/ |
D | MotionEvent.java | 2688 public final float getXPrecision() { in getXPrecision() method in MotionEvent
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/ |
D | MotionEventInjectorTest.java | 922 && (1F == event.getXPrecision()) && (1F == event.getYPrecision())
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputDispatcher.cpp | 2927 motionEvent->getEdgeFlags(), motionEvent->getXPrecision(), in injectInputEvent() 2942 motionEvent->getEdgeFlags(), motionEvent->getXPrecision(), in injectInputEvent()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 32951 method public final float getXPrecision();
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 50985 method public float getXPrecision();
|
/frameworks/base/api/ |
D | current.txt | 51129 method public float getXPrecision();
|