/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/ |
D | PipTouchState.java | 132 int pointerIndex = ev.findPointerIndex(mActivePointerId); in onTouchEvent() 190 int pointerIndex = ev.findPointerIndex(mActivePointerId); in onTouchEvent()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/magnification/ |
D | TwoFingersDownOrSwipe.java | 116 final int moveActionIndex = moveEvent.findPointerIndex(downPointerId); in distance()
|
/frameworks/opt/photoviewer/src/com/android/ex/photo/ |
D | PhotoViewPager.java | 140 MotionEventCompat.findPointerIndex(ev, activePointerId); in onInterceptTouchEvent()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/gestures/ |
D | SecondFingerMultiTap.java | 147 int pointerIndex = rawEvent.findPointerIndex(mSecondFingerPointerId); in isSecondFingerInsideSlop()
|
D | TouchExplorer.java | 603 final int pointerIndex = event.findPointerIndex(pointerId); in handleActionMoveStateTouchInteracting() 764 final int pointerIndex = event.findPointerIndex(pointerId); in handleActionMoveStateTouchExploring() 836 if (event.findPointerIndex(mDraggingPointerId) == -1) { in handleMotionEventStateDragging() 1047 final int pointerIndex = event.findPointerIndex(mDraggingPointerId); in computeDraggingPointerIdIfNeeded() 1048 if (event.findPointerIndex(pointerIndex) >= 0) { in computeDraggingPointerIdIfNeeded()
|
D | EventDispatcher.java | 199 final int remappedIndex = event.findPointerIndex(mLongPressingPointerId); in offsetEvent()
|
D | MultiFingerSwipe.java | 252 int index = rawEvent.findPointerIndex(mPointerIds[pointerIndex]); in onMove()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | HeadsUpTouchHelper.java | 65 int pointerIndex = event.findPointerIndex(mTrackingPointer); in onInterceptTouchEvent()
|
D | PanelViewController.java | 1163 int pointerIndex = event.findPointerIndex(mTrackingPointer); in onInterceptTouchEvent() 1269 int pointerIndex = event.findPointerIndex(mTrackingPointer); in onTouch()
|
/frameworks/base/core/java/android/widget/ |
D | ForwardingListener.java | 182 final int activePointerIndex = srcEvent.findPointerIndex(mActivePointerId); in onTouchObserved()
|
D | DropDownListView.java | 186 final int activeIndex = event.findPointerIndex(activePointerId); in onForwardedEvent()
|
D | HorizontalScrollView.java | 599 final int pointerIndex = ev.findPointerIndex(activePointerId); in onInterceptTouchEvent() 670 mLastMotionX = (int) ev.getX(ev.findPointerIndex(mActivePointerId)); in onInterceptTouchEvent() 714 final int activePointerIndex = ev.findPointerIndex(mActivePointerId); in onTouchEvent()
|
D | StackView.java | 634 int pointerIndex = ev.findPointerIndex(mActivePointerId); in onInterceptTouchEvent() 716 int pointerIndex = ev.findPointerIndex(mActivePointerId); 814 int pointerIndex = ev.findPointerIndex(mActivePointerId);
|
D | ScrollView.java | 638 final int pointerIndex = ev.findPointerIndex(activePointerId); in onInterceptTouchEvent() 775 final int activePointerIndex = ev.findPointerIndex(mActivePointerId); in onTouchEvent() 895 mLastMotionY = (int) ev.getY(ev.findPointerIndex(mActivePointerId)); in onTouchEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardSecurityContainer.java | 416 int index = event.findPointerIndex(mActivePointerId); in onInterceptTouchEvent() 442 int pointerIndex = event.findPointerIndex(mActivePointerId); in onTouchEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/touch/ |
D | SwipeDetector.java | 239 int pointerIndex = ev.findPointerIndex(mActivePointerId); in onTouchEvent()
|
/frameworks/base/core/java/com/android/internal/widget/helper/ |
D | ItemTouchHelper.java | 329 final int index = event.findPointerIndex(mActivePointerId); 357 final int activePointerIndex = event.findPointerIndex(mActivePointerId); 918 final int pointerIndex = motionEvent.findPointerIndex(mActivePointerId); in findSwipedView() 2261 final int index = e.findPointerIndex(mActivePointerId); in onLongPress()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | ViewPager.java | 1859 final int pointerIndex = ev.findPointerIndex(activePointerId); 1995 final int pointerIndex = ev.findPointerIndex(mActivePointerId); 2021 final int activePointerIndex = ev.findPointerIndex(mActivePointerId); 2045 final int activePointerIndex = ev.findPointerIndex(mActivePointerId); 2078 mLastMotionX = ev.getX(ev.findPointerIndex(mActivePointerId));
|
/frameworks/ex/widget/java/com/android/ex/widget/ |
D | StaggeredGridView.java | 297 final int index = MotionEventCompat.findPointerIndex(ev, mActivePointerId); in onInterceptTouchEvent() 333 final int index = MotionEventCompat.findPointerIndex(ev, mActivePointerId); in onTouchEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ |
D | CropView.java | 180 int pointerIndex = event.findPointerIndex(mActivePointerId); in onTouchEvent()
|
/frameworks/native/include/input/ |
D | Input.h | 764 ssize_t findPointerIndex(int32_t pointerId) const;
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
D | UdfpsController.java | 420 : event.findPointerIndex(mActivePointerId); in onTouch()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/ |
D | NotificationStackScrollLayout.java | 3413 if (ev.findPointerIndex(mActivePointerId) == -1 && action != MotionEvent.ACTION_DOWN) { in onScrollTouch() 3443 final int activePointerIndex = ev.findPointerIndex(mActivePointerId); in onScrollTouch() 3546 mLastMotionY = (int) ev.getY(ev.findPointerIndex(mActivePointerId)); in onScrollTouch() 3547 mDownX = (int) ev.getX(ev.findPointerIndex(mActivePointerId)); in onScrollTouch() 3692 final int pointerIndex = ev.findPointerIndex(activePointerId); in onInterceptTouchEventScroll()
|
/frameworks/base/core/jni/ |
D | android_view_MotionEvent.cpp | 756 return jint(event->findPointerIndex(pointerId)); in android_view_MotionEvent_nativeFindPointerIndex()
|
/frameworks/native/libs/input/ |
D | Input.cpp | 546 ssize_t MotionEvent::findPointerIndex(int32_t pointerId) const { in findPointerIndex() function in android::MotionEvent
|