Searched refs:getYPrecision (Results 1 – 9 of 9) sorted by relevance
126 return static_cast<const MotionEvent*>(motion_event)->getYPrecision(); in AMotionEvent_getYPrecision()
140 event->getXPrecision(), event->getYPrecision(), in sendMotionEvent()
531 return event->getYPrecision(); in android_view_MotionEvent_nativeGetYPrecision()
194 EXPECT_EQ(yPrecision, motionEvent->getYPrecision()); in PublishAndConsumeMotionEvent()
312 ASSERT_EQ(2.1f, event->getYPrecision()); in assertEqualsEventWithHistory()
357 inline float getYPrecision() const { return mYPrecision; } in getYPrecision() function
2231 public final float getYPrecision() { in getYPrecision() method in MotionEvent
2611 motionEvent->getXPrecision(), motionEvent->getYPrecision(), in injectInputEvent()2623 motionEvent->getXPrecision(), motionEvent->getYPrecision(), in injectInputEvent()
27163 method public final float getYPrecision();