Home
last modified time | relevance | path

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

/frameworks/layoutlib/bridge/src/android/view/
DLayoutInflater_Delegate.java45 private static final String ATTR_LAYOUT = "layout"; field in LayoutInflater_Delegate
105 int layout = attrs.getAttributeResourceValue(null, ATTR_LAYOUT, 0); in parseInclude()
107 final String value = attrs.getAttributeValue(null, ATTR_LAYOUT); in parseInclude()
130 final String value = attrs.getAttributeValue(null, ATTR_LAYOUT); in parseInclude()
/frameworks/base/core/java/android/view/
DLayoutInflater.java106 private static final String ATTR_LAYOUT = "layout"; field in LayoutInflater
915 int layout = attrs.getAttributeResourceValue(null, ATTR_LAYOUT, 0); in parseInclude()
917 final String value = attrs.getAttributeValue(null, ATTR_LAYOUT); in parseInclude()
939 final String value = attrs.getAttributeValue(null, ATTR_LAYOUT); in parseInclude()