Home | History | Annotate | Download | only in launcher2

Lines Matching refs:bitmaps

1612                     ArrayList<Bitmap> bitmaps = (ArrayList<Bitmap>) v.getTag(R.id.icon);
1613 for (Bitmap bitmap : bitmaps) bitmap.recycle();
1662 ArrayList<Bitmap> bitmaps = new ArrayList<Bitmap>(count);
1687 bitmaps.add(bitmap);
1708 anchor.setTag(R.id.icon, bitmaps);