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

  /frameworks/base/core/java/com/android/internal/widget/helper/
ItemTouchHelper.java 112 public static final int ACTION_STATE_IDLE = 0;
223 int mActionState = ACTION_STATE_IDLE;
325 select(null, ACTION_STATE_IDLE);
383 select(null, ACTION_STATE_IDLE);
406 select(null, ACTION_STATE_IDLE);
    [all...]
  /frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
ItemTouchHelper.java 110 public static final int ACTION_STATE_IDLE = 0;
227 private int mActionState = ACTION_STATE_IDLE;
335 select(null, ACTION_STATE_IDLE);
393 select(null, ACTION_STATE_IDLE);
416 select(null, ACTION_STATE_IDLE);
    [all...]

Completed in 334 milliseconds