/frameworks/native/services/inputflinger/ |
D | InputListener.cpp | 74 float xPrecision, float yPrecision, nsecs_t downTime) : in NotifyMotionArgs() argument 79 xPrecision(xPrecision), yPrecision(yPrecision), downTime(downTime) { in NotifyMotionArgs() 92 xPrecision(other.xPrecision), yPrecision(other.yPrecision), downTime(other.downTime) { in NotifyMotionArgs()
|
D | InputListener.h | 96 float xPrecision; member 107 float xPrecision, float yPrecision, nsecs_t downTime);
|
D | InputDispatcher.h | 518 float xPrecision; member 530 float xPrecision, float yPrecision, nsecs_t downTime, 770 float xPrecision; member
|
D | InputDispatcher.cpp | 898 entry->edgeFlags, entry->xPrecision, entry->yPrecision, in logOutboundMotionDetailsLocked() 2032 xOffset, yOffset, motionEntry->xPrecision, motionEntry->yPrecision, in startDispatchCycleLocked() 2358 originalMotionEntry->xPrecision, in splitMotionEvent() 2492 args->edgeFlags, args->xPrecision, args->yPrecision, args->downTime); in notifyMotion() 2530 0, 0, args->xPrecision, args->yPrecision, in notifyMotion() 2547 args->edgeFlags, args->xPrecision, args->yPrecision, args->downTime, in notifyMotion() 3969 float xPrecision, float yPrecision, nsecs_t downTime, in MotionEntry() argument 3977 edgeFlags(edgeFlags), xPrecision(xPrecision), yPrecision(yPrecision), in MotionEntry() 3996 xPrecision, yPrecision, displayId); in appendDescription() 4259 memento.xPrecision = entry->xPrecision; in addMotionMemento() [all …]
|
D | InputReader.h | 1872 int32_t changedId, float xPrecision, float yPrecision, nsecs_t downTime);
|
D | InputReader.cpp | 6207 float xPrecision, float yPrecision, nsecs_t downTime) { in dispatchMotion() argument 6243 xPrecision, yPrecision, downTime); in dispatchMotion()
|
/frameworks/base/core/java/android/view/ |
D | MotionEvent.java | 1444 float xOffset, float yOffset, float xPrecision, float yPrecision, in nativeInitialize() argument 1562 float xPrecision, float yPrecision, int deviceId, in obtain() argument 1567 0, 0, xPrecision, yPrecision, in obtain() 1605 int metaState, float xPrecision, float yPrecision, int deviceId, in obtain() argument 1615 pointerCoords, metaState, 0, xPrecision, yPrecision, deviceId, in obtain() 1651 float xPrecision, float yPrecision, int deviceId, int edgeFlags) { in obtain() argument 1668 0, 0, xPrecision, yPrecision, in obtain() 1711 float xPrecision, float yPrecision, int deviceId, int edgeFlags) { in obtain() argument 1713 metaState, xPrecision, yPrecision, deviceId, edgeFlags); in obtain()
|
/frameworks/native/libs/input/tests/ |
D | InputPublisherAndConsumer_test.cpp | 143 const float xPrecision = 0.25; in PublishAndConsumeMotionEvent() local 168 flags, edgeFlags, metaState, buttonState, xOffset, yOffset, xPrecision, yPrecision, in PublishAndConsumeMotionEvent() 194 EXPECT_EQ(xPrecision, motionEvent->getXPrecision()); in PublishAndConsumeMotionEvent()
|
D | StructLayout_test.cpp | 62 CHECK_OFFSET(InputMessage::Body::Motion, xPrecision, 64); in TestInputMessageAlignment()
|
/frameworks/native/include/input/ |
D | InputTransport.h | 95 float xPrecision; member 243 float xPrecision,
|
D | Input.h | 567 float xPrecision,
|
/frameworks/native/libs/input/ |
D | InputTransport.cpp | 297 float xPrecision, in publishMotionEvent() argument 312 xOffset, yOffset, xPrecision, yPrecision, downTime, eventTime, pointerCount); in publishMotionEvent() 339 msg.body.motion.xPrecision = xPrecision; in publishMotionEvent() 934 msg->body.motion.xPrecision, in initializeMotionEvent()
|
D | Input.cpp | 226 float xPrecision, in initialize() argument 242 mXPrecision = xPrecision; in initialize()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 2077 ASSERT_EQ(TRACKBALL_MOVEMENT_THRESHOLD, args.xPrecision); in TEST_F() 2099 ASSERT_EQ(TRACKBALL_MOVEMENT_THRESHOLD, args.xPrecision); in TEST_F() 2915 ASSERT_NEAR(X_PRECISION, motionArgs.xPrecision, EPSILON); in TEST_F() 2939 ASSERT_NEAR(X_PRECISION, motionArgs.xPrecision, EPSILON); in TEST_F() 2962 ASSERT_NEAR(X_PRECISION, motionArgs.xPrecision, EPSILON); in TEST_F() 3013 ASSERT_NEAR(X_PRECISION, motionArgs.xPrecision, EPSILON); in TEST_F() 3036 ASSERT_NEAR(X_PRECISION, motionArgs.xPrecision, EPSILON); in TEST_F() 3079 ASSERT_NEAR(X_PRECISION, motionArgs.xPrecision, EPSILON); in TEST_F() 3104 ASSERT_NEAR(X_PRECISION, motionArgs.xPrecision, EPSILON); in TEST_F() 3127 ASSERT_NEAR(X_PRECISION, motionArgs.xPrecision, EPSILON); in TEST_F() [all …]
|
/frameworks/base/core/jni/ |
D | android_view_MotionEvent.cpp | 338 jfloat xOffset, jfloat yOffset, jfloat xPrecision, jfloat yPrecision, in android_view_MotionEvent_nativeInitialize() argument 374 xOffset, yOffset, xPrecision, yPrecision, in android_view_MotionEvent_nativeInitialize()
|