/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/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 | 88 MotionEvent.PointerCoords pointerCoords = new MotionEvent.PointerCoords(); in generateMultiplePointersEvent() local
|
/frameworks/native/libs/input/tests/ |
D | InputEvent_test.cpp | 255 PointerCoords pointerCoords[2]; in initializeEventWithHistory() local 591 PointerCoords pointerCoords[pointerCount]; in TEST_F() local 654 std::vector<PointerCoords> pointerCoords; in createMotionEvent() local 800 PointerCoords pointerCoords[pointerCount]; in TEST_F() local 823 PointerCoords pointerCoords[pointerCount]; in TEST_F() local
|
D | InputPublisherAndConsumer_test.cpp | 176 PointerCoords pointerCoords[pointerCount]; in PublishAndConsumeMotionEvent() local 496 PointerCoords pointerCoords[pointerCount]; in TEST_F() local 517 PointerCoords pointerCoords[pointerCount]; in TEST_F() local 535 PointerCoords pointerCoords[pointerCount]; in TEST_F() local
|
D | VerifiedInputEvent_test.cpp | 37 PointerCoords pointerCoords[pointerCount]; in getMotionEventWithFlags() local
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | RotaryEncoderInputMapper.cpp | 95 PointerCoords pointerCoords; in sync() local
|
D | JoystickInputMapper.cpp | 321 PointerCoords pointerCoords; in sync() local 352 void JoystickInputMapper::setPointerCoordsAxisValue(PointerCoords* pointerCoords, int32_t axis, in setPointerCoordsAxisValue()
|
D | CursorInputMapper.cpp | 336 PointerCoords pointerCoords; in sync() local
|
D | TouchInputMapper.cpp | 307 const PointerCoords& pointerCoords = mLastCookedState.cookedPointerData.pointerCoords[i]; in dump() local 2614 PointerCoords pointerCoords; in dispatchPointerGestures() local 3629 PointerCoords pointerCoords; in dispatchPointerSimple() local 3687 PointerCoords pointerCoords[MAX_POINTERS]; in dispatchMotion() local
|
/frameworks/native/services/inputflinger/ |
D | InputCommonConverter.cpp | 329 std::vector<common::PointerCoords> pointerCoords; in notifyMotionArgsToHalMotionEvent() local
|
D | InputListener.cpp | 103 const PointerCoords* pointerCoords, float xPrecision, float yPrecision, in NotifyMotionArgs()
|
/frameworks/base/core/tests/coretests/src/android/view/ |
D | PinchZoomAction.java | 83 final MotionEvent.PointerCoords[] pointerCoords = new MotionEvent.PointerCoords[]{pc1, pc2}; in sendPinchZoomAction() local
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputState.h | 104 PointerCoords pointerCoords[MAX_POINTERS]; member
|
D | InputState.cpp | 321 PointerCoords pointerCoords[MAX_POINTERS]; in synthesizePointerDownEvents() local
|
D | Entry.cpp | 217 const PointerCoords* pointerCoords) in MotionEntry()
|
D | Entry.h | 180 PointerCoords pointerCoords[MAX_POINTERS]; member
|
/frameworks/native/services/inputflinger/benchmarks/ |
D | InputDispatcher_benchmarks.cpp | 208 PointerCoords pointerCoords[1]; in generateMotionEvent() local 236 PointerCoords pointerCoords[1]; in generateMotionArgs() local
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/udfps/ |
D | SinglePointerTouchProcessorTest.kt | 590 val pointerCoords = in genPositiveTestCases() constant
|
/frameworks/native/libs/input/ |
D | InputTransport.cpp | 549 const PointerCoords* pointerCoords) { in publishMotionEvent() 1380 PointerCoords pointerCoords[pointerCount]; in initializeMotionEvent() local 1410 PointerCoords pointerCoords[pointerCount]; in addSample() local
|
D | Input.cpp | 464 const PointerCoords* pointerCoords) { in initialize() 525 const PointerCoords* pointerCoords) { in addSample()
|
/frameworks/native/services/inputflinger/tests/ |
D | PreferStylusOverTouch_test.cpp | 50 PointerCoords pointerCoords[pointerCount]; in generateMotionArgs() local
|
/frameworks/base/core/java/android/view/ |
D | MotionEvent.java | 1570 int pointerCount, PointerProperties[] pointerIds, PointerCoords[] pointerCoords); in nativeInitialize() 1573 PointerCoords[] pointerCoords, int metaState); in nativeAddBatch() 1746 PointerCoords[] pointerCoords, int metaState, int buttonState, in obtain() 1792 PointerCoords[] pointerCoords, int metaState, int buttonState, in obtain() 1831 int action, int pointerCount, int[] pointerIds, PointerCoords[] pointerCoords, in obtain() 2036 int pointerCount, PointerProperties[] pointerIds, PointerCoords[] pointerCoords) { in initialize() 3426 public final void addBatch(long eventTime, PointerCoords[] pointerCoords, int metaState) { in addBatch()
|
/frameworks/native/services/inputflinger/include/ |
D | InputListener.h | 113 PointerCoords pointerCoords[MAX_POINTERS]; member
|
/frameworks/base/services/core/java/com/android/server/input/ |
D | InputShellCommand.java | 162 MotionEvent.PointerCoords[] pointerCoords = new MotionEvent.PointerCoords[pointerCount]; in injectMotionEvent() local
|