Home
last modified time | relevance | path

Searched refs:startTags (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/base/tools/aapt/
H A DResource.cpp3132 …const Vector<String8>& startTags, const KeyedVector<String8, Vector<NamespaceAttributePair> >* tag… in writeProguardForXml() argument
3146 if (!startTags.isEmpty()) { in writeProguardForXml()
3153 const size_t numStartTags = startTags.size(); in writeProguardForXml()
3155 if (tag == startTags[i]) { in writeProguardForXml()
3253 Vector<String8> startTags; in writeProguardForLayouts() local
3258 startTags.add(String8("PreferenceScreen")); in writeProguardForLayouts()
3259 startTags.add(String8("preference-headers")); in writeProguardForLayouts()
3262 startTags.add(String8("menu")); in writeProguardForLayouts()
3278 err = writeProguardForXml(keep, files.valueAt(j), startTags, tagAttrPairs); in writeProguardForLayouts()