Searched defs:TAG_MERGE (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DLayoutInflater_Delegate.java41 private static final String TAG_MERGE = "merge"; field in class:LayoutInflater_Delegate
153 if (TAG_MERGE.equals(childName)) {
/frameworks/base/core/java/android/view/
H A DLayoutInflater.java103 private static final String TAG_MERGE = "merge"; field in class:LayoutInflater
486 if (TAG_MERGE.equals(name)) {
855 } else if (TAG_MERGE.equals(name)) {
959 if (TAG_MERGE.equals(childName)) {

Completed in 9 milliseconds