Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/widget/
H A DDropDownListView.java173 public boolean onForwardedEvent(@NonNull MotionEvent event, int activePointerId) { in onForwardedEvent() argument
186 final int activeIndex = event.findPointerIndex(activePointerId); in onForwardedEvent()
H A DHorizontalScrollView.java601 final int activePointerId = mActivePointerId; in onInterceptTouchEvent() local
602 if (activePointerId == INVALID_POINTER) { in onInterceptTouchEvent()
607 final int pointerIndex = ev.findPointerIndex(activePointerId); in onInterceptTouchEvent()
609 Log.e(TAG, "Invalid pointerId=" + activePointerId in onInterceptTouchEvent()
H A DScrollView.java653 final int activePointerId = mActivePointerId; in onInterceptTouchEvent() local
654 if (activePointerId == INVALID_POINTER) { in onInterceptTouchEvent()
659 final int pointerIndex = ev.findPointerIndex(activePointerId); in onInterceptTouchEvent()
661 Log.e(TAG, "Invalid pointerId=" + activePointerId in onInterceptTouchEvent()
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DViewPager.java1853 final int activePointerId = mActivePointerId;
1854 if (activePointerId == INVALID_POINTER) {
1859 final int pointerIndex = ev.findPointerIndex(activePointerId);
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
H A DNotificationStackScrollLayout.java3845 final int activePointerId = mActivePointerId; in onInterceptTouchEventScroll() local
3846 if (activePointerId == INVALID_POINTER) { in onInterceptTouchEventScroll()
3851 final int pointerIndex = ev.findPointerIndex(activePointerId); in onInterceptTouchEventScroll()
3853 Log.e(TAG, "Invalid pointerId=" + activePointerId in onInterceptTouchEventScroll()