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

/frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/util/
H A DXmlEditor.java86 ArrayList<TagAndContext> noTag = new ArrayList<TagAndContext>();
103 TagAndContext noTagRoot = null;
104 for (TagAndContext tagAndContext : noTag) {
111 TagAndContext newRootTag = new TagAndContext(
116 TagAndContext newRootTag =
117 new TagAndContext(rootAttributes.toString(), layoutNode);
121 Collections.sort(noTag, new Comparator<TagAndContext>() {
123 public int compare(TagAndContext o
414 private static class TagAndContext { class in class:XmlEditor
418 private TagAndContext(String tag, ElementContext elementContext) { method in class:XmlEditor.TagAndContext
[all...]

Completed in 115 milliseconds