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.java69 private int mActiveTouchId; field in SwipeDismissLayout
158 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()