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()
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()
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()
1853 final int activePointerId = mActivePointerId;1854 if (activePointerId == INVALID_POINTER) {1859 final int pointerIndex = ev.findPointerIndex(activePointerId);
4034 final int activePointerId = mActivePointerId;4035 if (activePointerId == INVALID_POINTER) {4040 final int pointerIndex = ev.findPointerIndex(activePointerId);4042 Log.e(TAG, "Invalid pointerId=" + activePointerId