Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DBubbleTextView.java313 setDownloadStateContentDescription(info, info.getProgressLevel()); in applyFromWorkspaceItem()
331 setDownloadStateContentDescription(info, info.getProgressLevel()); in applyFromApplicationInfo()
346 setDownloadStateContentDescription(info, info.getProgressLevel()); in applyFromItemInfoWithIcon()
727 setDownloadStateContentDescription(info, progressLevel); in applyProgressLevel()
803 private void setDownloadStateContentDescription(ItemInfoWithIcon info, int progressLevel) { in setDownloadStateContentDescription() method in BubbleTextView