Home
last modified time | relevance | path

Searched refs:bitmaps (Results 1 – 4 of 4) sorted by relevance

/development/samples/browseable/MediaBrowserService/src/com.example.android.mediabrowserservice/
DAlbumArtCache.java96 Bitmap[] bitmaps; in fetch() local
102 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() argument
114 if (bitmaps == null) { in fetch()
118 bitmaps[BIG_BITMAP_INDEX], bitmaps[ICON_BITMAP_INDEX]); in fetch()
/development/samples/browseable/DisplayingBitmaps/
D_index.jd10 (http://developer.android.com/training/displaying-bitmaps/).\n\n
12 It demonstrates how to load large bitmaps efficiently off the main UI thread, caching
13 bitmaps (both in memory and on disk), managing bitmap memory and displaying bitmaps
/development/samples/browseable/XYZTouristAttractions/Application/src/com.example.android.xyztouristattractions/service/
DUtilityService.java333 HashMap<String, Bitmap> bitmaps = new HashMap<>(); in showNotification() local
336 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()
/development/samples/SkeletonApp/
Dreadme.txt51 drawn to the screen. These can be bitmaps (in .png or .jpeg format) or