Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/
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
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/utils/
DGestureLogParser.java36 final MotionEvent.PointerCoords[] pointerCoords; in getMotionEventFromLogLine() local
107 MotionEvent.PointerCoords pointerCoords = new MotionEvent.PointerCoords(); in findCoordinates() local
DTouchEventGenerator.java88 MotionEvent.PointerCoords pointerCoords = new MotionEvent.PointerCoords(); in generateMultiplePointersEvent() local
/frameworks/native/libs/input/tests/
DInputEvent_test.cpp255 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
DInputPublisherAndConsumer_test.cpp176 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
DVerifiedInputEvent_test.cpp37 PointerCoords pointerCoords[pointerCount]; in getMotionEventWithFlags() local
/frameworks/native/services/inputflinger/reader/mapper/
DRotaryEncoderInputMapper.cpp95 PointerCoords pointerCoords; in sync() local
DJoystickInputMapper.cpp321 PointerCoords pointerCoords; in sync() local
352 void JoystickInputMapper::setPointerCoordsAxisValue(PointerCoords* pointerCoords, int32_t axis, in setPointerCoordsAxisValue()
DCursorInputMapper.cpp336 PointerCoords pointerCoords; in sync() local
DTouchInputMapper.cpp307 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/
DInputCommonConverter.cpp329 std::vector<common::PointerCoords> pointerCoords; in notifyMotionArgsToHalMotionEvent() local
DInputListener.cpp103 const PointerCoords* pointerCoords, float xPrecision, float yPrecision, in NotifyMotionArgs()
/frameworks/base/core/tests/coretests/src/android/view/
DPinchZoomAction.java83 final MotionEvent.PointerCoords[] pointerCoords = new MotionEvent.PointerCoords[]{pc1, pc2}; in sendPinchZoomAction() local
/frameworks/native/services/inputflinger/dispatcher/
DInputState.h104 PointerCoords pointerCoords[MAX_POINTERS]; member
DInputState.cpp321 PointerCoords pointerCoords[MAX_POINTERS]; in synthesizePointerDownEvents() local
DEntry.cpp217 const PointerCoords* pointerCoords) in MotionEntry()
DEntry.h180 PointerCoords pointerCoords[MAX_POINTERS]; member
/frameworks/native/services/inputflinger/benchmarks/
DInputDispatcher_benchmarks.cpp208 PointerCoords pointerCoords[1]; in generateMotionEvent() local
236 PointerCoords pointerCoords[1]; in generateMotionArgs() local
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/udfps/
DSinglePointerTouchProcessorTest.kt590 val pointerCoords = in genPositiveTestCases() constant
/frameworks/native/libs/input/
DInputTransport.cpp549 const PointerCoords* pointerCoords) { in publishMotionEvent()
1380 PointerCoords pointerCoords[pointerCount]; in initializeMotionEvent() local
1410 PointerCoords pointerCoords[pointerCount]; in addSample() local
DInput.cpp464 const PointerCoords* pointerCoords) { in initialize()
525 const PointerCoords* pointerCoords) { in addSample()
/frameworks/native/services/inputflinger/tests/
DPreferStylusOverTouch_test.cpp50 PointerCoords pointerCoords[pointerCount]; in generateMotionArgs() local
/frameworks/base/core/java/android/view/
DMotionEvent.java1570 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/
DInputListener.h113 PointerCoords pointerCoords[MAX_POINTERS]; member
/frameworks/base/services/core/java/com/android/server/input/
DInputShellCommand.java162 MotionEvent.PointerCoords[] pointerCoords = new MotionEvent.PointerCoords[pointerCount]; in injectMotionEvent() local

12