Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/model/data/
DItemInfoWithIcon.java49 public static final int FLAG_DISABLED_SAFEMODE = 1 << 0; field in ItemInfoWithIcon
108 public static final int FLAG_DISABLED_MASK = FLAG_DISABLED_SAFEMODE
/packages/apps/Launcher3/src/com/android/launcher3/touch/
DItemClickHandler.java25 import static com.android.launcher3.model.data.ItemInfoWithIcon.FLAG_DISABLED_SAFEMODE;
317 if ((shortcut.runtimeStatusFlags & FLAG_DISABLED_SAFEMODE) != 0) { in handleDisabledItemClicked()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DWorkspaceItemProcessor.kt331 info.runtimeStatusFlags or ItemInfoWithIcon.FLAG_DISABLED_SAFEMODE in processAppOrDeepShortcut()