/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/ |
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
|
/frameworks/native/services/inputflinger/benchmarks/ |
D | InputDispatcher_benchmarks.cpp | 50 PointerCoords pointerCoords[1]; in generateMotionEvent() local 78 PointerCoords pointerCoords[1]; in generateMotionArgs() local
|
/frameworks/native/libs/input/ |
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
|
D | InputVerifier.cpp | 45 const PointerCoords* pointerCoords, int32_t flags, in processMovement()
|
D | InputConsumerNoResampling.cpp | 84 std::vector<PointerCoords> pointerCoords; in createMotionEvent() local 112 std::vector<PointerCoords> pointerCoords; in addSample() local
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/utils/ |
D | GestureLogParser.java | 36 final MotionEvent.PointerCoords[] pointerCoords; in getMotionEventFromLogLine() local 107 MotionEvent.PointerCoords pointerCoords = new MotionEvent.PointerCoords(); in findCoordinates() local
|
D | TouchEventGenerator.java | 114 MotionEvent.PointerCoords pointerCoords = new MotionEvent.PointerCoords(); in generateMultiplePointersEvent() local
|
/frameworks/base/tests/Input/src/com/android/server/input/debug/ |
D | FocusEventDebugViewTest.java | 90 PointerCoords pointerCoords = new PointerCoords(); in createRotaryMotionEvent() local
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | MotionEventTest.java | 51 private PointerCoords pointerCoords(float x, float y) { in pointerCoords() method in MotionEventTest 55 private PointerCoords pointerCoords(float x, float y, float orientation) { in pointerCoords() method in MotionEventTest
|
D | PinchZoomAction.java | 83 final MotionEvent.PointerCoords[] pointerCoords = new MotionEvent.PointerCoords[]{pc1, pc2}; in sendPinchZoomAction() local
|
/frameworks/native/libs/input/tests/ |
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
|
D | VerifiedInputEvent_test.cpp | 36 PointerCoords pointerCoords[pointerCount]; in getMotionEventWithFlags() local
|
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
|
D | TestEventMatchers.h | 154 const PointerCoords& pointerCoords = in MatchAndExplain() local
|
D | Resampler_test.cpp | 52 PointerCoords pointerCoords; in operator PointerCoords() local 255 PointerCoords pointerCoords{}; in TEST_F() local
|
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
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | JoystickInputMapper.cpp | 326 PointerCoords pointerCoords; in sync() local 358 void JoystickInputMapper::setPointerCoordsAxisValue(PointerCoords* pointerCoords, int32_t axis, in setPointerCoordsAxisValue()
|
D | RotaryEncoderInputMapper.cpp | 191 PointerCoords pointerCoords; in sync() local
|
/frameworks/native/services/inputflinger/tests/ |
D | NotifyArgs_test.cpp | 50 PointerCoords pointerCoords[pointerCount]; in TEST() local
|
/frameworks/native/services/inputflinger/tests/fuzzers/ |
D | FuzzedInputStream.h | 173 std::vector<PointerCoords> pointerCoords; in generateFuzzedMotionArgs() local
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputState.cpp | 467 std::vector<PointerCoords> pointerCoords; in synthesizePointerDownEvents() local 536 std::vector<PointerCoords> pointerCoords = memento.pointerCoords; in synthesizeCancelationEventsForPointers() local
|
D | InputState.h | 113 std::vector<PointerCoords> pointerCoords; member
|
/frameworks/native/services/inputflinger/ |
D | InputCommonConverter.cpp | 333 std::vector<common::PointerCoords> pointerCoords; in notifyMotionArgsToHalMotionEvent() local
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/udfps/ |
D | SinglePointerTouchProcessorTest.kt | 614 val pointerCoords = in genPositiveTestCases() constant
|
/frameworks/native/services/inputflinger/include/ |
D | NotifyArgsBuilders.h | 112 std::vector<PointerCoords> pointerCoords; in build() local
|