Searched refs:frameworkResources (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
H A DBridge.java283 Map<String, Map<String, IResourceValue>> frameworkResources,
295 projectResources, frameworkResources, customViewLoader, logger);
307 Map<String, Map<String, IResourceValue>> frameworkResources,
313 projectResources, frameworkResources, customViewLoader, logger);
325 Map<String, Map<String, IResourceValue>> frameworkResources,
330 projectResources, frameworkResources, customViewLoader, logger);
342 Map<String, Map<String, IResourceValue>> frameworkResources,
358 frameworkResources.get(BridgeConstants.RES_STYLE), styleParentMap);
373 frameworkResources, styleParentMap, customViewLoader, logger);
383 screenOffset = getScreenOffset(frameworkResources, currentThem
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
304 computeLayout(IXmlPullParser layoutDescription, Object projectKey, int screenWidth, int screenHeight, String themeName, boolean isProjectTheme, Map<String, Map<String, IResourceValue>> projectResources, Map<String, Map<String, IResourceValue>> frameworkResources, IProjectCallback customViewLoader, ILayoutLog logger) argument
321 computeLayout(IXmlPullParser layoutDescription, Object projectKey, int screenWidth, int screenHeight, int density, float xdpi, float ydpi, String themeName, boolean isProjectTheme, Map<String, Map<String, IResourceValue>> projectResources, Map<String, Map<String, IResourceValue>> frameworkResources, IProjectCallback customViewLoader, ILayoutLog logger) argument
337 computeLayout(IXmlPullParser layoutDescription, Object projectKey, int screenWidth, int screenHeight, boolean renderFullSize, int density, float xdpi, float ydpi, String themeName, boolean isProjectTheme, Map<String, Map<String, IResourceValue>> projectResources, Map<String, Map<String, IResourceValue>> frameworkResources, IProjectCallback customViewLoader, ILayoutLog logger) argument
729 getScreenOffset(Map<String, Map<String, IResourceValue>> frameworkResources, IStyleResourceValue currentTheme, BridgeContext context) argument
[all...]
H A DBridgeContext.java99 * @param frameworkResources the framework resources. The map contains (String, map) pairs
109 Map<String, Map<String, IResourceValue>> frameworkResources,
129 mFrameworkResources = frameworkResources;
106 BridgeContext(Object projectKey, DisplayMetrics metrics, IStyleResourceValue currentTheme, Map<String, Map<String, IResourceValue>> projectResources, Map<String, Map<String, IResourceValue>> frameworkResources, Map<IStyleResourceValue, IStyleResourceValue> styleInheritanceMap, IProjectCallback customViewLoader, ILayoutLog logger) argument

Completed in 607 milliseconds