Searched refs:ACTIVE_POINTER_ID_NONE (Results 1 - 1 of 1) sorted by path

/frameworks/support/v7/recyclerview/src/android/support/v7/widget/helper/
H A DItemTouchHelper.java148 private static final int ACTIVE_POINTER_ID_NONE = -1; field in class:ItemTouchHelper
202 int mActivePointerId = ACTIVE_POINTER_ID_NONE;
314 mActivePointerId = ACTIVE_POINTER_ID_NONE;
316 } else if (mActivePointerId != ACTIVE_POINTER_ID_NONE) {
343 if (mActivePointerId == ACTIVE_POINTER_ID_NONE) {
375 mActivePointerId = ACTIVE_POINTER_ID_NONE;
905 if (mActivePointerId == ACTIVE_POINTER_ID_NONE) {

Completed in 44 milliseconds