Home
last modified time | relevance | path

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

/frameworks/base/services/input/
DInputListener.cpp74 float xPrecision, float yPrecision, nsecs_t downTime) : in NotifyMotionArgs() argument
78 xPrecision(xPrecision), yPrecision(yPrecision), downTime(downTime) { in NotifyMotionArgs()
91 xPrecision(other.xPrecision), yPrecision(other.yPrecision), downTime(other.downTime) { in NotifyMotionArgs()
DInputListener.h94 float xPrecision; member
104 float xPrecision, float yPrecision, nsecs_t downTime);
DInputDispatcher.h518 float xPrecision; member
531 float xPrecision, float yPrecision,
774 float xPrecision; member
DInputDispatcher.cpp938 entry->xPrecision, entry->yPrecision, entry->downTime, in dispatchMotionLocked()
985 entry->edgeFlags, entry->xPrecision, entry->yPrecision, in logOutboundMotionDetailsLocked()
2228 motionEntry->xPrecision, motionEntry->yPrecision, in startDispatchCycleLocked()
2603 originalMotionEntry->xPrecision, in splitMotionEvent()
2731 args->edgeFlags, args->xPrecision, args->yPrecision, args->downTime); in notifyMotion()
2768 args->xPrecision, args->yPrecision, in notifyMotion()
2941 args->edgeFlags, args->xPrecision, args->yPrecision, args->downTime, in notifyMotion()
4209 int32_t edgeFlags, float xPrecision, float yPrecision, in MotionEntry() argument
4215 xPrecision(xPrecision), yPrecision(yPrecision), in MotionEntry()
4468 memento.xPrecision = entry->xPrecision; in addMotionMemento()
[all …]
DInputReader.h1509 int32_t changedId, float xPrecision, float yPrecision, nsecs_t downTime);
DInputReader.cpp5149 int32_t changedId, float xPrecision, float yPrecision, nsecs_t downTime) { in dispatchMotion() argument
5184 pointerCount, pointerProperties, pointerCoords, xPrecision, yPrecision, downTime); in dispatchMotion()
/frameworks/base/include/ui/
DInputTransport.h144 float xPrecision; member
228 float xPrecision,
DInput.h532 float xPrecision,
/frameworks/base/libs/ui/
DInputTransport.cpp374 float xPrecision, in publishMotionEvent() argument
389 xOffset, yOffset, xPrecision, yPrecision, downTime, eventTime, pointerCount); in publishMotionEvent()
410 mSharedMessage->motion.xPrecision = xPrecision; in publishMotionEvent()
706 mSharedMessage->motion.xPrecision, in populateMotionEvent()
DInput.cpp399 float xPrecision, in initialize() argument
414 mXPrecision = xPrecision; in initialize()
/frameworks/base/core/java/android/view/
DMotionEvent.java1324 float xOffset, float yOffset, float xPrecision, float yPrecision, in nativeInitialize() argument
1437 float xPrecision, float yPrecision, int deviceId, in obtain() argument
1442 0, 0, xPrecision, yPrecision, in obtain()
1480 int metaState, float xPrecision, float yPrecision, int deviceId, in obtain() argument
1490 pointerCoords, metaState, 0, xPrecision, yPrecision, deviceId, in obtain()
1526 float xPrecision, float yPrecision, int deviceId, int edgeFlags) { in obtain() argument
1543 0, 0, xPrecision, yPrecision, in obtain()
1586 float xPrecision, float yPrecision, int deviceId, int edgeFlags) { in obtain() argument
1588 metaState, xPrecision, yPrecision, deviceId, edgeFlags); in obtain()
/frameworks/base/libs/ui/tests/
DInputPublisherAndConsumer_test.cpp162 const float xPrecision = 0.25; in PublishAndConsumeMotionEvent() local
195 metaState, buttonState, xOffset, yOffset, xPrecision, yPrecision, in PublishAndConsumeMotionEvent()
245 EXPECT_EQ(xPrecision, motionEvent->getXPrecision()); in PublishAndConsumeMotionEvent()
/frameworks/base/services/input/tests/
DInputReader_test.cpp1983 ASSERT_EQ(TRACKBALL_MOVEMENT_THRESHOLD, args.xPrecision); in TEST_F()
2005 ASSERT_EQ(TRACKBALL_MOVEMENT_THRESHOLD, args.xPrecision); in TEST_F()
2801 ASSERT_NEAR(X_PRECISION, motionArgs.xPrecision, EPSILON); in TEST_F()
2825 ASSERT_NEAR(X_PRECISION, motionArgs.xPrecision, EPSILON); in TEST_F()
2848 ASSERT_NEAR(X_PRECISION, motionArgs.xPrecision, EPSILON); in TEST_F()
2899 ASSERT_NEAR(X_PRECISION, motionArgs.xPrecision, EPSILON); in TEST_F()
2922 ASSERT_NEAR(X_PRECISION, motionArgs.xPrecision, EPSILON); in TEST_F()
2965 ASSERT_NEAR(X_PRECISION, motionArgs.xPrecision, EPSILON); in TEST_F()
2990 ASSERT_NEAR(X_PRECISION, motionArgs.xPrecision, EPSILON); in TEST_F()
3013 ASSERT_NEAR(X_PRECISION, motionArgs.xPrecision, EPSILON); in TEST_F()
[all …]
/frameworks/base/core/jni/
Dandroid_view_MotionEvent.cpp341 jfloat xOffset, jfloat yOffset, jfloat xPrecision, jfloat yPrecision, in android_view_MotionEvent_nativeInitialize() argument
377 xOffset, yOffset, xPrecision, yPrecision, in android_view_MotionEvent_nativeInitialize()