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

/frameworks/base/core/java/android/util/
H A DXmlPullAttributes.java73 public int getAttributeResourceValue(String namespace, String attribute, method in class:XmlPullAttributes
111 public int getAttributeResourceValue(int index, int defaultValue) { method in class:XmlPullAttributes
143 return getAttributeResourceValue(null, "id", defaultValue);
147 return getAttributeResourceValue(null, "style", 0);
H A DAttributeSet.java32 * (with {@link #getAttributeResourceValue(int, int)}) and do the resource
140 * <p>Note that this is different than {@link #getAttributeResourceValue}
191 public int getAttributeResourceValue(String namespace, String attribute, method in interface:AttributeSet
269 public int getAttributeResourceValue(int index, int defaultValue); method in interface:AttributeSet
322 * Equivalent to getAttributeResourceValue(null, "id", defaultValue);
332 * Equivalent to getAttributeResourceValue(null, "style").
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DNopAttributeSet.java73 public int getAttributeResourceValue(String namespace, String attribute, int defaultValue) { method in class:NopAttributeSet
105 public int getAttributeResourceValue(int index, int defaultValue) { method in class:NopAttributeSet
H A DBridgeLayoutParamsMapAttributes.java96 public int getAttributeResourceValue(String namespace, String attribute, method in class:BridgeLayoutParamsMapAttributes
131 public int getAttributeResourceValue(int index, int defaultValue) { method in class:BridgeLayoutParamsMapAttributes
H A DBridgeXmlBlockParser.java457 public int getAttributeResourceValue(int index, int defaultValue) { method in class:BridgeXmlBlockParser
458 return mAttrib.getAttributeResourceValue(index, defaultValue);
462 public int getAttributeResourceValue(String namespace, String attribute, int defaultValue) { method in class:BridgeXmlBlockParser
463 return mAttrib.getAttributeResourceValue(namespace, attribute, defaultValue);
/frameworks/base/core/java/android/content/res/
H A DXmlBlock.java334 public int getAttributeResourceValue(String namespace, String attribute, method in class:XmlBlock.Parser
338 return getAttributeResourceValue(idx, defaultValue);
389 public int getAttributeResourceValue(int idx, int defaultValue) { method in class:XmlBlock.Parser
440 return getAttributeResourceValue(null, "id", defaultValue);
/frameworks/layoutlib/bridge/src/android/util/
H A DBridgeXmlPullAttributes.java137 public int getAttributeResourceValue(String namespace, String attribute, int defaultValue) { method in class:BridgeXmlPullAttributes
236 public int getAttributeResourceValue(int index, int defaultValue) { method in class:BridgeXmlPullAttributes
/frameworks/layoutlib/bridge/src/android/view/
H A DLayoutInflater_Delegate.java105 int layout = attrs.getAttributeResourceValue(null, ATTR_LAYOUT, 0);
/frameworks/base/core/java/android/security/net/config/
H A DXmlConfigSource.java179 int sourceId = parser.getAttributeResourceValue(null, "src", -1);
/frameworks/base/core/java/android/view/
H A DLayoutInflater.java915 int layout = attrs.getAttributeResourceValue(null, ATTR_LAYOUT, 0);
/frameworks/base/core/java/android/animation/
H A DAnimatorInflater.java228 final int animId = attributeSet.getAttributeResourceValue(i, 0);
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 263 milliseconds