Home
last modified time | relevance | path

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

/aosp12/frameworks/native/services/inputflinger/
H A 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 ==()
H A DInputClassifierConverter.cpp370 event.xPrecision = args.xPrecision; in notifyMotionArgsToHalMotionEvent()
/aosp12/frameworks/base/core/java/android/view/
H A DMotionEvent.java1554 float xOffset, float yOffset, float xPrecision, float yPrecision, in nativeInitialize() argument
1730 float xPrecision, float yPrecision, int deviceId, in obtain() argument
1776 float xPrecision, float yPrecision, int deviceId, in obtain() argument
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
1901 float xPrecision, float yPrecision, int deviceId, int edgeFlags, int source, in obtain() argument
1919 0, 0, xPrecision, yPrecision, in obtain()
1962 float xPrecision, float yPrecision, int deviceId, int edgeFlags) { in obtain() argument
1964 metaState, xPrecision, yPrecision, deviceId, edgeFlags); in obtain()
[all …]
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DEntry.cpp200 int32_t edgeFlags, float xPrecision, float yPrecision, in MotionEntry() argument
215 xPrecision(xPrecision), in MotionEntry()
246 xPrecision, yPrecision, xCursorPosition, yCursorPosition); in getDescription()
H A 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()
H A DEntry.h170 float xPrecision; member
182 int32_t edgeFlags, float xPrecision, float yPrecision, float xCursorPosition,
H A DInputState.h97 float xPrecision; member
H A DInputDispatcher.cpp383 motionEntry.edgeFlags, motionEntry.xPrecision, in createDispatchEntry()
1676 entry.edgeFlags, entry.xPrecision, entry.yPrecision, entry.downTime); in logOutboundMotionDetails()
3203 motionEntry.xPrecision, motionEntry.yPrecision, in startDispatchCycleLocked()
3714 originalMotionEntry.xPrecision, in splitMotionEvent()
3872 args->buttonState, args->edgeFlags, args->xPrecision, args->yPrecision, in notifyMotion()
3918 args->xPrecision, args->yPrecision, args->xCursorPosition, in notifyMotion()
3938 args->xPrecision, args->yPrecision, in notifyMotion()
/aosp12/frameworks/base/tests/Input/src/com/android/test/input/
H A DInputEventAssignerTest.kt37 val xPrecision = 0f regex
43 xPrecision, yPrecision, deviceId, edgeFlags, source, displayId)
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/util/
H A DMotionEventHelper.java54 float xPrecision = e.getXPrecision(); in transformEventOld() local
76 pointerCount, pointerIds, pointerCoords, metaState, xPrecision, in transformEventOld()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/utils/
H A DGestureLogParser.java39 final int xPrecision = 1; in getMotionEventFromLogLine() local
70 xPrecision, yPrecision, deviceId, edgeFlags, source, flags); in getMotionEventFromLogLine()
/aosp12/frameworks/native/services/inputflinger/include/
H A DInputListener.h115 float xPrecision; member
135 float xPrecision, float yPrecision, float xCursorPosition,
/aosp12/frameworks/native/libs/input/tests/
H A DInputPublisherAndConsumer_test.cpp162 constexpr float xPrecision = 0.25; in PublishAndConsumeMotionEvent() local
196 classification, transform, xPrecision, yPrecision, in PublishAndConsumeMotionEvent()
230 EXPECT_EQ(xPrecision, motionEvent->getXPrecision()); in PublishAndConsumeMotionEvent()
H A DStructLayout_test.cpp73 CHECK_OFFSET(InputMessage::Body::Motion, xPrecision, 120); in TestInputMessageAlignment()
/aosp12/hardware/interfaces/input/classifier/1.0/vts/functional/
H A DVtsHalInputClassifierV1_0TargetTest.cpp60 event.xPrecision = 0; in getSimpleMotionEvent()
/aosp12/frameworks/native/libs/input/
H A DInputTransport.cpp238 msg->body.motion.xPrecision = body.motion.xPrecision; in getSanitizedCopy()
537 MotionClassification classification, const ui::Transform& transform, float xPrecision, in publishMotionEvent() argument
559 motionClassificationToString(classification), xPrecision, yPrecision, downTime, in publishMotionEvent()
595 msg.body.motion.xPrecision = xPrecision; in publishMotionEvent()
1366 msg->body.motion.xPrecision, msg->body.motion.yPrecision, in initializeMotionEvent()
H A DInput.cpp428 const ui::Transform& transform, float xPrecision, float yPrecision, in initialize() argument
443 mXPrecision = xPrecision; in initialize()
/aosp12/frameworks/native/include/input/
H A DInputTransport.h135 float xPrecision; member
357 float xPrecision, float yPrecision, float xCursorPosition,
H A DInput.h757 float xPrecision, float yPrecision, float rawXCursorPosition,
/aosp12/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp3957 ASSERT_EQ(TRACKBALL_MOVEMENT_THRESHOLD, args.xPrecision); in TEST_F()
3975 ASSERT_EQ(TRACKBALL_MOVEMENT_THRESHOLD, args.xPrecision); in TEST_F()
3996 ASSERT_EQ(TRACKBALL_MOVEMENT_THRESHOLD, args.xPrecision); in TEST_F()
4014 ASSERT_EQ(TRACKBALL_MOVEMENT_THRESHOLD, args.xPrecision); in TEST_F()
5094 ASSERT_NEAR(X_PRECISION, motionArgs.xPrecision, EPSILON); in TEST_F()
5118 ASSERT_NEAR(X_PRECISION, motionArgs.xPrecision, EPSILON); in TEST_F()
5141 ASSERT_NEAR(X_PRECISION, motionArgs.xPrecision, EPSILON); in TEST_F()
5191 ASSERT_NEAR(X_PRECISION, motionArgs.xPrecision, EPSILON); in TEST_F()
5214 ASSERT_NEAR(X_PRECISION, motionArgs.xPrecision, EPSILON); in TEST_F()
5354 ASSERT_NEAR(X_PRECISION, motionArgs.xPrecision, EPSILON); in TEST_F()
[all …]
/aosp12/frameworks/base/core/jni/
H A Dandroid_view_MotionEvent.cpp358 jint classification, jfloat xOffset, jfloat yOffset, jfloat xPrecision, jfloat yPrecision, in android_view_MotionEvent_nativeInitialize() argument
398 static_cast<MotionClassification>(classification), transform, xPrecision, in android_view_MotionEvent_nativeInitialize()
/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DTouchInputMapper.h787 int32_t changedId, float xPrecision, float yPrecision, nsecs_t downTime);
H A DTouchInputMapper.cpp3635 BitSet32 idBits, int32_t changedId, float xPrecision, in dispatchMotion() argument
3687 pointerCoords, xPrecision, yPrecision, xCursorPosition, yCursorPosition, in dispatchMotion()
/aosp12/hardware/interfaces/input/common/1.0/
H A Dtypes.hal809 float xPrecision;
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...