Searched defs:projectKey (Results 1 – 2 of 2) sorted by relevance
507 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()
249 public BridgeContext(Object projectKey, @NonNull DisplayMetrics metrics, in BridgeContext()