Searched refs:activePointerId (Results 1 – 5 of 5) sorted by relevance
173 public boolean onForwardedEvent(@NonNull MotionEvent event, int activePointerId) { in onForwardedEvent() argument186 final int activeIndex = event.findPointerIndex(activePointerId); in onForwardedEvent()
601 final int activePointerId = mActivePointerId; in onInterceptTouchEvent() local602 if (activePointerId == INVALID_POINTER) { in onInterceptTouchEvent()607 final int pointerIndex = ev.findPointerIndex(activePointerId); in onInterceptTouchEvent()609 Log.e(TAG, "Invalid pointerId=" + activePointerId in onInterceptTouchEvent()
653 final int activePointerId = mActivePointerId; in onInterceptTouchEvent() local654 if (activePointerId == INVALID_POINTER) { in onInterceptTouchEvent()659 final int pointerIndex = ev.findPointerIndex(activePointerId); in onInterceptTouchEvent()661 Log.e(TAG, "Invalid pointerId=" + activePointerId in onInterceptTouchEvent()
1853 final int activePointerId = mActivePointerId;1854 if (activePointerId == INVALID_POINTER) {1859 final int pointerIndex = ev.findPointerIndex(activePointerId);
3845 final int activePointerId = mActivePointerId; in onInterceptTouchEventScroll() local3846 if (activePointerId == INVALID_POINTER) { in onInterceptTouchEventScroll()3851 final int pointerIndex = ev.findPointerIndex(activePointerId); in onInterceptTouchEventScroll()3853 Log.e(TAG, "Invalid pointerId=" + activePointerId in onInterceptTouchEventScroll()