Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/views/
DFloatingIconView.java315 Pair<AdaptiveIconDrawable, Drawable> fullIcon = null; in getIconResult() local
319 fullIcon = getFullDrawable(l, info, width, height, shouldThemeIcon); in getIconResult()
321 fullIcon = getFullDrawable(l, info, width, height, true /* shouldThemeIcon */); in getIconResult()
324 if (fullIcon != null) { in getIconResult()
325 drawable = fullIcon.first; in getIconResult()
326 badge = fullIcon.second; in getIconResult()