Searched refs:bitmaps (Results 1 – 4 of 4) sorted by relevance
96 Bitmap[] bitmaps; in fetch() local102 bitmaps = new Bitmap[] {bitmap, icon}; in fetch()103 mCache.put(artUrl, bitmaps); in fetch()109 return bitmaps; in fetch()113 protected void onPostExecute(Bitmap[] bitmaps) { in fetch() argument114 if (bitmaps == null) { in fetch()118 bitmaps[BIG_BITMAP_INDEX], bitmaps[ICON_BITMAP_INDEX]); in fetch()
10 (http://developer.android.com/training/displaying-bitmaps/).\n\n12 It demonstrates how to load large bitmaps efficiently off the main UI thread, caching13 bitmaps (both in memory and on disk), managing bitmap memory and displaying bitmaps
333 HashMap<String, Bitmap> bitmaps = new HashMap<>(); in showNotification() local336 bitmaps.put(attractions.get(i).name, in showNotification()361 .bigPicture(bitmaps.get(attraction.name)) in showNotification()391 .setBackground(bitmaps.get(attractions.get(i).name)) in showNotification()
51 drawn to the screen. These can be bitmaps (in .png or .jpeg format) or