/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/ |
H A D | MultiFingerSwipe.java | 130 int pointerIndex = rawEvent.getPointerCount() - 1; in onDown() local 181 int pointerIndex = mCurrentFingerCount - 1; in onPointerDown() local 219 final int pointerIndex = Arrays.binarySearch(mPointerIds, pointerId); in onPointerUp() local 250 Slog.d(getGestureName(), "Processing move on finger " + pointerIndex); in onMove() local 259 "Finger " + pointerIndex + " not found in this event. skipping."); in onMove() local 326 final int pointerIndex = Arrays.binarySearch(mPointerIds, pointerId); in onUp() local
|
H A D | EventDispatcher.java | 236 private int computeInjectionAction(int actionMasked, int pointerIndex) { in computeInjectionAction() 391 final int pointerIndex = event.getActionIndex(); in longPressWithTouchEvents() local 409 final int pointerIndex = event.getActionIndex(); in clickWithTouchEvents() local
|
H A D | SecondFingerMultiTap.java | 147 int pointerIndex = rawEvent.findPointerIndex(mSecondFingerPointerId); in isSecondFingerInsideSlop() local
|
H A D | TouchState.java | 520 private void handleReceivedPointerDown(int pointerIndex, MotionEvent event) { in handleReceivedPointerDown() 538 private void handleReceivedPointerUp(int pointerIndex, MotionEvent event) { in handleReceivedPointerUp()
|
H A D | TouchExplorer.java | 683 final int pointerIndex = event.findPointerIndex(pointerId); in handleActionMoveStateTouchInteracting() local 854 final int pointerIndex = event.findPointerIndex(pointerId); in handleActionMoveStateTouchExploring() local 1156 final int pointerIndex = event.findPointerIndex(mDraggingPointerId); in computeDraggingPointerIdIfNeeded() local
|
/aosp14/frameworks/base/core/java/android/view/ |
H A D | MotionEvent.java | 1718 int axis, int pointerIndex, int historyPos); in nativeGetRawAxisValue() 1721 int axis, int pointerIndex, int historyPos); in nativeGetAxisValue() 2612 public final int getPointerId(int pointerIndex) { in getPointerId() 2664 public final float getX(int pointerIndex) { in getX() 2686 public final float getY(int pointerIndex) { in getY() 2703 public final float getPressure(int pointerIndex) { in getPressure() 2721 public final float getSize(int pointerIndex) { in getSize() 2765 public final float getToolMajor(int pointerIndex) { in getToolMajor() 2781 public final float getToolMinor(int pointerIndex) { in getToolMinor() 2992 public float getRawX(int pointerIndex) { in getRawX() [all …]
|
H A D | HandwritingInitiator.java | 201 final int pointerIndex = motionEvent.findPointerIndex(mState.mStylusPointerId); in onTouchEvent() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/touch/ |
H A D | SwipeDetector.java | 74 abstract float getDisplacement(MotionEvent ev, int pointerIndex, PointF refPoint); in getDisplacement() 79 abstract float getActiveTouchSlop(MotionEvent ev, int pointerIndex, PointF downPos); in getActiveTouchSlop() 196 private boolean shouldScrollStart(MotionEvent ev, int pointerIndex) { in shouldScrollStart() 239 int pointerIndex = ev.findPointerIndex(mActivePointerId); in onTouchEvent() local
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
H A D | PipTouchState.java | 183 int pointerIndex = ev.getActionIndex(); in onTouchEvent() local 210 int pointerIndex = ev.findPointerIndex(mActivePointerId); in onTouchEvent() local
|
/aosp14/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
H A D | AutoclickController.java | 376 final int pointerIndex = mLastMotionEvent.getActionIndex(); in cacheLastEvent() local 399 final int pointerIndex = event.getActionIndex(); in detectMovement() local 414 final int pointerIndex = mLastMotionEvent.getActionIndex(); in sendClick() local
|
/aosp14/frameworks/base/core/java/android/widget/ |
H A D | Button.java | 176 public PointerIcon onResolvePointerIcon(MotionEvent event, int pointerIndex) { in onResolvePointerIcon()
|
H A D | ImageButton.java | 102 public PointerIcon onResolvePointerIcon(MotionEvent event, int pointerIndex) { in onResolvePointerIcon()
|
H A D | TabWidget.java | 551 public PointerIcon onResolvePointerIcon(MotionEvent event, int pointerIndex) { in onResolvePointerIcon()
|
H A D | StackView.java | 634 int pointerIndex = ev.findPointerIndex(mActivePointerId); in onInterceptTouchEvent() local
|
H A D | HorizontalScrollView.java | 607 final int pointerIndex = ev.findPointerIndex(activePointerId); in onInterceptTouchEvent() local 844 final int pointerIndex = (ev.getAction() & MotionEvent.ACTION_POINTER_INDEX_MASK) >> in onSecondaryPointerUp() local
|
H A D | ScrollView.java | 659 final int pointerIndex = ev.findPointerIndex(activePointerId); in onInterceptTouchEvent() local 925 final int pointerIndex = (ev.getAction() & MotionEvent.ACTION_POINTER_INDEX_MASK) >> in onSecondaryPointerUp() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
H A D | HeadsUpTouchHelper.java | 65 int pointerIndex = event.findPointerIndex(mTrackingPointer); in onInterceptTouchEvent() local
|
/aosp14/frameworks/base/core/jni/ |
H A D | android_view_MotionEvent.cpp | 176 static bool validatePointerIndex(JNIEnv* env, jint pointerIndex, const MotionEvent& event) { in validatePointerIndex() 420 jlong nativePtr, jint pointerIndex, jint historyPos, jobject outPointerCoordsObj) { in android_view_MotionEvent_nativeGetPointerCoords() 469 jlong nativePtr, jint pointerIndex, jobject outPointerPropertiesObj) { in android_view_MotionEvent_nativeGetPointerProperties() 525 jlong nativePtr, jint pointerIndex) { in android_view_MotionEvent_nativeGetPointerId() 534 jlong nativePtr, jint pointerIndex) { in android_view_MotionEvent_nativeGetToolType() 557 jint pointerIndex, jint historyPos) { in android_view_MotionEvent_nativeGetRawAxisValue() 574 jlong nativePtr, jint axis, jint pointerIndex, jint historyPos) { in android_view_MotionEvent_nativeGetAxisValue()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/utils/ |
H A D | TouchEventGenerator.java | 130 public static MotionEvent movePointer(MotionEvent originalEvent, int pointerIndex, in movePointer()
|
/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/common/split/ |
H A D | DividerView.java | 279 public PointerIcon onResolvePointerIcon(MotionEvent event, int pointerIndex) { in onResolvePointerIcon()
|
/aosp14/frameworks/base/core/java/com/android/internal/widget/ |
H A D | ResolverDrawerLayout.java | 449 final int pointerIndex = ev.getActionIndex(); in onTouchEvent() local
|
/aosp14/frameworks/base/core/java/com/android/internal/widget/helper/ |
H A D | ItemTouchHelper.java | 918 final int pointerIndex = motionEvent.findPointerIndex(mActivePointerId); in findSwipedView() local 942 boolean checkSelectForSwipe(int action, MotionEvent motionEvent, int pointerIndex) { in checkSelectForSwipe() 1130 void updateDxDy(MotionEvent ev, int directionFlags, int pointerIndex) { in updateDxDy()
|
/aosp14/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | SystemGesturesPointerEventListener.java | 299 private void captureDown(MotionEvent event, int pointerIndex) { in captureDown()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
H A D | KeyguardSecurityContainer.java | 467 int pointerIndex = event.getActionIndex(); in onInterceptTouchEvent() local 514 int pointerIndex = event.findPointerIndex(mActivePointerId); in onTouchEvent() local
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
H A D | CropView.java | 184 int pointerIndex = event.findPointerIndex(mActivePointerId); in onTouchEvent() local
|