Searched defs:projectKey (Results 1 – 2 of 2) sorted by relevance
515 public void clearResourceCaches(Object projectKey) { in clearResourceCaches()523 public void clearAllCaches(Object projectKey) { in clearAllCaches()667 public static Bitmap getCachedBitmap(String value, Object projectKey) { in getCachedBitmap()694 public static Rect getCachedBitmapPadding(String value, Object projectKey) { in getCachedBitmapPadding()720 public static void setCachedBitmap(String value, Bitmap bmp, Object projectKey) { in setCachedBitmap()738 public static void setCachedBitmapPadding(String value, Rect padding, Object projectKey) { in setCachedBitmapPadding()852 public static void clearBitmapCaches(Object projectKey) { in clearBitmapCaches()
249 public BridgeContext(Object projectKey, @NonNull DisplayMetrics metrics, in BridgeContext()