Home
last modified time | relevance | path

Searched defs:cache (Results 1 – 5 of 5) sorted by relevance

/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DImageResizer.java116 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()
DDiskLruCache.java317 DiskLruCache cache = new DiskLruCache(directory, appVersion, valueCount, maxSize); in open() local
/development/samples/ApiDemos/src/com/example/android/apis/app/
DQuickContactsDemo.java77 final ContactListItemCache cache = (ContactListItemCache) view.getTag(); in bindView() local
90 ContactListItemCache cache = new ContactListItemCache(); in newView() local
/development/tools/idegen/src/com/android/idegen/
DModuleCache.java34 private static ModuleCache cache = new ModuleCache(); field in ModuleCache
DIntellijProject.java45 ModuleCache cache = ModuleCache.getInstance(); field in IntellijProject