Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/
DInputListener.cpp103 const PointerCoords* pointerCoords, float xPrecision, float yPrecision, in NotifyMotionArgs() argument
119 xPrecision(xPrecision), in NotifyMotionArgs()
146 xPrecision(other.xPrecision), in NotifyMotionArgs()
172 && xPrecision == rhs.xPrecision && yPrecision == rhs.yPrecision && in operator ==()
DInputClassifierConverter.cpp370 event.xPrecision = args.xPrecision; in notifyMotionArgsToHalMotionEvent()
/frameworks/base/core/java/android/view/
DMotionEvent.java1554 float xOffset, float yOffset, float xPrecision, float yPrecision, in nativeInitialize() argument
1730 float xPrecision, float yPrecision, int deviceId, in obtain() argument
1734 metaState, buttonState, CLASSIFICATION_NONE, 0, 0, xPrecision, yPrecision, in obtain()
1776 float xPrecision, float yPrecision, int deviceId, in obtain() argument
1779 metaState, buttonState, xPrecision, yPrecision, deviceId, edgeFlags, source, in obtain()
1815 int metaState, float xPrecision, float yPrecision, int deviceId, in obtain() argument
1825 pointerCoords, metaState, 0, xPrecision, yPrecision, deviceId, in obtain()
1861 float xPrecision, float yPrecision, int deviceId, int edgeFlags) { in obtain() argument
1863 xPrecision, yPrecision, deviceId, edgeFlags, InputDevice.SOURCE_UNKNOWN, in obtain()
1901 float xPrecision, float yPrecision, int deviceId, int edgeFlags, int source, in obtain() argument
[all …]
/frameworks/native/services/inputflinger/dispatcher/
DEntry.cpp200 int32_t edgeFlags, float xPrecision, float yPrecision, in MotionEntry() argument
215 xPrecision(xPrecision), in MotionEntry()
246 xPrecision, yPrecision, xCursorPosition, yCursorPosition); in getDescription()
DInputState.cpp240 memento.xPrecision = entry.xPrecision; in addMotionMemento()
295 AMOTION_EVENT_EDGE_FLAG_NONE, memento.xPrecision, in synthesizeCancelationEvents()
349 AMOTION_EVENT_EDGE_FLAG_NONE, memento.xPrecision, in synthesizePointerDownEvents()
DEntry.h170 float xPrecision; member
182 int32_t edgeFlags, float xPrecision, float yPrecision, float xCursorPosition,
DInputState.h97 float xPrecision; member
DInputDispatcher.cpp375 motionEntry.edgeFlags, motionEntry.xPrecision, in createDispatchEntry()
1650 entry.edgeFlags, entry.xPrecision, entry.yPrecision, entry.downTime); in logOutboundMotionDetails()
3158 motionEntry.xPrecision, motionEntry.yPrecision, in startDispatchCycleLocked()
3668 originalMotionEntry.xPrecision, in splitMotionEvent()
3826 args->buttonState, args->edgeFlags, args->xPrecision, args->yPrecision, in notifyMotion()
3872 args->xPrecision, args->yPrecision, args->xCursorPosition, in notifyMotion()
3892 args->xPrecision, args->yPrecision, in notifyMotion()
/frameworks/base/tests/Input/src/com/android/test/input/
DInputEventAssignerTest.kt37 val xPrecision = 0f in createMotionEvent() constant
43 xPrecision, yPrecision, deviceId, edgeFlags, source, displayId) in createMotionEvent()
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/utils/
DGestureLogParser.java39 final int xPrecision = 1; in getMotionEventFromLogLine() local
70 xPrecision, yPrecision, deviceId, edgeFlags, source, flags); in getMotionEventFromLogLine()
/frameworks/native/services/inputflinger/include/
DInputListener.h115 float xPrecision; member
135 float xPrecision, float yPrecision, float xCursorPosition,
/frameworks/native/libs/input/tests/
DInputPublisherAndConsumer_test.cpp161 constexpr float xPrecision = 0.25; in PublishAndConsumeMotionEvent() local
194 classification, transform, xPrecision, yPrecision, in PublishAndConsumeMotionEvent()
228 EXPECT_EQ(xPrecision, motionEvent->getXPrecision()); in PublishAndConsumeMotionEvent()
DStructLayout_test.cpp73 CHECK_OFFSET(InputMessage::Body::Motion, xPrecision, 120); in TestInputMessageAlignment()
/frameworks/native/include/input/
DInputTransport.h135 float xPrecision; member
357 float xPrecision, float yPrecision, float xCursorPosition,
DInput.h770 float xPrecision, float yPrecision, float rawXCursorPosition,
/frameworks/native/libs/input/
DInputTransport.cpp238 msg->body.motion.xPrecision = body.motion.xPrecision; in getSanitizedCopy()
535 MotionClassification classification, const ui::Transform& transform, float xPrecision, in publishMotionEvent() argument
556 motionClassificationToString(classification), xPrecision, yPrecision, downTime, in publishMotionEvent()
592 msg.body.motion.xPrecision = xPrecision; in publishMotionEvent()
1362 msg->body.motion.xPrecision, msg->body.motion.yPrecision, in initializeMotionEvent()
DInput.cpp411 const ui::Transform& transform, float xPrecision, float yPrecision, in initialize() argument
426 mXPrecision = xPrecision; in initialize()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp3930 ASSERT_EQ(TRACKBALL_MOVEMENT_THRESHOLD, args.xPrecision); in TEST_F()
3948 ASSERT_EQ(TRACKBALL_MOVEMENT_THRESHOLD, args.xPrecision); in TEST_F()
3969 ASSERT_EQ(TRACKBALL_MOVEMENT_THRESHOLD, args.xPrecision); in TEST_F()
3987 ASSERT_EQ(TRACKBALL_MOVEMENT_THRESHOLD, args.xPrecision); in TEST_F()
5053 ASSERT_NEAR(X_PRECISION, motionArgs.xPrecision, EPSILON); in TEST_F()
5077 ASSERT_NEAR(X_PRECISION, motionArgs.xPrecision, EPSILON); in TEST_F()
5100 ASSERT_NEAR(X_PRECISION, motionArgs.xPrecision, EPSILON); in TEST_F()
5150 ASSERT_NEAR(X_PRECISION, motionArgs.xPrecision, EPSILON); in TEST_F()
5173 ASSERT_NEAR(X_PRECISION, motionArgs.xPrecision, EPSILON); in TEST_F()
5219 ASSERT_NEAR(X_PRECISION_VIRTUAL, motionArgs.xPrecision, EPSILON); in TEST_F()
[all …]
/frameworks/base/core/jni/
Dandroid_view_MotionEvent.cpp339 jint classification, jfloat xOffset, jfloat yOffset, jfloat xPrecision, jfloat yPrecision, in android_view_MotionEvent_nativeInitialize() argument
379 static_cast<MotionClassification>(classification), transform, xPrecision, in android_view_MotionEvent_nativeInitialize()
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.h778 int32_t changedId, float xPrecision, float yPrecision, nsecs_t downTime);
DTouchInputMapper.cpp3606 BitSet32 idBits, int32_t changedId, float xPrecision, in dispatchMotion() argument
3658 pointerCoords, xPrecision, yPrecision, xCursorPosition, yCursorPosition, in dispatchMotion()