Searched refs:cache (Results 1 – 6 of 6) sorted by relevance
/developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/ |
D | ImageResizer.java | 116 int reqWidth, int reqHeight, ImageCache cache) { in decodeSampledBitmapFromResource() argument 130 addInBitmapOptions(options, cache); in decodeSampledBitmapFromResource() 149 int reqWidth, int reqHeight, ImageCache cache) { in decodeSampledBitmapFromFile() argument 161 addInBitmapOptions(options, cache); in decodeSampledBitmapFromFile() 180 FileDescriptor fileDescriptor, int reqWidth, int reqHeight, ImageCache cache) { in decodeSampledBitmapFromDescriptor() argument 195 addInBitmapOptions(options, cache); in decodeSampledBitmapFromDescriptor() 202 private static void addInBitmapOptions(BitmapFactory.Options options, ImageCache cache) { in addInBitmapOptions() argument 208 if (cache != null) { in addInBitmapOptions() 210 Bitmap inBitmap = cache.getBitmapFromReusableSet(options); in addInBitmapOptions()
|
D | DiskLruCache.java | 317 DiskLruCache cache = new DiskLruCache(directory, appVersion, valueCount, maxSize); in open() local 318 if (cache.journalFile.exists()) { in open() 320 cache.readJournal(); in open() 321 cache.processJournal(); in open() 322 cache.journalWriter = new BufferedWriter(new FileWriter(cache.journalFile, true), in open() 324 return cache; in open() 328 cache.delete(); in open() 334 cache = new DiskLruCache(directory, appVersion, valueCount, maxSize); in open() 335 cache.rebuildJournal(); in open() 336 return cache; in open()
|
/developers/build/lib/ |
D | buildSrc.jar | ... callSiteArray
private static synthetic Class $class$freemarker$cache$MultiTemplateLoader
private static synthetic Class $class$freemarker ... |
/developers/build/buildSrc/src/main/groovy/com/example/android/samples/build/ |
D | ApplyTemplates.groovy | 18 import freemarker.cache.FileTemplateLoader 19 import freemarker.cache.MultiTemplateLoader 20 import freemarker.cache.TemplateLoader
|
/developers/samples/android/ui/graphics/PdfRendererBasic/kotlinApp/ |
D | README.md | 20 around this by copying the file into the cache directory.
|
/developers/samples/android/ui/views/SwipeRefreshLayout/SwipeRefreshListFragment/Application/libs/ |
D | android-support-v4.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/support/
android/ ... |