Searched refs:mActiveTouchId (Results 1 – 1 of 1) sorted by relevance
75 private int mActiveTouchId; field in SwipeDismissLayout186 mActiveTouchId = ev.getPointerId(0); in onInterceptTouchEvent()193 mActiveTouchId = ev.getPointerId(actionIndex); in onInterceptTouchEvent()198 if (pointerId == mActiveTouchId) { in onInterceptTouchEvent()201 mActiveTouchId = ev.getPointerId(newActionIndex); in onInterceptTouchEvent()215 int pointerIndex = ev.findPointerIndex(mActiveTouchId); in onInterceptTouchEvent()