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 ==()
DInputCommonConverter.cpp325 event.xPrecision = args.xPrecision; in notifyMotionArgsToHalMotionEvent()
/frameworks/base/core/java/android/view/
DMotionEvent.java1568 float xOffset, float yOffset, float xPrecision, float yPrecision, in nativeInitialize() argument
1747 float xPrecision, float yPrecision, int deviceId, in obtain() argument
1751 metaState, buttonState, CLASSIFICATION_NONE, 0, 0, xPrecision, yPrecision, in obtain()
1793 float xPrecision, float yPrecision, int deviceId, in obtain() argument
1796 metaState, buttonState, xPrecision, yPrecision, deviceId, edgeFlags, source, in obtain()
1832 int metaState, float xPrecision, float yPrecision, int deviceId, in obtain() argument
1842 pointerCoords, metaState, 0, xPrecision, yPrecision, deviceId, in obtain()
1878 float xPrecision, float yPrecision, int deviceId, int edgeFlags) { in obtain() argument
1880 xPrecision, yPrecision, deviceId, edgeFlags, InputDevice.SOURCE_CLASS_POINTER, in obtain()
1918 float xPrecision, float yPrecision, int deviceId, int edgeFlags, int source, in obtain() argument
[all …]
/frameworks/native/services/inputflinger/dispatcher/
DEntry.cpp214 int32_t edgeFlags, float xPrecision, float yPrecision, in MotionEntry() argument
229 xPrecision(xPrecision), in MotionEntry()
257 xPrecision, yPrecision, xCursorPosition, yCursorPosition); in getDescription()
DInputState.cpp242 memento.xPrecision = entry.xPrecision; in addMotionMemento()
297 AMOTION_EVENT_EDGE_FLAG_NONE, memento.xPrecision, in synthesizeCancelationEvents()
350 AMOTION_EVENT_EDGE_FLAG_NONE, memento.xPrecision, in synthesizePointerDownEvents()
DEntry.h173 float xPrecision; member
185 int32_t edgeFlags, float xPrecision, float yPrecision, float xCursorPosition,
DInputState.h97 float xPrecision; member
DInputDispatcher.cpp336 motionEntry.edgeFlags, motionEntry.xPrecision, in createDispatchEntry()
1733 entry.xPrecision, entry.yPrecision, entry.downTime); in logOutboundMotionDetails()
3300 motionEntry.xPrecision, motionEntry.yPrecision, in startDispatchCycleLocked()
3838 originalMotionEntry.xPrecision, in splitMotionEvent()
3996 args->buttonState, args->edgeFlags, args->xPrecision, args->yPrecision, in notifyMotion()
4046 displayTransform, args->xPrecision, args->yPrecision, in notifyMotion()
4066 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.h114 float xPrecision; member
134 float xPrecision, float yPrecision, float xCursorPosition,
/frameworks/native/include/input/
DInputTransport.h138 float xPrecision; member
370 float xPrecision, float yPrecision, float xCursorPosition,
DInput.h765 float xPrecision, float yPrecision, float rawXCursorPosition,
/frameworks/native/libs/input/tests/
DInputPublisherAndConsumer_test.cpp167 constexpr float xPrecision = 0.25; in PublishAndConsumeMotionEvent() local
200 classification, transform, xPrecision, yPrecision, in PublishAndConsumeMotionEvent()
234 EXPECT_EQ(xPrecision, motionEvent->getXPrecision()); in PublishAndConsumeMotionEvent()
DStructLayout_test.cpp73 CHECK_OFFSET(InputMessage::Body::Motion, xPrecision, 120); in TestInputMessageAlignment()
/frameworks/native/libs/input/
DInputTransport.cpp243 msg->body.motion.xPrecision = body.motion.xPrecision; in getSanitizedCopy()
545 MotionClassification classification, const ui::Transform& transform, float xPrecision, in publishMotionEvent() argument
567 motionClassificationToString(classification), xPrecision, yPrecision, downTime, in publishMotionEvent()
603 msg.body.motion.xPrecision = xPrecision; in publishMotionEvent()
1398 msg->body.motion.xPrecision, msg->body.motion.yPrecision, in initializeMotionEvent()
DInput.cpp460 const ui::Transform& transform, float xPrecision, float yPrecision, in initialize() argument
474 mXPrecision = xPrecision; in initialize()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp4357 ASSERT_EQ(TRACKBALL_MOVEMENT_THRESHOLD, args.xPrecision); in TEST_F()
4375 ASSERT_EQ(TRACKBALL_MOVEMENT_THRESHOLD, args.xPrecision); in TEST_F()
4396 ASSERT_EQ(TRACKBALL_MOVEMENT_THRESHOLD, args.xPrecision); in TEST_F()
4414 ASSERT_EQ(TRACKBALL_MOVEMENT_THRESHOLD, args.xPrecision); in TEST_F()
5632 ASSERT_NEAR(X_PRECISION, motionArgs.xPrecision, EPSILON); in TEST_F()
5656 ASSERT_NEAR(X_PRECISION, motionArgs.xPrecision, EPSILON); in TEST_F()
5679 ASSERT_NEAR(X_PRECISION, motionArgs.xPrecision, EPSILON); in TEST_F()
5729 ASSERT_NEAR(X_PRECISION, motionArgs.xPrecision, EPSILON); in TEST_F()
5752 ASSERT_NEAR(X_PRECISION, motionArgs.xPrecision, EPSILON); in TEST_F()
5798 ASSERT_NEAR(X_PRECISION_VIRTUAL, motionArgs.xPrecision, EPSILON); in TEST_F()
[all …]
/frameworks/base/core/jni/
Dandroid_view_MotionEvent.cpp320 jint classification, jfloat xOffset, jfloat yOffset, jfloat xPrecision, jfloat yPrecision, in android_view_MotionEvent_nativeInitialize() argument
361 static_cast<MotionClassification>(classification), transform, xPrecision, in android_view_MotionEvent_nativeInitialize()
/frameworks/native/services/inputflinger/reader/mapper/
DTouchInputMapper.h801 int32_t changedId, float xPrecision, float yPrecision, nsecs_t downTime);
DTouchInputMapper.cpp3685 BitSet32 idBits, int32_t changedId, float xPrecision, in dispatchMotion() argument
3735 pointerCoords, xPrecision, yPrecision, xCursorPosition, yCursorPosition, in dispatchMotion()