Searched refs:getXPrecision (Results 1 - 8 of 8) sorted by relevance

/frameworks/base/core/jni/
H A Dandroid_view_InputEventSender.cpp140 event->getXPrecision(), event->getYPrecision(),
H A Dandroid_view_MotionEvent.cpp521 return event->getXPrecision();
/frameworks/base/native/android/
H A Dinput.cpp122 return static_cast<const MotionEvent*>(motion_event)->getXPrecision();
/frameworks/native/libs/input/tests/
H A DInputPublisherAndConsumer_test.cpp193 EXPECT_EQ(xPrecision, motionEvent->getXPrecision());
H A DInputEvent_test.cpp311 ASSERT_EQ(2.0f, event->getXPrecision());
/frameworks/native/include/input/
H A DInput.h374 inline float getXPrecision() const { return mXPrecision; } function in class:android::MotionEvent
/frameworks/base/core/java/android/view/
H A DMotionEvent.java1684 * {@link #getRawY()}, {@link #getXPrecision()} and {@link #getYPrecision()}
2254 public final float getXPrecision() { method in class:MotionEvent
/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp2609 motionEvent->getXPrecision(), motionEvent->getYPrecision(),
2622 motionEvent->getXPrecision(), motionEvent->getYPrecision(),

Completed in 735 milliseconds