Searched refs:getCache (Results 1 – 8 of 8) sorted by relevance
/frameworks/support/samples/SupportLeanbackDemos/src/com/example/android/leanback/ |
D | BackgroundHelper.java | 61 public Bitmap getCache(Object token) { in getCache() method in BackgroundHelper.BitmapCache 237 Bitmap cachedBitmap = BitmapCache.getInstance().getCache(imageToken); in setBackground() 277 Bitmap cachedBitmap = BitmapCache.getInstance().getCache(imageToken); in loadBitmap()
|
/frameworks/base/core/java/android/net/http/ |
D | HttpResponseCache.java | 296 public Cache getCache() { in getCache() method in HttpResponseCache 297 return delegate.getCache(); in getCache()
|
/frameworks/base/libs/hwui/tests/common/ |
D | TestUtils.cpp | 97 glyph_t glyph = autoCache.getCache()->unicharToGlyph(unichar); in layoutTextUnscaled() 98 autoCache.getCache()->unicharToGlyph(unichar); in layoutTextUnscaled() 106 SkGlyph skGlyph = autoCache.getCache()->getUnicharMetrics(unichar); in layoutTextUnscaled()
|
/frameworks/base/libs/hwui/font/ |
D | Font.cpp | 284 const SkGlyph& skiaGlyph = GET_METRICS(autoCache.getCache(), textUnit); in getCachedGlyph() 285 updateGlyphCache(paint, skiaGlyph, autoCache.getCache(), cachedGlyph, precaching); in getCachedGlyph() 476 const SkGlyph& skiaGlyph = GET_METRICS(autoCache.getCache(), glyph); in cacheGlyph() 480 updateGlyphCache(paint, skiaGlyph, autoCache.getCache(), newGlyph, precaching); in cacheGlyph()
|
/frameworks/base/core/java/android/content/ |
D | IContentService.aidl | 185 Bundle getCache(in String packageName, in Uri key, int userId); in getCache() method
|
D | ContentResolver.java | 2823 public Bundle getCache(Uri key) { in getCache() method in ContentResolver 2825 final Bundle bundle = getContentService().getCache(mContext.getPackageName(), key, in getCache()
|
/frameworks/base/services/core/java/com/android/server/content/ |
D | ContentService.java | 1130 public Bundle getCache(String packageName, Uri key, int userId) { in getCache() method in ContentService
|
/frameworks/data-binding/prebuilds/1.0-rc0/ |
D | databinding-studio-bundle.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/databinding/
android/ ... |