Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/data/
H A DItemInfoWithIcon.java112 public static final int FLAG_SHOW_DOWNLOAD_PROGRESS_MASK = FLAG_INSTALL_SESSION_ACTIVE field in ItemInfoWithIcon
169 if ((runtimeStatusFlags & FLAG_SHOW_DOWNLOAD_PROGRESS_MASK) != 0) { in getProgressLevel()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAllAppsStore.java20 import static com.android.launcher3.model.data.ItemInfoWithIcon.FLAG_SHOW_DOWNLOAD_PROGRESS_MASK;
167 if ((app.runtimeStatusFlags & FLAG_SHOW_DOWNLOAD_PROGRESS_MASK) == 0) { in updateProgressBar()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DBubbleTextView.java327 if ((info.runtimeStatusFlags & ItemInfoWithIcon.FLAG_SHOW_DOWNLOAD_PROGRESS_MASK) != 0) { in applyFromApplicationInfo()
804 if ((info.runtimeStatusFlags & ItemInfoWithIcon.FLAG_SHOW_DOWNLOAD_PROGRESS_MASK) in setDownloadStateContentDescription()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DPreviewItemManager.java427 & ItemInfoWithIcon.FLAG_SHOW_DOWNLOAD_PROGRESS_MASK) != 0) {
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/views/
H A DFloatingIconView.java526 & ItemInfoWithIcon.FLAG_SHOW_DOWNLOAD_PROGRESS_MASK) != 0) { in fetchIcon()