Searched defs:cache (Results 1 – 5 of 5) sorted by relevance
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/ |
D | ImageResizer.java | 116 int reqWidth, int reqHeight, ImageCache cache) { in decodeSampledBitmapFromResource() 149 int reqWidth, int reqHeight, ImageCache cache) { in decodeSampledBitmapFromFile() 180 FileDescriptor fileDescriptor, int reqWidth, int reqHeight, ImageCache cache) { in decodeSampledBitmapFromDescriptor() 202 private static void addInBitmapOptions(BitmapFactory.Options options, ImageCache cache) { in addInBitmapOptions()
|
D | DiskLruCache.java | 317 DiskLruCache cache = new DiskLruCache(directory, appVersion, valueCount, maxSize); in open() local
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
D | QuickContactsDemo.java | 77 final ContactListItemCache cache = (ContactListItemCache) view.getTag(); in bindView() local 90 ContactListItemCache cache = new ContactListItemCache(); in newView() local
|
/development/tools/idegen/src/com/android/idegen/ |
D | ModuleCache.java | 34 private static ModuleCache cache = new ModuleCache(); field in ModuleCache
|
D | IntellijProject.java | 45 ModuleCache cache = ModuleCache.getInstance(); field in IntellijProject
|