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

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
AndroidManifestDescriptors.java 170 * @param manifestMap The map style => attributes from the attrs_manifest.xml file
173 Map<String, DeclareStyleableInfo> manifestMap) {
223 inflateElement(manifestMap,
235 assert sanityCheck(manifestMap, MANIFEST_ELEMENT);
500 * manifestMap are actually defined in the actual element descriptors and reachable from
503 private boolean sanityCheck(Map<String, DeclareStyleableInfo> manifestMap,
509 for (String styleName : manifestMap.keySet()) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
AndroidTargetParser.java 178 Map<String, DeclareStyleableInfo> manifestMap = collectManifestDefinitions(
194 manifestDescriptors.updateDescriptors(manifestMap);

Completed in 270 milliseconds