Home
last modified time | relevance | path

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

12

/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/utils/
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()
DTouchEventGenerator.java140 final int pointerCount = originalEvent.getPointerCount(); in movePointer() local
/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/
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
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/classifier/
DClassifierTest.java139 protected MotionEvent appendTrackpadMoveEvent(float x, float y, int pointerCount) { in appendTrackpadMoveEvent()
144 int pointerCount) { in appendTrackpadPointerDownEvent()
149 int pointerCount) { in appendTrackpadMotionEvent()
156 int pointerCount, long eventTime) { in appendTrackpadMotionEvent()
/frameworks/base/core/tests/coretests/src/android/view/
DMotionEventTest.java52 final int pointerCount = 1; in testObtainWithDisplayId() local
127 final int pointerCount = 2; in testCalculatesCursorPositionForMultiTouchMouseEvents() local
/frameworks/native/libs/input/
DInputVerifier.cpp34 Result<void> InputVerifier::processMovement(int32_t deviceId, int32_t action, uint32_t pointerCount, in processMovement()
DInput.cpp522 size_t pointerCount, const PointerProperties* pointerProperties, in initialize()
573 size_t pointerCount = other->getPointerCount(); in copyFrom() local
673 size_t pointerCount = mPointerProperties.size(); in findPointerIndex() local
750 size_t pointerCount = parcel->readInt32(); in readFromParcel() local
819 size_t pointerCount = mPointerProperties.size(); in writeToParcel() local
1010 const size_t pointerCount = event.getPointerCount(); in operator <<() local
DInputTransport.cpp617 uint32_t pointerCount, const PointerProperties* pointerProperties, in publishMotionEvent()
1196 size_t pointerCount = event->getPointerCount(); in resampleTouchState() local
1453 uint32_t pointerCount = msg->body.motion.pointerCount; in initializeMotionEvent() local
1484 uint32_t pointerCount = msg->body.motion.pointerCount; in addSample() local
1496 uint32_t pointerCount = msg->body.motion.pointerCount; in canAddSample() local
/frameworks/base/tests/Input/src/com/android/test/input/
DMotionPredictorTest.kt51 val pointerCount = 1 in getStylusMotionEvent() constant
/frameworks/native/libs/input/tests/
DStructLayout_test.cpp159 constexpr size_t pointerCount = 1; in CalculateSinglePointerInputMessageSize() local
DInputPublisherAndConsumer_test.cpp166 constexpr size_t pointerCount = 3; in PublishAndConsumeMotionEvent() local
490 const size_t pointerCount = 1; in TEST_F() local
511 const size_t pointerCount = 0; in TEST_F() local
529 const size_t pointerCount = MAX_POINTERS + 1; in TEST_F() local
DVerifiedInputEvent_test.cpp35 constexpr size_t pointerCount = 1; in getMotionEventWithFlags() local
DInputEvent_test.cpp631 const size_t pointerCount = 11; in TEST_F() local
840 constexpr size_t pointerCount = 1; in TEST_F() local
863 constexpr size_t pointerCount = 1; in TEST_F() local
DMotionPredictor_test.cpp41 constexpr size_t pointerCount = 1; in getMotionEvent() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/scene/shared/model/
DScene.kt72 val pointerCount: Int = 1, in destinationScenes() constant in com.android.systemui.scene.shared.model.UserAction.Swipe
/frameworks/base/apct-tests/perftests/core/src/android/input/
DMotionPredictorBenchmark.kt52 val pointerCount = 1 in getStylusMotionEvent() constant
/frameworks/native/services/inputflinger/tests/
DNotifyArgs_test.cpp48 uint32_t pointerCount = 2; in TEST() local
/frameworks/native/services/inputflinger/dispatcher/
DInputState.cpp321 uint32_t pointerCount = 0; in synthesizePointerDownEvents() local
408 uint32_t pointerCount = memento.pointerCount; in synthesizeCancelationEventsForPointers() local
DInputState.h100 uint32_t pointerCount; member
/frameworks/base/core/java/android/view/
DMotionEvent.java1692 int pointerCount, PointerProperties[] pointerIds, PointerCoords[] pointerCoords); in nativeInitialize()
1867 int pointerCount, in obtain()
1916 int action, int pointerCount, PointerProperties[] pointerProperties, in obtain()
1954 int action, int pointerCount, PointerProperties[] pointerProperties, in obtain()
1994 int action, int pointerCount, int[] pointerIds, PointerCoords[] pointerCoords, in obtain()
2141 int pointerCount, float x, float y, float pressure, float size, int metaState, in obtain()
2199 int pointerCount, PointerProperties[] pointerIds, PointerCoords[] pointerCoords) { in initialize()
3664 final int pointerCount = nativeGetPointerCount(mNativePtr); in addBatch() local
3704 final int pointerCount = nativeGetPointerCount(mNativePtr); in isWithinBoundsNoHistory() local
3731 final int pointerCount = nativeGetPointerCount(mNativePtr); in clampNoHistory() local
[all …]
DInputEventConsistencyVerifier.java361 final int pointerCount = event.getPointerCount(); in onTouchEvent() local
626 final int pointerCount = event.getPointerCount(); in ensurePointerCountIsOneForThisAction() local
/frameworks/base/core/jni/
Dandroid_view_MotionEvent.cpp135 static bool validatePointerCount(JNIEnv* env, jint pointerCount) { in validatePointerCount()
145 size_t pointerCount) { in validatePointerPropertiesArray()
161 size_t pointerCount) { in validatePointerCoordsObjArray()
339 jlong downTimeNanos, jlong eventTimeNanos, jint pointerCount, in android_view_MotionEvent_nativeInitialize()
397 size_t pointerCount = event->getPointerCount(); in android_view_MotionEvent_nativeAddBatch() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/gesture/
DGesturePointerEventListener.kt333 val pointerCount = move.pointerCount in <lambda>() constant
/frameworks/base/tests/AccessoryDisplay/sink/src/com/android/accessorydisplay/sink/
DSinkActivity.java358 final int pointerCount = in sendHidTouch() local
/frameworks/base/tests/FlickerTests/src/com/android/server/wm/flicker/helpers/
DGestureHelper.java297 int pointerCount, PointerProperties[] ptrProps, PointerCoords[] ptrCoords) { in getMotionEvent()

12