HomeSort by relevance Sort by last modified time
    Searched refs:frameworkResources (Results 1 - 5 of 5) sorted by null

  /sdk/layoutlib_api/src/com/android/layoutlib/api/
ILayoutBridge.java 84 * @param frameworkResources the framework resources. The map contains (String, map) pairs
100 Map<String, Map<String, IResourceValue>> frameworkResources,
119 * @param frameworkResources the framework resources. The map contains (String, map) pairs
135 Map<String, Map<String, IResourceValue>> frameworkResources,
151 * @param frameworkResources the framework resources. The map contains (String, map) pairs
167 Map<String, Map<String, IResourceValue>> frameworkResources,
183 * @param frameworkResources the framework resources. The map contains (String, map) pairs
199 Map<String, Map<String, IResourceValue>> frameworkResources,
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
Bridge.java 284 Map<String, Map<String, IResourceValue>> frameworkResources,
296 projectResources, frameworkResources, customViewLoader, logger);
308 Map<String, Map<String, IResourceValue>> frameworkResources,
314 projectResources, frameworkResources, customViewLoader, logger);
326 Map<String, Map<String, IResourceValue>> frameworkResources,
331 projectResources, frameworkResources, customViewLoader, logger);
343 Map<String, Map<String, IResourceValue>> frameworkResources,
359 frameworkResources.get(BridgeConstants.RES_STYLE), styleParentMap);
374 frameworkResources, styleParentMap, customViewLoader, logger);
384 screenOffset = getScreenOffset(frameworkResources, currentTheme, context)
    [all...]
BridgeContext.java 99 * @param frameworkResources the framework resources. The map contains (String, map) pairs
109 Map<String, Map<String, IResourceValue>> frameworkResources,
129 mFrameworkResources = frameworkResources;
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle1/
GraphicalLayoutEditor.java 707 Map<String, Map<String, IResourceValue>> frameworkResources =
710 if (configuredProjectResources != null && frameworkResources != null) {
721 configuredProjectResources, frameworkResources, projectCallback,
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
GraphicalEditorPart.java     [all...]

Completed in 52 milliseconds