Searched refs:activePointerId (Results 1 – 6 of 6) sorted by relevance
133 final int activePointerId = mActivePointerId; in onInterceptTouchEvent() local134 if (activePointerId == INVALID_POINTER) { in onInterceptTouchEvent()140 MotionEventCompat.findPointerIndex(ev, activePointerId); in onInterceptTouchEvent()
173 public boolean onForwardedEvent(@NonNull MotionEvent event, int activePointerId) { in onForwardedEvent() argument186 final int activeIndex = event.findPointerIndex(activePointerId); in onForwardedEvent()
586 final int activePointerId = mActivePointerId; in onInterceptTouchEvent() local587 if (activePointerId == INVALID_POINTER) { in onInterceptTouchEvent()592 final int pointerIndex = ev.findPointerIndex(activePointerId); in onInterceptTouchEvent()594 Log.e(TAG, "Invalid pointerId=" + activePointerId in onInterceptTouchEvent()
626 final int activePointerId = mActivePointerId; in onInterceptTouchEvent() local627 if (activePointerId == INVALID_POINTER) { in onInterceptTouchEvent()632 final int pointerIndex = ev.findPointerIndex(activePointerId); in onInterceptTouchEvent()634 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);
4078 final int activePointerId = mActivePointerId;4079 if (activePointerId == INVALID_POINTER) {4084 final int pointerIndex = ev.findPointerIndex(activePointerId);4086 Log.e(TAG, "Invalid pointerId=" + activePointerId