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

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridge.java280 Object projectKey,
291 return computeLayout(layoutDescription, projectKey,
304 public ILayoutResult computeLayout(IXmlPullParser layoutDescription, Object projectKey, argument
309 return computeLayout(layoutDescription, projectKey,
321 public ILayoutResult computeLayout(IXmlPullParser layoutDescription, Object projectKey, argument
327 return computeLayout(layoutDescription, projectKey,
337 public ILayoutResult computeLayout(IXmlPullParser layoutDescription, Object projectKey, argument
372 context = new BridgeContext(projectKey, metrics, currentTheme, projectResources,
489 public void clearCaches(Object projectKey) { argument
490 if (projectKey !
279 computeLayout(IXmlPullParser layoutDescription, Object projectKey, int screenWidth, int screenHeight, String themeName, Map<String, Map<String, IResourceValue>> projectResources, Map<String, Map<String, IResourceValue>> frameworkResources, IProjectCallback customViewLoader, ILayoutLog logger) argument
890 getCachedBitmap(String value, Object projectKey) argument
915 setCachedBitmap(String value, Bitmap bmp, Object projectKey) argument
937 getCached9Patch(String value, Object projectKey) argument
963 setCached9Patch(String value, NinePatch ninePatch, Object projectKey) argument
[all...]
H A DBridgeContext.java92 * @param projectKey An Object identifying the project. This is used for the cache mechanism.
106 public BridgeContext(Object projectKey, DisplayMetrics metrics, argument
112 mProjectKey = projectKey;

Completed in 6 milliseconds