/aosp12/frameworks/native/services/inputflinger/ |
H A D | InputListener.cpp | 103 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 D | InputClassifierConverter.cpp | 370 event.xPrecision = args.xPrecision; in notifyMotionArgsToHalMotionEvent()
|
/aosp12/frameworks/base/core/java/android/view/ |
H A D | MotionEvent.java | 1554 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 D | Entry.cpp | 200 int32_t edgeFlags, float xPrecision, float yPrecision, in MotionEntry() argument 215 xPrecision(xPrecision), in MotionEntry() 246 xPrecision, yPrecision, xCursorPosition, yCursorPosition); in getDescription()
|
H A D | InputState.cpp | 240 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 D | Entry.h | 170 float xPrecision; member 182 int32_t edgeFlags, float xPrecision, float yPrecision, float xCursorPosition,
|
H A D | InputState.h | 97 float xPrecision; member
|
H A D | InputDispatcher.cpp | 383 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 D | InputEventAssignerTest.kt | 37 val xPrecision = 0f regex 43 xPrecision, yPrecision, deviceId, edgeFlags, source, displayId)
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/util/ |
H A D | MotionEventHelper.java | 54 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 D | GestureLogParser.java | 39 final int xPrecision = 1; in getMotionEventFromLogLine() local 70 xPrecision, yPrecision, deviceId, edgeFlags, source, flags); in getMotionEventFromLogLine()
|
/aosp12/frameworks/native/services/inputflinger/include/ |
H A D | InputListener.h | 115 float xPrecision; member 135 float xPrecision, float yPrecision, float xCursorPosition,
|
/aosp12/frameworks/native/libs/input/tests/ |
H A D | InputPublisherAndConsumer_test.cpp | 162 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 D | StructLayout_test.cpp | 73 CHECK_OFFSET(InputMessage::Body::Motion, xPrecision, 120); in TestInputMessageAlignment()
|
/aosp12/hardware/interfaces/input/classifier/1.0/vts/functional/ |
H A D | VtsHalInputClassifierV1_0TargetTest.cpp | 60 event.xPrecision = 0; in getSimpleMotionEvent()
|
/aosp12/frameworks/native/libs/input/ |
H A D | InputTransport.cpp | 238 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 D | Input.cpp | 428 const ui::Transform& transform, float xPrecision, float yPrecision, in initialize() argument 443 mXPrecision = xPrecision; in initialize()
|
/aosp12/frameworks/native/include/input/ |
H A D | InputTransport.h | 135 float xPrecision; member 357 float xPrecision, float yPrecision, float xCursorPosition,
|
H A D | Input.h | 757 float xPrecision, float yPrecision, float rawXCursorPosition,
|
/aosp12/frameworks/native/services/inputflinger/tests/ |
H A D | InputReader_test.cpp | 3957 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 D | android_view_MotionEvent.cpp | 358 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 D | TouchInputMapper.h | 787 int32_t changedId, float xPrecision, float yPrecision, nsecs_t downTime);
|
H A D | TouchInputMapper.cpp | 3635 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 D | types.hal | 809 float xPrecision;
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |