Searched refs:fullIcon (Results 1 – 1 of 1) sorted by relevance
315 Pair<AdaptiveIconDrawable, Drawable> fullIcon = null; in getIconResult() local319 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()