Home
last modified time | relevance | path

Searched defs:pointerCount (Results 1 – 25 of 39) sorted by relevance

12

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/utils/
H A DGestureLogParser.java33 final int pointerCount; in getMotionEventFromLogLine() local
94 private static MotionEvent.PointerCoords[] findCoordinates(String eventText, int pointerCount) { in findCoordinates()
119 String eventText, int pointerCount) { in findProperties()
H A DTouchEventGenerator.java140 final int pointerCount = originalEvent.getPointerCount(); in movePointer() local
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
H A DEventDispatcher.java200 final int pointerCount = event.getPointerCount(); in offsetEvent() local
271 final int pointerCount = prototype.getPointerCount(); in sendDownForAllNotInjectedPointers() local
300 final int pointerCount = prototype.getPointerCount(); in sendDownForAllNotInjectedPointersWithOriginalDown() local
319 final int pointerCount = prototype.getPointerCount(); in computeInjectionDownEvent() local
370 final int pointerCount = prototype.getPointerCount(); in sendUpForInjectedDownPointers() local
/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DMotionEventTest.java49 final int pointerCount = 1; in testObtainWithDisplayId() local
124 final int pointerCount = 2; in testCalculatesCursorPositionForMultiTouchMouseEvents() local
/aosp12/frameworks/base/core/jni/
H A Dandroid_view_MotionEvent.cpp120 static bool validatePointerCount(JNIEnv* env, jint pointerCount) { in validatePointerCount()
130 size_t pointerCount) { in validatePointerPropertiesArray()
146 size_t pointerCount) { in validatePointerCoordsObjArray()
359 jlong downTimeNanos, jlong eventTimeNanos, jint pointerCount, in android_view_MotionEvent_nativeInitialize()
417 size_t pointerCount = event->getPointerCount(); in android_view_MotionEvent_nativeAddBatch() local
442 size_t pointerCount = event->getPointerCount(); in android_view_MotionEvent_nativeGetPointerCoords() local
464 size_t pointerCount = event->getPointerCount(); in android_view_MotionEvent_nativeGetPointerProperties() local
521 size_t pointerCount = event->getPointerCount(); in android_view_MotionEvent_nativeGetPointerId() local
531 size_t pointerCount = event->getPointerCount(); in android_view_MotionEvent_nativeGetToolType() local
556 size_t pointerCount = event->getPointerCount(); in android_view_MotionEvent_nativeGetRawAxisValue() local
[all …]
/aosp12/frameworks/native/libs/input/tests/
H A DInputPublisherAndConsumer_test.cpp170 constexpr size_t pointerCount = 3; in PublishAndConsumeMotionEvent() local
454 const size_t pointerCount = 1; in TEST_F() local
475 const size_t pointerCount = 0; in TEST_F() local
493 const size_t pointerCount = MAX_POINTERS + 1; in TEST_F() local
H A DInputEvent_test.cpp600 const size_t pointerCount = 11; in TEST_F() local
820 constexpr size_t pointerCount = 1; in TEST_F() local
844 constexpr size_t pointerCount = 1; in TEST_F() local
H A DVerifiedInputEvent_test.cpp35 constexpr size_t pointerCount = 1; in getMotionEventWithFlags() local
H A DVelocityTracker_test.cpp113 const uint32_t pointerCount = pointers.count(); in resolveAction() local
146 const uint32_t pointerCount = pointers.count(); in createMotionEventStream() local
/aosp12/packages/screensavers/PhotoTable/src/com/android/dreams/phototable/
H A DDragGestureDetector.java49 final int pointerCount = event.getPointerCount(); in computeAveragePosition() local
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/classifier/
H A DFalsingDataProvider.java266 int pointerCount = motionEvent.getPointerCount(); in unpackMotionEvent() local
288 pointerCount, in unpackMotionEvent() local
/aosp12/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/keyboard/internal/
H A DNonDistinctMultitouchHelper.java36 final int pointerCount = me.getPointerCount(); in processMotionEvent() local
/aosp12/frameworks/native/libs/input/
H A DInput.cpp432 size_t pointerCount, const PointerProperties* pointerProperties, in initialize()
486 size_t pointerCount = other->getPointerCount(); in copyFrom() local
589 size_t pointerCount = mPointerProperties.size(); in findPointerIndex() local
674 size_t pointerCount = parcel->readInt32(); in readFromParcel() local
741 size_t pointerCount = mPointerProperties.size(); in writeToParcel() local
H A DInputTransport.cpp540 uint32_t pointerCount, const PointerProperties* pointerProperties, in publishMotionEvent()
1075 size_t pointerCount = event->getPointerCount(); in resampleTouchState() local
1350 uint32_t pointerCount = msg->body.motion.pointerCount; in initializeMotionEvent() local
1374 uint32_t pointerCount = msg->body.motion.pointerCount; in addSample() local
1386 uint32_t pointerCount = msg->body.motion.pointerCount; in canAddSample() local
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/util/
H A DMotionEventHelper.java50 int pointerCount = e.getPointerCount(); in transformEventOld() local
/aosp12/frameworks/base/core/java/android/view/
H A DMotionEvent.java1728 int action, int pointerCount, PointerProperties[] pointerProperties, in obtain()
1774 int action, int pointerCount, PointerProperties[] pointerProperties, in obtain()
1814 int action, int pointerCount, int[] pointerIds, PointerCoords[] pointerCoords, in obtain()
1961 int pointerCount, float x, float y, float pressure, float size, int metaState, in obtain()
3372 final int pointerCount = nativeGetPointerCount(mNativePtr); in addBatch() local
3412 final int pointerCount = nativeGetPointerCount(mNativePtr); in isWithinBoundsNoHistory() local
3439 final int pointerCount = nativeGetPointerCount(mNativePtr); in clampNoHistory() local
3460 pointerCount, pp, pc); in clampNoHistory() local
3472 final int pointerCount = nativeGetPointerCount(mNativePtr); in getPointerIdBits() local
3581 final int pointerCount = getPointerCount(); in updateCursorPosition() local
[all …]
H A DInputEventConsistencyVerifier.java361 final int pointerCount = event.getPointerCount(); in onTouchEvent() local
626 final int pointerCount = event.getPointerCount(); in ensurePointerCountIsOneForThisAction() local
/aosp12/frameworks/native/services/inputflinger/dispatcher/
H A DInputState.h102 uint32_t pointerCount; member
H A DInputState.cpp318 uint32_t pointerCount = 0; in synthesizePointerDownEvents() local
H A DEntry.cpp202 uint32_t pointerCount, const PointerProperties* pointerProperties, in MotionEntry()
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
H A DTestEvents.java142 public Builder pointerCount(int count) { in pointerCount() method in TestEvents.Builder
/aosp12/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
H A DSinkActivity.java358 final int pointerCount = in sendHidTouch() local
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DSystemGesturesPointerEventListener.java271 final int pointerCount = move.getPointerCount(); in detectSwipe() local
/aosp12/frameworks/native/services/inputflinger/include/
H A DInputListener.h112 uint32_t pointerCount; member
/aosp12/frameworks/native/services/inputflinger/
H A DInputListener.cpp102 int32_t edgeFlags, uint32_t pointerCount, const PointerProperties* pointerProperties, in NotifyMotionArgs()

12