Searched refs:mActiveTouchId (Results 1 – 1 of 1) sorted by relevance
69 private int mActiveTouchId; field in SwipeDismissLayout158 mActiveTouchId = ev.getPointerId(0); in onInterceptTouchEvent()165 mActiveTouchId = ev.getPointerId(actionIndex); in onInterceptTouchEvent()170 if (pointerId == mActiveTouchId) { in onInterceptTouchEvent()173 mActiveTouchId = ev.getPointerId(newActionIndex); in onInterceptTouchEvent()187 int pointerIndex = ev.findPointerIndex(mActiveTouchId); in onInterceptTouchEvent()