Searched defs:projectKey (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/ |
H A D | RemoteBridgeImpl.java | 97 String projectKey = mCachedProjectKeys.putIfAbsent(remoteParams.getProjectKey(), in createSession() local 121 String projectKey = mCachedProjectKeys.putIfAbsent(remoteParams.getProjectKey(), in renderDrawable() local 140 public void clearResourceCaches(String projectKey) { in clearResourceCaches()
|
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/ |
H A D | Bridge.java | 422 public void clearResourceCaches(Object projectKey) { in clearResourceCaches() 430 public void clearAllCaches(Object projectKey) { in clearAllCaches() 586 public static Bitmap getCachedBitmap(String value, Object projectKey) { in getCachedBitmap() 611 public static void setCachedBitmap(String value, Bitmap bmp, Object projectKey) { in setCachedBitmap() 629 public static NinePatchChunk getCached9Patch(String value, Object projectKey) { in getCached9Patch() 655 public static void setCached9Patch(String value, NinePatchChunk ninePatch, Object projectKey) { in setCached9Patch()
|
/aosp12/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/ |
H A D | RemoteBridge.java | 94 void clearResourceCaches(String projectKey) throws RemoteException; in clearResourceCaches()
|
/aosp12/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/ |
H A D | RemoteRenderParamsAdapter.java | 52 Object projectKey = mDelegate.getProjectKey(); in getProjectKey() local
|
/aosp12/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/ |
H A D | RemoteBridgeClient.java | 101 public void clearResourceCaches(Object projectKey) { in clearResourceCaches()
|
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
H A D | BridgeContext.java | 228 public BridgeContext(Object projectKey, @NonNull DisplayMetrics metrics, in BridgeContext()
|