Lines Matching refs:mActivePointerId
138 protected int mActivePointerId = INVALID_POINTER; field in PagedView
1058 if (mActivePointerId != INVALID_POINTER) { in onInterceptTouchEvent()
1079 mActivePointerId = ev.getPointerId(0); in onInterceptTouchEvent()
1146 final int pointerIndex = ev.findPointerIndex(mActivePointerId); in determineScrollingStart()
1272 mActivePointerId = ev.getPointerId(0); in onTouchEvent()
1287 final int pointerIndex = ev.findPointerIndex(mActivePointerId); in onTouchEvent()
1357 final int activePointerId = mActivePointerId; in onTouchEvent()
1367 mActivePointerId); in onTouchEvent()
1496 mActivePointerId = INVALID_POINTER; in resetTouchState()
1560 if (pointerId == mActivePointerId) { in onSecondaryPointerUp()
1568 mActivePointerId = ev.getPointerId(newPointerIndex); in onSecondaryPointerUp()