HomeSort by relevance Sort by last modified time
    Searched full: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 165 * @param manifestMap The map style => attributes from the attrs_manifest.xml file
168 Map<String, DeclareStyleableInfo> manifestMap) {
226 inflateElement(manifestMap,
234 sanityCheck(manifestMap, MANIFEST_ELEMENT);
492 * manifestMap are actually defined in the actual element descriptors and reachable from
495 private void sanityCheck(Map<String, DeclareStyleableInfo> manifestMap,
501 for (String styleName : manifestMap.keySet()) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
AndroidTargetParser.java 204 Map<String, DeclareStyleableInfo> manifestMap = collectManifestDefinitions(
220 manifestDescriptors.updateDescriptors(manifestMap);

Completed in 47 milliseconds