Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputListener.cpp96 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 ==()
DInputClassifierConverter.cpp369 event.xPrecision = args.xPrecision; in notifyMotionArgsToHalMotionEvent()
/frameworks/native/services/inputflinger/dispatcher/
DEntry.cpp164 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()
DEntry.h129 float xPrecision; member
139 MotionClassification classification, int32_t edgeFlags, float xPrecision,
DInputState.cpp233 memento.xPrecision = entry->xPrecision; in addMotionMemento()
273 AMOTION_EVENT_EDGE_FLAG_NONE, memento.xPrecision, in synthesizeCancelationEvents()
DInputState.h95 float xPrecision; member
DInputDispatcher.cpp973 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/
DMotionEvent.java1525 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/
DInputListener.h120 float xPrecision; member
133 float xPrecision, float yPrecision, nsecs_t downTime,
/frameworks/native/libs/input/tests/
DInputPublisherAndConsumer_test.cpp147 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()
DStructLayout_test.cpp65 CHECK_OFFSET(InputMessage::Body::Motion, xPrecision, 72); in TestInputMessageAlignment()
/frameworks/native/libs/input/
DInputTransport.cpp191 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()
DInput.cpp251 float xPrecision, in initialize() argument
268 mXPrecision = xPrecision; in initialize()
/frameworks/native/include/input/
DInputTransport.h114 float xPrecision; member
278 float xPrecision,
DInput.h616 float xPrecision,
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp2529 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/
Dandroid_view_MotionEvent.cpp338 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/
DTouchInputMapper.h817 float xPrecision, float yPrecision, nsecs_t downTime);
DTouchInputMapper.cpp3577 BitSet32 idBits, int32_t changedId, float xPrecision, in dispatchMotion() argument
3618 pointerProperties, pointerCoords, xPrecision, yPrecision, downTime, in dispatchMotion()