Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/resources/
DSysUiResources.java100 Bitmap bitmap = Bridge.getCachedBitmap(path, null); in loadIcon()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/
DBridge.java667 public static Bitmap getCachedBitmap(String value, Object projectKey) { in getCachedBitmap() method in Bridge
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DResourceHelper.java413 Bitmap bitmap = Bridge.getCachedBitmap(stringValue, in getDrawable()