Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/resources/
DSysUiResources.java82 Bitmap bitmap = Bridge.getCachedBitmap(path, Boolean.TRUE /*isFramework*/); in loadIcon()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DResourceHelper.java376 Bitmap bitmap = Bridge.getCachedBitmap(stringValue, in getDrawable()
447 Bitmap bitmap = Bridge.getCachedBitmap(path, in getNinePatchDrawable()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
DCustomBar.java117 Bitmap bitmap = Bridge.getCachedBitmap(path, Boolean.TRUE /*isFramework*/); in loadIcon()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/
DBridge.java591 public static Bitmap getCachedBitmap(String value, Object projectKey) { in getCachedBitmap() method in Bridge