/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
|
D | ClassifierTest.java | 159 MotionEvent.PointerCoords[] pointerCoords = new MotionEvent.PointerCoords[pointerCount]; in appendTrackpadMotionEvent() 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/ |
D | InputVerifier.cpp | 36 const PointerCoords* pointerCoords, int32_t flags) { in processMovement()
|
D | InputTransport.cpp | 618 const PointerCoords* pointerCoords) { in publishMotionEvent() 1455 PointerCoords pointerCoords[pointerCount]; in initializeMotionEvent() local 1485 PointerCoords pointerCoords[pointerCount]; in addSample() local
|
/frameworks/native/libs/input/tests/ |
D | InputEvent_test.cpp | 247 PointerCoords pointerCoords[2]; member 633 PointerCoords pointerCoords[pointerCount]; in TEST_F() local 696 std::vector<PointerCoords> pointerCoords; in createMotionEvent() local 842 PointerCoords pointerCoords[pointerCount]; in TEST_F() local 865 PointerCoords pointerCoords[pointerCount]; in TEST_F() local
|
D | InputPublisherAndConsumer_test.cpp | 170 PointerCoords pointerCoords[pointerCount]; in PublishAndConsumeMotionEvent() local 492 PointerCoords pointerCoords[pointerCount]; in TEST_F() local 513 PointerCoords pointerCoords[pointerCount]; in TEST_F() local 531 PointerCoords pointerCoords[pointerCount]; in TEST_F() local
|
D | VerifiedInputEvent_test.cpp | 37 PointerCoords pointerCoords[pointerCount]; in getMotionEventWithFlags() local
|
D | MotionPredictor_test.cpp | 43 std::vector<PointerCoords> pointerCoords; in getMotionEvent() local
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | RotaryEncoderInputMapper.cpp | 118 PointerCoords pointerCoords; in sync() local
|
D | JoystickInputMapper.cpp | 327 PointerCoords pointerCoords; in sync() local 359 void JoystickInputMapper::setPointerCoordsAxisValue(PointerCoords* pointerCoords, int32_t axis, in setPointerCoordsAxisValue()
|
D | CursorInputMapper.cpp | 271 PointerCoords pointerCoords; in sync() local
|
/frameworks/native/services/inputflinger/tests/ |
D | NotifyArgs_test.cpp | 50 PointerCoords pointerCoords[pointerCount]; in TEST() local
|
D | PreferStylusOverTouch_test.cpp | 45 PointerCoords pointerCoords[pointerCount]; in generateMotionArgs() local
|
/frameworks/native/services/inputflinger/ |
D | InputCommonConverter.cpp | 330 std::vector<common::PointerCoords> pointerCoords; in notifyMotionArgsToHalMotionEvent() local
|
D | NotifyArgs.cpp | 70 const PointerCoords* pointerCoords, float xPrecision, float yPrecision, in NotifyMotionArgs()
|
/frameworks/native/services/inputflinger/dispatcher/ |
D | InputState.cpp | 323 PointerCoords pointerCoords[MAX_POINTERS]; in synthesizePointerDownEvents() local 370 std::vector<PointerCoords> pointerCoords(MAX_POINTERS); in synthesizeCancelationEventsForPointers() local
|
D | InputState.h | 102 PointerCoords pointerCoords[MAX_POINTERS]; member
|
/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/include/input/ |
D | InputEventBuilders.h | 123 std::vector<PointerCoords> pointerCoords; in build() local
|
/frameworks/native/services/inputflinger/include/ |
D | NotifyArgsBuilders.h | 102 std::vector<PointerCoords> pointerCoords; in build() local
|
/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/base/core/java/android/view/ |
D | MotionEvent.java | 1692 int pointerCount, PointerProperties[] pointerIds, PointerCoords[] pointerCoords); in nativeInitialize() 1695 PointerCoords[] pointerCoords, int metaState); in nativeAddBatch() 1869 @SuppressLint("ArrayReturn") @NonNull PointerCoords[] pointerCoords, int metaState, in obtain() 1917 PointerCoords[] pointerCoords, int metaState, int buttonState, in obtain() 1955 PointerCoords[] pointerCoords, int metaState, int buttonState, in obtain() 1994 int action, int pointerCount, int[] pointerIds, PointerCoords[] pointerCoords, in obtain() 2199 int pointerCount, PointerProperties[] pointerIds, PointerCoords[] pointerCoords) { in initialize() 3629 public final void addBatch(long eventTime, PointerCoords[] pointerCoords, int metaState) { in addBatch()
|