HomeSort by relevance Sort by last modified time
    Searched defs:ACTIVE_POINTER_ID_NONE (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/com/android/internal/widget/helper/
ItemTouchHelper.java 144 static final int ACTIVE_POINTER_ID_NONE = -1;
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;
    [all...]
  /frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
ItemTouchHelper.java 147 private static final int ACTIVE_POINTER_ID_NONE = -1;
216 private int mActivePointerId = ACTIVE_POINTER_ID_NONE;
334 mActivePointerId = ACTIVE_POINTER_ID_NONE;
336 } else if (mActivePointerId != ACTIVE_POINTER_ID_NONE) {
363 if (mActivePointerId == ACTIVE_POINTER_ID_NONE) {
394 mActivePointerId = ACTIVE_POINTER_ID_NONE;
    [all...]

Completed in 55 milliseconds