Searched refs:mActiveTouchId (Results 1 – 1 of 1) sorted by relevance
67 private int mActiveTouchId; field in SwipeDismissLayout177 mActiveTouchId = ev.getPointerId(0); in onInterceptTouchEvent()184 mActiveTouchId = ev.getPointerId(actionIndex); in onInterceptTouchEvent()189 if (pointerId == mActiveTouchId) { in onInterceptTouchEvent()192 mActiveTouchId = ev.getPointerId(newActionIndex); in onInterceptTouchEvent()206 int pointerIndex = ev.findPointerIndex(mActiveTouchId); in onInterceptTouchEvent()