Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/helper/
DItemTouchHelper.java144 static final int ACTIVE_POINTER_ID_NONE = -1; field in ItemTouchHelper
213 int mActivePointerId = ACTIVE_POINTER_ID_NONE;
324 mActivePointerId = ACTIVE_POINTER_ID_NONE;
326 } else if (mActivePointerId != ACTIVE_POINTER_ID_NONE) {
353 if (mActivePointerId == ACTIVE_POINTER_ID_NONE) {
384 mActivePointerId = ACTIVE_POINTER_ID_NONE;
915 if (mActivePointerId == ACTIVE_POINTER_ID_NONE) { in findSwipedView()