HomeSort by relevance Sort by last modified time
    Searched refs:FLAG_DISABLED_SAFEMODE (Results 1 - 3 of 3) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/
ItemInfoWithIcon.java 44 public static final int FLAG_DISABLED_SAFEMODE = 1 << 0;
71 public static final int FLAG_DISABLED_MASK = FLAG_DISABLED_SAFEMODE |
  /packages/apps/Launcher3/src/com/android/launcher3/touch/
ItemClickHandler.java 21 import static com.android.launcher3.ItemInfoWithIcon.FLAG_DISABLED_SAFEMODE;
181 if ((shortcut.runtimeStatusFlags & FLAG_DISABLED_SAFEMODE) != 0) {
  /packages/apps/Launcher3/src/com/android/launcher3/model/
LoaderTask.java 20 import static com.android.launcher3.ItemInfoWithIcon.FLAG_DISABLED_SAFEMODE;
535 info.runtimeStatusFlags |= FLAG_DISABLED_SAFEMODE;
    [all...]

Completed in 199 milliseconds