Searched refs:progressLevel (Results 1 – 1 of 1) sorted by relevance
981 int progressLevel = info.getProgressLevel(); in applyProgressLevel() local982 if (progressLevel >= 100) { in applyProgressLevel()985 } else if (progressLevel > 0) { in applyProgressLevel()986 setDownloadStateContentDescription(info, progressLevel); in applyProgressLevel()995 preloadIconDrawable.setLevel(progressLevel); in applyProgressLevel()1017 int progressLevel = info.getProgressLevel(); in makePreloadIcon() local1020 preloadDrawable.setLevel(progressLevel); in makePreloadIcon()1070 private void setDownloadStateContentDescription(ItemInfoWithIcon info, int progressLevel) { in setDownloadStateContentDescription() argument1071 if ((info.runtimeStatusFlags & ItemInfoWithIcon.FLAG_ARCHIVED) != 0 && progressLevel == 0) { in setDownloadStateContentDescription()1076 .format(progressLevel * 0.01); in setDownloadStateContentDescription()