Searched refs:PlaceHolderIconDrawable (Results 1 – 4 of 4) sorted by relevance
35 public class PlaceHolderIconDrawable extends FastBitmapDrawable { class40 public PlaceHolderIconDrawable(BitmapInfo info, Context context) { in PlaceHolderIconDrawable() method in PlaceHolderIconDrawable
101 ? new PlaceHolderIconDrawable(this, context) in newIcon()
39 import com.android.launcher3.icons.PlaceHolderIconDrawable;184 && mIconDrawable instanceof PlaceHolderIconDrawable in applyDrawables()186 ((PlaceHolderIconDrawable) mIconDrawable).animateIconUpdate(icon); in applyDrawables()
71 import com.android.launcher3.icons.PlaceHolderIconDrawable;1144 && mIcon instanceof PlaceHolderIconDrawable in applyCompoundDrawables()1146 ((PlaceHolderIconDrawable) mIcon).animateIconUpdate(icon); in applyCompoundDrawables()