Searched refs:createIconDrawable (Results 1 – 5 of 5) sorted by relevance
152 FastBitmapDrawable iconDrawable = mLauncher.createIconDrawable(b); in applyFromShortcutInfo()169 FastBitmapDrawable iconDrawable = mLauncher.createIconDrawable(info.iconBitmap); in applyFromApplicationInfo()186 setIcon(mLauncher.createIconDrawable(info.iconBitmap), mIconSize); in applyFromPackageItemInfo()
135 FastBitmapDrawable disabledIcon = mLauncher.createIconDrawable(mIcon); in updateIcon()150 FastBitmapDrawable drawable = mLauncher.createIconDrawable(mIcon); in updateIcon()
4740 public FastBitmapDrawable createIconDrawable(Bitmap icon) { in createIconDrawable() method in Launcher
61 public static Drawable createIconDrawable(@Nullable PhoneAccount phoneAccount, in createIconDrawable() method in PhoneAccountCompat
262 holder.imageView.setImageDrawable(PhoneAccountCompat.createIconDrawable(account, in getView()