Home
last modified time | relevance | path

Searched defs:bitmapCache (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
DGlifPatternDrawable.java74 private static SoftReference<Bitmap> bitmapCache; field in GlifPatternDrawable
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/
DBridge.java855 Map<String, SoftReference<Bitmap>> bitmapCache = sProjectBitmapCache.get(projectKey); in clearBitmapCaches() local