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.java150 private static final String ATTR_LAYOUT = "layout"; field in LayoutInflater
1179 int layout = attrs.getAttributeResourceValue(null, ATTR_LAYOUT, 0); in parseInclude()
1181 final String value = attrs.getAttributeValue(null, ATTR_LAYOUT); in parseInclude()
1203 final String value = attrs.getAttributeValue(null, ATTR_LAYOUT); in parseInclude()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt81138 Landroid/view/LayoutInflater;->ATTR_LAYOUT:Ljava/lang/String;