Home
last modified time | relevance | path

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

/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/
DRemoteBridgeImpl.java111 String projectKey = mCachedProjectKeys.putIfAbsent(remoteParams.getProjectKey(), in createSession() local
135 String projectKey = mCachedProjectKeys.putIfAbsent(remoteParams.getProjectKey(), in renderDrawable() local
154 public void clearCaches(String projectKey) { in clearCaches()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/
DBridge.java446 public void clearCaches(Object projectKey) { in clearCaches()
604 public static Bitmap getCachedBitmap(String value, Object projectKey) { in getCachedBitmap()
629 public static void setCachedBitmap(String value, Bitmap bmp, Object projectKey) { in setCachedBitmap()
647 public static NinePatchChunk getCached9Patch(String value, Object projectKey) { in getCached9Patch()
673 public static void setCached9Patch(String value, NinePatchChunk ninePatch, Object projectKey) { in setCached9Patch()
/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
DRemoteBridge.java113 void clearCaches(String projectKey) throws RemoteException; in clearCaches()
/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
DRemoteRenderParamsAdapter.java52 Object projectKey = mDelegate.getProjectKey(); in getProjectKey() local
/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/
DRemoteBridgeClient.java129 public void clearCaches(Object projectKey) { in clearCaches()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java215 public BridgeContext(Object projectKey, @NonNull DisplayMetrics metrics, in BridgeContext()