Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/
DBridge.java507 public void clearResourceCaches(Object projectKey) { in clearResourceCaches()
515 public void clearAllCaches(Object projectKey) { in clearAllCaches()
664 public static Bitmap getCachedBitmap(String value, Object projectKey) { in getCachedBitmap()
691 public static Rect getCachedBitmapPadding(String value, Object projectKey) { in getCachedBitmapPadding()
717 public static void setCachedBitmap(String value, Bitmap bmp, Object projectKey) { in setCachedBitmap()
735 public static void setCachedBitmapPadding(String value, Rect padding, Object projectKey) { in setCachedBitmapPadding()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java249 public BridgeContext(Object projectKey, @NonNull DisplayMetrics metrics, in BridgeContext()