Home
last modified time | relevance | path

Searched refs:mActiveTouchId (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DSwipeDismissLayout.java67 private int mActiveTouchId; field in SwipeDismissLayout
177 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()