Home
last modified time | relevance | path

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

12

/aosp12/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
/aosp12/frameworks/native/libs/input/tests/
H A DInputEvent_test.cpp271 PointerCoords pointerCoords[2]; in initializeEventWithHistory() local
602 PointerCoords pointerCoords[pointerCount]; in TEST_F() local
667 std::vector<PointerCoords> pointerCoords; in createTouchDownEvent() local
822 PointerCoords pointerCoords[pointerCount]; in TEST_F() local
846 PointerCoords pointerCoords[pointerCount]; in TEST_F() local
H A DInputPublisherAndConsumer_test.cpp174 PointerCoords pointerCoords[pointerCount]; in PublishAndConsumeMotionEvent() local
456 PointerCoords pointerCoords[pointerCount]; in TEST_F() local
477 PointerCoords pointerCoords[pointerCount]; in TEST_F() local
495 PointerCoords pointerCoords[pointerCount]; in TEST_F() local
H A DVerifiedInputEvent_test.cpp37 PointerCoords pointerCoords[pointerCount]; in getMotionEventWithFlags() local
/aosp12/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
H A DTouchEventGenerator.java88 MotionEvent.PointerCoords pointerCoords = new MotionEvent.PointerCoords(); in generateMultiplePointersEvent() local
/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DRotaryEncoderInputMapper.cpp95 PointerCoords pointerCoords; in sync() local
H A DJoystickInputMapper.cpp322 PointerCoords pointerCoords; in sync() local
350 void JoystickInputMapper::setPointerCoordsAxisValue(PointerCoords* pointerCoords, int32_t axis, in setPointerCoordsAxisValue()
H A DCursorInputMapper.cpp328 PointerCoords pointerCoords; in sync() local
H A DTouchInputMapper.cpp310 const PointerCoords& pointerCoords = mLastCookedState.cookedPointerData.pointerCoords[i]; in dump() local
2596 PointerCoords pointerCoords; in dispatchPointerGestures() local
3599 PointerCoords pointerCoords; in dispatchPointerSimple() local
3637 PointerCoords pointerCoords[MAX_POINTERS]; in dispatchMotion() local
/aosp12/frameworks/native/services/inputflinger/
H A DInputClassifierConverter.cpp374 std::vector<common::V1_0::PointerCoords> pointerCoords; in notifyMotionArgsToHalMotionEvent() local
H A DInputListener.cpp103 const PointerCoords* pointerCoords, float xPrecision, float yPrecision, in NotifyMotionArgs()
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/util/
H A DMotionEventHelper.java52 PointerCoords[] pointerCoords = getPointerCoords(e); in transformEventOld() local
/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DPinchZoomAction.java83 final MotionEvent.PointerCoords[] pointerCoords = new MotionEvent.PointerCoords[]{pc1, pc2}; in sendPinchZoomAction() local
/aosp12/frameworks/native/services/inputflinger/benchmarks/
H A DInputDispatcher_benchmarks.cpp219 PointerCoords pointerCoords[1]; in generateMotionEvent() local
247 PointerCoords pointerCoords[1]; in generateMotionArgs() local
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputState.h104 PointerCoords pointerCoords[MAX_POINTERS]; member
H A DInputState.cpp320 PointerCoords pointerCoords[MAX_POINTERS]; in synthesizePointerDownEvents() local
H A DEntry.cpp203 const PointerCoords* pointerCoords, float xOffset, float yOffset) in MotionEntry()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DFalsingDataProvider.java280 PointerCoords pointerCoords = new PointerCoords(); in unpackMotionEvent() local
/aosp12/frameworks/native/libs/input/
H A DInputTransport.cpp541 const PointerCoords* pointerCoords) { in publishMotionEvent()
1352 PointerCoords pointerCoords[pointerCount]; in initializeMotionEvent() local
1375 PointerCoords pointerCoords[pointerCount]; in addSample() local
H A DInput.cpp433 const PointerCoords* pointerCoords) { in initialize()
495 const PointerCoords* pointerCoords) { in addSample()
/aosp12/frameworks/base/core/java/android/view/
H A DMotionEvent.java1556 int pointerCount, PointerProperties[] pointerIds, PointerCoords[] pointerCoords); in nativeInitialize()
1559 PointerCoords[] pointerCoords, int metaState); in nativeAddBatch()
1729 PointerCoords[] pointerCoords, int metaState, int buttonState, in obtain()
1775 PointerCoords[] pointerCoords, int metaState, int buttonState, in obtain()
1814 int action, int pointerCount, int[] pointerIds, PointerCoords[] pointerCoords, in obtain()
2019 int pointerCount, PointerProperties[] pointerIds, PointerCoords[] pointerCoords) { in initialize()
3337 public final void addBatch(long eventTime, PointerCoords[] pointerCoords, int metaState) { in addBatch()
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
H A DDirectoryListBot.java394 MotionEvent.PointerCoords[] pointerCoords = {new MotionEvent.PointerCoords()}; in getTestMotionEvent() local
/aosp12/frameworks/native/services/inputflinger/include/
H A DInputListener.h114 PointerCoords pointerCoords[MAX_POINTERS]; member
/aosp12/frameworks/base/services/core/java/com/android/server/input/
H A DInputShellCommand.java119 MotionEvent.PointerCoords[] pointerCoords = new MotionEvent.PointerCoords[pointerCount]; in injectMotionEvent() local

12