/frameworks/native/services/inputflinger/ |
D | InputListener.cpp | 96 float xPrecision, float yPrecision, nsecs_t downTime, in NotifyMotionArgs() argument 104 xPrecision(xPrecision), yPrecision(yPrecision), downTime(downTime), in NotifyMotionArgs() 119 xPrecision(other.xPrecision), yPrecision(other.yPrecision), downTime(other.downTime), in NotifyMotionArgs() 145 && xPrecision == rhs.xPrecision in operator ==()
|
D | InputClassifierConverter.cpp | 369 event.xPrecision = args.xPrecision; in notifyMotionArgsToHalMotionEvent()
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | Entry.cpp | 164 int32_t edgeFlags, float xPrecision, float yPrecision, nsecs_t downTime, in MotionEntry() argument 179 xPrecision(xPrecision), in MotionEntry() 206 motionClassificationToString(classification), edgeFlags, xPrecision, in appendDescription()
|
D | Entry.h | 129 float xPrecision; member 139 MotionClassification classification, int32_t edgeFlags, float xPrecision,
|
D | InputState.cpp | 233 memento.xPrecision = entry->xPrecision; in addMotionMemento() 273 AMOTION_EVENT_EDGE_FLAG_NONE, memento.xPrecision, in synthesizeCancelationEvents()
|
D | InputState.h | 95 float xPrecision; member
|
D | InputDispatcher.cpp | 973 entry->buttonState, entry->edgeFlags, entry->xPrecision, entry->yPrecision, in logOutboundMotionDetails() 2234 motionEntry->xPrecision, in startDispatchCycleLocked() 2575 originalMotionEntry->xPrecision, originalMotionEntry->yPrecision, in splitMotionEvent() 2727 args->edgeFlags, args->xPrecision, args->yPrecision, args->downTime); in notifyMotion() 2770 args->buttonState, args->classification, 0, 0, args->xPrecision, in notifyMotion() 2787 args->classification, args->edgeFlags, args->xPrecision, in notifyMotion()
|
/frameworks/base/core/java/android/view/ |
D | MotionEvent.java | 1525 float xOffset, float yOffset, float xPrecision, float yPrecision, in nativeInitialize() argument 1691 float xPrecision, float yPrecision, int deviceId, in obtain() argument 1696 CLASSIFICATION_NONE, 0, 0, xPrecision, yPrecision, in obtain() 1738 float xPrecision, float yPrecision, int deviceId, in obtain() argument 1741 metaState, buttonState, xPrecision, yPrecision, deviceId, edgeFlags, source, in obtain() 1777 int metaState, float xPrecision, float yPrecision, int deviceId, in obtain() argument 1787 pointerCoords, metaState, 0, xPrecision, yPrecision, deviceId, in obtain() 1823 float xPrecision, float yPrecision, int deviceId, int edgeFlags) { in obtain() argument 1825 xPrecision, yPrecision, deviceId, edgeFlags, InputDevice.SOURCE_UNKNOWN, in obtain() 1863 float xPrecision, float yPrecision, int deviceId, int edgeFlags, int source, in obtain() argument [all …]
|
/frameworks/native/services/inputflinger/include/ |
D | InputListener.h | 120 float xPrecision; member 133 float xPrecision, float yPrecision, nsecs_t downTime,
|
/frameworks/native/libs/input/tests/ |
D | InputPublisherAndConsumer_test.cpp | 147 constexpr float xPrecision = 0.25; in PublishAndConsumeMotionEvent() local 173 xOffset, yOffset, xPrecision, yPrecision, downTime, eventTime, pointerCount, in PublishAndConsumeMotionEvent() 200 EXPECT_EQ(xPrecision, motionEvent->getXPrecision()); in PublishAndConsumeMotionEvent()
|
D | StructLayout_test.cpp | 65 CHECK_OFFSET(InputMessage::Body::Motion, xPrecision, 72); in TestInputMessageAlignment()
|
/frameworks/native/libs/input/ |
D | InputTransport.cpp | 191 msg->body.motion.xPrecision = body.motion.xPrecision; in getSanitizedCopy() 481 float xPrecision, in publishMotionEvent() argument 504 xOffset, yOffset, xPrecision, yPrecision, downTime, eventTime, pointerCount); in publishMotionEvent() 533 msg.body.motion.xPrecision = xPrecision; in publishMotionEvent() 1151 msg->body.motion.xPrecision, in initializeMotionEvent()
|
D | Input.cpp | 251 float xPrecision, in initialize() argument 268 mXPrecision = xPrecision; in initialize()
|
/frameworks/native/include/input/ |
D | InputTransport.h | 114 float xPrecision; member 278 float xPrecision,
|
D | Input.h | 616 float xPrecision,
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 2529 ASSERT_EQ(TRACKBALL_MOVEMENT_THRESHOLD, args.xPrecision); in TEST_F() 2548 ASSERT_EQ(TRACKBALL_MOVEMENT_THRESHOLD, args.xPrecision); in TEST_F() 2570 ASSERT_EQ(TRACKBALL_MOVEMENT_THRESHOLD, args.xPrecision); in TEST_F() 2589 ASSERT_EQ(TRACKBALL_MOVEMENT_THRESHOLD, args.xPrecision); in TEST_F() 3686 ASSERT_NEAR(X_PRECISION, motionArgs.xPrecision, EPSILON); in TEST_F() 3710 ASSERT_NEAR(X_PRECISION, motionArgs.xPrecision, EPSILON); in TEST_F() 3733 ASSERT_NEAR(X_PRECISION, motionArgs.xPrecision, EPSILON); in TEST_F() 3784 ASSERT_NEAR(X_PRECISION, motionArgs.xPrecision, EPSILON); in TEST_F() 3807 ASSERT_NEAR(X_PRECISION, motionArgs.xPrecision, EPSILON); in TEST_F() 3854 ASSERT_NEAR(X_PRECISION_VIRTUAL, 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 377 xOffset, yOffset, xPrecision, yPrecision, in android_view_MotionEvent_nativeInitialize()
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | TouchInputMapper.h | 817 float xPrecision, float yPrecision, nsecs_t downTime);
|
D | TouchInputMapper.cpp | 3577 BitSet32 idBits, int32_t changedId, float xPrecision, in dispatchMotion() argument 3618 pointerProperties, pointerCoords, xPrecision, yPrecision, downTime, in dispatchMotion()
|