Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DBubbleTextView.java397 setDownloadStateContentDescription(info, info.getProgressLevel()); in applyFromWorkspaceItem()
415 setDownloadStateContentDescription(info, info.getProgressLevel()); in applyFromApplicationInfo()
430 setDownloadStateContentDescription(info, info.getProgressLevel()); in applyFromItemInfoWithIcon()
986 setDownloadStateContentDescription(info, progressLevel); in applyProgressLevel()
1070 private void setDownloadStateContentDescription(ItemInfoWithIcon info, int progressLevel) { in setDownloadStateContentDescription() method in BubbleTextView