/aosp_15_r20/cts/tests/tests/hardware/src/android/hardware/input/cts/virtualcreators/ |
H A D | VirtualInputEventCreator.kt | 43 val pointerCoords = PointerCoords() in createMouseEvent() constant 79 val pointerCoords = PointerCoords() in createTouchscreenEvent() constant 115 val pointerCoords = PointerCoords() in createNavigationTouchpadMotionEvent() constant 214 val pointerCoords = PointerCoords() in createStylusEvent() constant 241 val pointerCoords = PointerCoords() in createRotaryEvent() constant
|
/aosp_15_r20/frameworks/native/libs/input/ |
H A D | Resampler.cpp | 90 const PointerCoords& pointerCoords) { in setMotionEventPointerCoords() 104 std::ostream& operator<<(std::ostream& os, const PointerCoords& pointerCoords) { in operator <<() 319 const PointerCoords& pointerCoords = in overwriteStillPointers() local 410 PointerCoords& pointerCoords = const_cast<PointerCoords&>( in resampleMotionEvent() local
|
H A D | InputConsumerNoResampling.cpp | 83 std::vector<PointerCoords> pointerCoords; in createMotionEvent() local 111 std::vector<PointerCoords> pointerCoords; in addSample() local
|
H A D | Input.cpp | 562 const PointerCoords* pointerCoords) { in initialize() 643 void MotionEvent::addSample(int64_t eventTime, const PointerCoords* pointerCoords, in addSample() 1009 const std::vector<PointerCoords>& pointerCoords, in split()
|
H A D | InputConsumer.cpp | 106 PointerCoords pointerCoords[pointerCount]; in initializeMotionEvent() local 132 PointerCoords pointerCoords[pointerCount]; in addSample() local
|
H A D | InputVerifier.cpp | 39 const PointerCoords* pointerCoords, int32_t flags) { in processMovement()
|
/aosp_15_r20/cts/tests/tests/mediacujtest/common/src/android/media/cujcommon/cts/ |
H A D | PinchToZoomTestPlayerListener.java | 61 PointerCoords pointerCoords = new PointerCoords(); in getDisplayPointer() local 134 PointerProperties[] pointerProperties, PointerCoords[] pointerCoords) { in obtainAndSendPointerEvent() 188 PointerCoords[] pointerCoords = getPointerCoords(isZoomIn); in pinchAndZoom() local
|
/aosp_15_r20/frameworks/native/libs/input/tests/ |
H A D | InputEvent_test.cpp | 277 PointerCoords pointerCoords[2]; member 829 PointerCoords pointerCoords[pointerCount]; in TEST_F() local 894 std::vector<PointerCoords> pointerCoords; in createMotionEvent() local 1039 PointerCoords pointerCoords[pointerCount]; in TEST_F() local 1062 PointerCoords pointerCoords[pointerCount]; in TEST_F() local
|
H A D | InputPublisherAndConsumer_test.cpp | 76 std::vector<PointerCoords> pointerCoords; member 619 PointerCoords pointerCoords[pointerCount]; in TEST_F() local 640 PointerCoords pointerCoords[pointerCount]; in TEST_F() local 658 PointerCoords pointerCoords[pointerCount]; in TEST_F() local
|
H A D | InputPublisherAndConsumerNoResampling_test.cpp | 86 std::vector<PointerCoords> pointerCoords; member 885 PointerCoords pointerCoords[pointerCount]; in TEST_F() local 907 PointerCoords pointerCoords[pointerCount]; in TEST_F() local 925 PointerCoords pointerCoords[pointerCount]; in TEST_F() local
|
H A D | Resampler_test.cpp | 52 PointerCoords pointerCoords; in operator PointerCoords() local 255 PointerCoords pointerCoords{}; in TEST_F() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/ |
H A D | PointerCountClassifierTest.java | 72 MotionEvent.PointerCoords[] pointerCoords = MotionEvent.PointerCoords.createArray(2); in testFail_multiPointer() local 89 MotionEvent.PointerCoords[] pointerCoords = MotionEvent.PointerCoords.createArray(2); in testPass_multiPointerDragDown() local
|
/aosp_15_r20/external/robolectric/integration_tests/ctesque/src/sharedTest/java/android/view/ |
H A D | MotionEventTest.java | 681 final PointerCoords[] pointerCoords = new PointerCoords[pointerCount]; in testTransformShouldApplyMatrixToPointsAndPreserveRawPosition() local 858 public PointerCoordsEqualitySubject pointerCoords(int pointerIndex) { in pointerCoords() method in MotionEventTest.MotionEventEqualitySubject 989 public static Subject.Factory<PointerCoordsEqualitySubject, PointerCoords> pointerCoords() { in pointerCoords() method in MotionEventTest.PointerCoordsEqualitySubject
|
/aosp_15_r20/frameworks/native/services/inputflinger/benchmarks/ |
H A D | InputDispatcher_benchmarks.cpp | 50 PointerCoords pointerCoords[1]; in generateMotionEvent() local 78 PointerCoords pointerCoords[1]; in generateMotionArgs() local
|
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/utils/ |
H A D | GestureLogParser.java | 36 final MotionEvent.PointerCoords[] pointerCoords; in getMotionEventFromLogLine() local 107 MotionEvent.PointerCoords pointerCoords = new MotionEvent.PointerCoords(); in findCoordinates() local
|
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
H A D | ShadowMotionEvent.java | 278 PointerCoords[] pointerCoords) { in nativeInitialize() 742 List<NativeInput.PointerCoords> pointerCoords = event.getSamplePointerCoords(); in setPointer2() local 752 List<NativeInput.PointerCoords> pointerCoords, List<PointerProperties> pointerProperties) { in ensureTwoPointers() 781 List<NativeInput.PointerCoords> pointerCoords = event.getSamplePointerCoords(); in setPointerIds() local
|
H A D | NativeInput.java | 691 NativeInput.PointerCoords[] pointerCoords) { in initialize() 749 public void addSample(long eventTime, PointerCoords[] pointerCoords) { in addSample() 753 public void addSample(long eventTime, List<PointerCoords> pointerCoords) { in addSample() 880 NativeInput.PointerCoords pointerCoords = new NativeInput.PointerCoords(); in readFromParcel() local
|
/aosp_15_r20/cts/libs/input/src/com/android/cts/input/ |
H A D | MotionEventBuilder.kt | 68 val pointerCoords = pointers.map { it.buildCoords() } in build() constant
|
/aosp_15_r20/frameworks/native/services/inputflinger/reader/mapper/ |
H A D | JoystickInputMapper.cpp | 326 PointerCoords pointerCoords; in sync() local 358 void JoystickInputMapper::setPointerCoordsAxisValue(PointerCoords* pointerCoords, int32_t axis, in setPointerCoordsAxisValue()
|
/aosp_15_r20/frameworks/base/core/java/android/view/ |
H A D | MotionEvent.java | 1815 int pointerCount, PointerProperties[] pointerIds, PointerCoords[] pointerCoords); in nativeInitialize() 1818 PointerCoords[] pointerCoords, int metaState); in nativeAddBatch() 1994 @SuppressLint("ArrayReturn") @NonNull PointerCoords[] pointerCoords, int metaState, in obtain() 2042 PointerCoords[] pointerCoords, int metaState, int buttonState, in obtain() 2080 PointerCoords[] pointerCoords, int metaState, int buttonState, in obtain() 2119 int action, int pointerCount, int[] pointerIds, PointerCoords[] pointerCoords, in obtain() 2324 int pointerCount, PointerProperties[] pointerIds, PointerCoords[] pointerCoords) { in initialize() 3719 public final void addBatch(long eventTime, PointerCoords[] pointerCoords, int metaState) { in addBatch()
|
/aosp_15_r20/frameworks/native/services/inputflinger/dispatcher/ |
H A D | InputState.cpp | 457 std::vector<PointerCoords> pointerCoords; in synthesizePointerDownEvents() local 526 std::vector<PointerCoords> pointerCoords = memento.pointerCoords; in synthesizeCancelationEventsForPointers() local
|
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/udfps/ |
H A D | SinglePointerTouchProcessorTest.kt | 614 val pointerCoords = in genPositiveTestCases() constant
|
/aosp_15_r20/cts/tests/tests/view/src/android/view/cts/util/ |
H A D | EventUtils.java | 27 MotionEvent.PointerCoords[] pointerCoords = new MotionEvent.PointerCoords[1]; in generateMouseEvent() local
|
/aosp_15_r20/cts/tests/tests/view/src/android/view/cts/ |
H A D | MotionEvent_PointerCoordsTest.java | 113 final MotionEvent.PointerCoords pointerCoords = new MotionEvent.PointerCoords(); in testCopyFrom() local
|
/aosp_15_r20/frameworks/base/tests/Input/src/com/android/server/input/debug/ |
H A D | FocusEventDebugViewTest.java | 90 PointerCoords pointerCoords = new PointerCoords(); in createRotaryMotionEvent() local
|