Home
last modified time | relevance | path

Searched refs:activePointerId (Results 1 – 6 of 6) sorted by relevance

/frameworks/opt/photoviewer/src/com/android/ex/photo/
DPhotoViewPager.java133 final int activePointerId = mActivePointerId; in onInterceptTouchEvent() local
134 if (activePointerId == INVALID_POINTER) { in onInterceptTouchEvent()
140 MotionEventCompat.findPointerIndex(ev, activePointerId); in onInterceptTouchEvent()
/frameworks/base/core/java/android/widget/
DDropDownListView.java173 public boolean onForwardedEvent(@NonNull MotionEvent event, int activePointerId) { in onForwardedEvent() argument
186 final int activeIndex = event.findPointerIndex(activePointerId); in onForwardedEvent()
DHorizontalScrollView.java586 final int activePointerId = mActivePointerId; in onInterceptTouchEvent() local
587 if (activePointerId == INVALID_POINTER) { in onInterceptTouchEvent()
592 final int pointerIndex = ev.findPointerIndex(activePointerId); in onInterceptTouchEvent()
594 Log.e(TAG, "Invalid pointerId=" + activePointerId in onInterceptTouchEvent()
DScrollView.java626 final int activePointerId = mActivePointerId; in onInterceptTouchEvent() local
627 if (activePointerId == INVALID_POINTER) { in onInterceptTouchEvent()
632 final int pointerIndex = ev.findPointerIndex(activePointerId); in onInterceptTouchEvent()
634 Log.e(TAG, "Invalid pointerId=" + activePointerId in onInterceptTouchEvent()
/frameworks/base/core/java/com/android/internal/widget/
DViewPager.java1853 final int activePointerId = mActivePointerId;
1854 if (activePointerId == INVALID_POINTER) {
1859 final int pointerIndex = ev.findPointerIndex(activePointerId);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java4078 final int activePointerId = mActivePointerId;
4079 if (activePointerId == INVALID_POINTER) {
4084 final int pointerIndex = ev.findPointerIndex(activePointerId);
4086 Log.e(TAG, "Invalid pointerId=" + activePointerId