Home | History | Annotate | Download | only in launcher2

Lines Matching full:bitmap

23 import android.graphics.Bitmap;
38 public Bitmap icon;
40 public Bitmap titleBitmap;
43 private final Bitmap mDefaultIcon;
57 private Bitmap makeDefaultIcon() {
59 Bitmap b = Bitmap.createBitmap(Math.max(d.getIntrinsicWidth(), 1),
61 Bitmap.Config.ARGB_8888);
102 public Bitmap getIcon(Intent intent) {
116 public Bitmap getIcon(ComponentName component, ResolveInfo resolveInfo) {