Searched refs:getYPrecision (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.cpp527 return event->getYPrecision();
/frameworks/base/native/android/
H A Dinput.cpp126 return static_cast<const MotionEvent*>(motion_event)->getYPrecision();
/frameworks/native/libs/input/tests/
H A DInputPublisherAndConsumer_test.cpp194 EXPECT_EQ(yPrecision, motionEvent->getYPrecision());
H A DInputEvent_test.cpp312 ASSERT_EQ(2.1f, event->getYPrecision());
/frameworks/native/include/input/
H A DInput.h376 inline float getYPrecision() const { return mYPrecision; } function in class:android::MotionEvent
/frameworks/base/core/java/android/view/
H A DMotionEvent.java1684 * {@link #getRawY()}, {@link #getXPrecision()} and {@link #getYPrecision()}
2266 public final float getYPrecision() { method in class:MotionEvent
/frameworks/native/services/inputflinger/
H A DInputDispatcher.cpp2609 motionEvent->getXPrecision(), motionEvent->getYPrecision(),
2622 motionEvent->getXPrecision(), motionEvent->getYPrecision(),

Completed in 2885 milliseconds