Home
last modified time | relevance | path

Searched defs:pointerCoords (Results 1 – 25 of 301) sorted by relevance

12345678910>>...13

/aosp_15_r20/cts/tests/tests/hardware/src/android/hardware/input/cts/virtualcreators/
H A DVirtualInputEventCreator.kt43 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 DResampler.cpp90 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 DInputConsumerNoResampling.cpp83 std::vector<PointerCoords> pointerCoords; in createMotionEvent() local
111 std::vector<PointerCoords> pointerCoords; in addSample() local
H A DInput.cpp562 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 DInputConsumer.cpp106 PointerCoords pointerCoords[pointerCount]; in initializeMotionEvent() local
132 PointerCoords pointerCoords[pointerCount]; in addSample() local
H A DInputVerifier.cpp39 const PointerCoords* pointerCoords, int32_t flags) { in processMovement()
/aosp_15_r20/cts/tests/tests/mediacujtest/common/src/android/media/cujcommon/cts/
H A DPinchToZoomTestPlayerListener.java61 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 DInputEvent_test.cpp277 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 DInputPublisherAndConsumer_test.cpp76 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 DInputPublisherAndConsumerNoResampling_test.cpp86 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 DResampler_test.cpp52 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 DPointerCountClassifierTest.java72 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 DMotionEventTest.java681 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 DInputDispatcher_benchmarks.cpp50 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 DGestureLogParser.java36 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 DShadowMotionEvent.java278 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 DNativeInput.java691 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 DMotionEventBuilder.kt68 val pointerCoords = pointers.map { it.buildCoords() } in build() constant
/aosp_15_r20/frameworks/native/services/inputflinger/reader/mapper/
H A DJoystickInputMapper.cpp326 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 DMotionEvent.java1815 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 DInputState.cpp457 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 DSinglePointerTouchProcessorTest.kt614 val pointerCoords = in genPositiveTestCases() constant
/aosp_15_r20/cts/tests/tests/view/src/android/view/cts/util/
H A DEventUtils.java27 MotionEvent.PointerCoords[] pointerCoords = new MotionEvent.PointerCoords[1]; in generateMouseEvent() local
/aosp_15_r20/cts/tests/tests/view/src/android/view/cts/
H A DMotionEvent_PointerCoordsTest.java113 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 DFocusEventDebugViewTest.java90 PointerCoords pointerCoords = new PointerCoords(); in createRotaryMotionEvent() local

12345678910>>...13