Home
last modified time | relevance | path

Searched refs:ATTR_LAYOUT (Results 1 – 3 of 3) 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.java147 private static final String ATTR_LAYOUT = "layout"; field in LayoutInflater
1176 int layout = attrs.getAttributeResourceValue(null, ATTR_LAYOUT, 0); in parseInclude()
1178 final String value = attrs.getAttributeValue(null, ATTR_LAYOUT); in parseInclude()
1200 final String value = attrs.getAttributeValue(null, ATTR_LAYOUT); in parseInclude()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt75733 Landroid/view/LayoutInflater;->ATTR_LAYOUT:Ljava/lang/String;