Home
last modified time | relevance | path

Searched refs:bitmaps (Results 1 – 5 of 5) 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
/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/
Dcommit.csv537 …arIwS3SU2ySdeTlVQQ8w@fakeemail.com,Ease constraints for compress/extractAlpha methods on HW bitmaps
872 …latform/cts,fake_KwarIwS3SU2ySdeTlVQQ8w@fakeemail.com,Tests for hardware bitmaps while software re…
1375 …b,platform/cts,fake_KwarIwS3SU2ySdeTlVQQ8w@fakeemail.com,Tests for hardware bitmaps and Bitmap.copy
1682 …platform/cts,fake_KwarIwS3SU2ySdeTlVQQ8w@fakeemail.com,Test getConfig function for hardware bitmaps
1988 …latform/cts,fake_KwarIwS3SU2ySdeTlVQQ8w@fakeemail.com,Tests for hardware bitmaps: setDensity & Nin…
2079 …atform/cts,fake_KwarIwS3SU2ySdeTlVQQ8w@fakeemail.com,Tests for factory methods for hardware bitmaps
2324 …b732,platform/cts,fake_oGK9cyQJSG6NpwLg3UTcXw@fakeemail.com,Test RGBA16F bitmaps transfer functions
2688 …SdeTlVQQ8w@fakeemail.com,"Prohibit Config.HARDWARE in factory methods, that create mutable bitmaps"
2842 …wS3SU2ySdeTlVQQ8w@fakeemail.com,Tests for copy pixels from / to buffer methods on hardware bitmaps
3302 …platform/cts,fake_KwarIwS3SU2ySdeTlVQQ8w@fakeemail.com,Tests for mutate methods on hardware bitmaps
[all …]