Lines Matching refs:mActivePointerId
139 protected int mActivePointerId = INVALID_POINTER; field in PagedView
1078 if (mActivePointerId != INVALID_POINTER) { in onInterceptTouchEvent()
1099 mActivePointerId = ev.getPointerId(0); in onInterceptTouchEvent()
1166 final int pointerIndex = ev.findPointerIndex(mActivePointerId); in determineScrollingStart()
1291 mActivePointerId = ev.getPointerId(0); in onTouchEvent()
1306 final int pointerIndex = ev.findPointerIndex(mActivePointerId); in onTouchEvent()
1374 final int activePointerId = mActivePointerId; in onTouchEvent()
1384 mActivePointerId); in onTouchEvent()
1514 mActivePointerId = INVALID_POINTER; in resetTouchState()
1578 if (pointerId == mActivePointerId) { in onSecondaryPointerUp()
1585 mActivePointerId = ev.getPointerId(newPointerIndex); in onSecondaryPointerUp()