Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/brightline/
DFalsingDataProvider.java241 motionEvent.getXPrecision(), in unpackMotionEvent()
/frameworks/base/core/jni/
Dandroid_view_InputEventSender.cpp143 event->getXPrecision(), event->getYPrecision(), in sendMotionEvent()
Dandroid_view_MotionEvent.cpp695 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.cpp200 EXPECT_EQ(xPrecision, motionEvent->getXPrecision()); in PublishAndConsumeMotionEvent()
DInputEvent_test.cpp319 ASSERT_EQ(2.0f, event->getXPrecision()); in assertEqualsEventWithHistory()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityGestureDetector.java636 event.getMetaState(), event.getXPrecision(), event.getYPrecision(), in mapSecondPointerToFirstPointer()
/frameworks/native/include/input/
DInput.h458 inline float getXPrecision() const { return mXPrecision; } in getXPrecision() function
/frameworks/base/core/java/android/view/
DMotionEvent.java2688 public final float getXPrecision() { in getXPrecision() method in MotionEvent
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
DMotionEventInjectorTest.java922 && (1F == event.getXPrecision()) && (1F == event.getYPrecision())
/frameworks/native/services/inputflinger/dispatcher/
DInputDispatcher.cpp2927 motionEvent->getEdgeFlags(), motionEvent->getXPrecision(), in injectInputEvent()
2942 motionEvent->getEdgeFlags(), motionEvent->getXPrecision(), in injectInputEvent()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt32951 method public final float getXPrecision();
/frameworks/base/non-updatable-api/
Dcurrent.txt50985 method public float getXPrecision();
/frameworks/base/api/
Dcurrent.txt51129 method public float getXPrecision();