Searched refs:LauncherIcons (Results 1 – 3 of 3) sorted by relevance
41 protected final LauncherIcons mLauncherIcons;48 mLauncherIcons = new LauncherIcons(context); in IconDrawableFactory()
35 public final class LauncherIcons { class49 public LauncherIcons(Context context) { in LauncherIcons() method in LauncherIcons
94 import android.util.LauncherIcons;1440 Drawable badge = new LauncherIcons(mContext).getBadgeDrawable( in getUserBadgedIcon()