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.h511 float xPrecision; member
521 float xPrecision, float yPrecision,
752 float xPrecision; member
DInputDispatcher.cpp852 entry->edgeFlags, entry->xPrecision, entry->yPrecision, in logOutboundMotionDetailsLocked()
1953 motionEntry->xPrecision, motionEntry->yPrecision, in startDispatchCycleLocked()
2271 originalMotionEntry->xPrecision, in splitMotionEvent()
2387 args->edgeFlags, args->xPrecision, args->yPrecision, args->downTime); in notifyMotion()
2424 args->xPrecision, args->yPrecision, in notifyMotion()
2440 args->edgeFlags, args->xPrecision, args->yPrecision, args->downTime, in notifyMotion()
3804 int32_t edgeFlags, float xPrecision, float yPrecision, in MotionEntry() argument
3811 xPrecision(xPrecision), yPrecision(yPrecision), in MotionEntry()
4055 memento.xPrecision = entry->xPrecision; in addMotionMemento()
4092 memento.xPrecision, memento.yPrecision, memento.downTime, in synthesizeCancelationEvents()
DInputReader.h1591 int32_t changedId, float xPrecision, float yPrecision, nsecs_t downTime);
DInputReader.cpp5379 int32_t changedId, float xPrecision, float yPrecision, nsecs_t downTime) { in dispatchMotion() argument
5414 pointerCount, pointerProperties, pointerCoords, xPrecision, yPrecision, downTime); in dispatchMotion()
/frameworks/base/core/java/android/view/
DMotionEvent.java1321 float xOffset, float yOffset, float xPrecision, float yPrecision, in nativeInitialize() argument
1433 float xPrecision, float yPrecision, int deviceId, in obtain() argument
1438 0, 0, xPrecision, yPrecision, in obtain()
1476 int metaState, float xPrecision, float yPrecision, int deviceId, in obtain() argument
1486 pointerCoords, metaState, 0, xPrecision, yPrecision, deviceId, in obtain()
1522 float xPrecision, float yPrecision, int deviceId, int edgeFlags) { in obtain() argument
1539 0, 0, xPrecision, yPrecision, in obtain()
1582 float xPrecision, float yPrecision, int deviceId, int edgeFlags) { in obtain() argument
1584 metaState, xPrecision, yPrecision, deviceId, edgeFlags); in obtain()
/frameworks/base/libs/androidfw/tests/
DInputPublisherAndConsumer_test.cpp141 const float xPrecision = 0.25; in PublishAndConsumeMotionEvent() local
166 metaState, buttonState, xOffset, yOffset, xPrecision, yPrecision, in PublishAndConsumeMotionEvent()
192 EXPECT_EQ(xPrecision, motionEvent->getXPrecision()); in PublishAndConsumeMotionEvent()
/frameworks/base/include/androidfw/
DInputTransport.h87 float xPrecision; member
230 float xPrecision,
DInput.h502 float xPrecision,
/frameworks/base/libs/androidfw/
DInputTransport.cpp285 float xPrecision, in publishMotionEvent() argument
300 xOffset, yOffset, xPrecision, yPrecision, downTime, eventTime, pointerCount); in publishMotionEvent()
326 msg.body.motion.xPrecision = xPrecision; in publishMotionEvent()
906 msg->body.motion.xPrecision, in initializeMotionEvent()
DInput.cpp292 float xPrecision, in initialize() argument
307 mXPrecision = xPrecision; in initialize()
/frameworks/base/services/input/tests/
DInputReader_test.cpp2029 ASSERT_EQ(TRACKBALL_MOVEMENT_THRESHOLD, args.xPrecision); in TEST_F()
2051 ASSERT_EQ(TRACKBALL_MOVEMENT_THRESHOLD, args.xPrecision); in TEST_F()
2847 ASSERT_NEAR(X_PRECISION, motionArgs.xPrecision, EPSILON); in TEST_F()
2871 ASSERT_NEAR(X_PRECISION, motionArgs.xPrecision, EPSILON); in TEST_F()
2894 ASSERT_NEAR(X_PRECISION, motionArgs.xPrecision, EPSILON); in TEST_F()
2945 ASSERT_NEAR(X_PRECISION, motionArgs.xPrecision, EPSILON); in TEST_F()
2968 ASSERT_NEAR(X_PRECISION, motionArgs.xPrecision, EPSILON); in TEST_F()
3011 ASSERT_NEAR(X_PRECISION, motionArgs.xPrecision, EPSILON); in TEST_F()
3036 ASSERT_NEAR(X_PRECISION, motionArgs.xPrecision, EPSILON); in TEST_F()
3059 ASSERT_NEAR(X_PRECISION, motionArgs.xPrecision, EPSILON); in TEST_F()
[all …]
/frameworks/base/core/jni/
Dandroid_view_MotionEvent.cpp342 jfloat xOffset, jfloat yOffset, jfloat xPrecision, jfloat yPrecision, in android_view_MotionEvent_nativeInitialize() argument
378 xOffset, yOffset, xPrecision, yPrecision, in android_view_MotionEvent_nativeInitialize()