Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/model/data/
DItemInfoWithIcon.java122 public static final int FLAG_ARCHIVED = 1 << 14; field in ItemInfoWithIcon
179 return (runtimeStatusFlags & FLAG_ARCHIVED) != 0; in isArchived()
DAppInfo.java198 info.runtimeStatusFlags |= FLAG_ARCHIVED; in updateRuntimeFlagsForActivityTarget()
200 info.runtimeStatusFlags &= ~FLAG_ARCHIVED; in updateRuntimeFlagsForActivityTarget()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DItemInstallQueue.java25 import static com.android.launcher3.model.data.ItemInfoWithIcon.FLAG_ARCHIVED;
309 si.runtimeStatusFlags |= FLAG_ARCHIVED; in getItemInfo()
DPackageUpdatedTask.java21 import static com.android.launcher3.model.data.ItemInfoWithIcon.FLAG_ARCHIVED;
319 si.runtimeStatusFlags ^= FLAG_ARCHIVED; in execute()
/packages/apps/Launcher3/src/com/android/launcher3/
DBubbleTextView.java1071 if ((info.runtimeStatusFlags & ItemInfoWithIcon.FLAG_ARCHIVED) != 0 && progressLevel == 0) { in setDownloadStateContentDescription()