Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DBaseDraggingActivity.java71 public static final Object AUTO_CANCEL_ACTION_MODE = new Object(); field in BaseDraggingActivity
129 if (mCurrentActionMode != null && AUTO_CANCEL_ACTION_MODE == mCurrentActionMode.getTag()) { in finishAutoCancelActionMode()