Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/resources/
DSysUiResources.java86 Bridge.setCachedBitmap(path, bitmap, Boolean.TRUE /*isFramework*/); in loadIcon()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DResourceHelper.java388 Bridge.setCachedBitmap(stringValue, bitmap, in getDrawable()
472 Bridge.setCachedBitmap(path, bitmap, in getNinePatchDrawable()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/bars/
DCustomBar.java121 Bridge.setCachedBitmap(path, bitmap, Boolean.TRUE /*isFramework*/); in loadIcon()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/
DBridge.java629 public static void setCachedBitmap(String value, Bitmap bmp, Object projectKey) { in setCachedBitmap() method in Bridge