Searched refs:launcherIcon (Results 1 – 2 of 2) sorted by relevance
163 Drawable launcherIcon = loadAppLauncherIcon(sbn); in bind() local165 if (useLauncherIcon && launcherIcon != null) { in bind()167 mLargeIconView.setImageDrawable(launcherIcon); in bind()
1162 private void setConfig(boolean recentOld, boolean launcherIcon, int groupThreshold) { in setConfig() argument1168 testableResources.addOverride(R.bool.config_useLauncherIcon, launcherIcon); in setConfig()