Home | History | Annotate | Download | only in launcher2

Lines Matching refs:bitmapDrawable

26 import android.graphics.drawable.BitmapDrawable;
496 BitmapDrawable previewDrawable = (BitmapDrawable) mContext.getResources()
604 BitmapDrawable previewDrawable = new BitmapDrawable(
610 if (badgedPreviewDrawable instanceof BitmapDrawable) {
611 BitmapDrawable bitmapDrawable = (BitmapDrawable) badgedPreviewDrawable;
612 return bitmapDrawable.getBitmap();