Home
last modified time | relevance | path

Searched refs:getCachedBitmap (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DResourceHelper.java336 Bitmap bitmap = Bridge.getCachedBitmap(stringValue, in getDrawable()
374 Bitmap bitmap = Bridge.getCachedBitmap(cacheKey, in getNinePatchDrawable()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
DCustomBar.java119 Bitmap bitmap = Bridge.getCachedBitmap(path, Boolean.TRUE /*isFramework*/); in loadIcon()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
DBridge.java648 public static Bitmap getCachedBitmap(String value, Object projectKey) { in getCachedBitmap() method in Bridge