Home
last modified time | relevance | path

Searched refs:PlaceHolderIconDrawable (Results 1 – 2 of 2) sorted by relevance

/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DPlaceHolderIconDrawable.java35 public class PlaceHolderIconDrawable extends FastBitmapDrawable { class
40 public PlaceHolderIconDrawable(BitmapInfo info, Context context) { in PlaceHolderIconDrawable() method in PlaceHolderIconDrawable
DBitmapInfo.java145 drawable = new PlaceHolderIconDrawable(this, context); in newIcon()