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

/frameworks/base/core/java/android/util/
H A DXmlPullAttributes.java69 public int getAttributeResourceValue(String namespace, String attribute, method in class:XmlPullAttributes
107 public int getAttributeResourceValue(int index, int defaultValue) { method in class:XmlPullAttributes
139 return getAttributeResourceValue(null, "id", defaultValue);
143 return getAttributeResourceValue(null, "style", 0);
H A DAttributeSet.java30 * (with {@link #getAttributeResourceValue(int, int)}) and do the resource
114 * <p>Note that this is different than {@link #getAttributeResourceValue}
165 public int getAttributeResourceValue(String namespace, String attribute, method in interface:AttributeSet
243 public int getAttributeResourceValue(int index, int defaultValue); method in interface:AttributeSet
296 * Equivalent to getAttributeResourceValue(null, "id", defaultValue);
306 * Equivalent to getAttributeResourceValue(null, "style").
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeLayoutParamsMapAttributes.java91 public int getAttributeResourceValue(String namespace, String attribute, method in class:BridgeLayoutParamsMapAttributes
126 public int getAttributeResourceValue(int index, int defaultValue) { method in class:BridgeLayoutParamsMapAttributes
H A DBridgeXmlBlockParser.java456 public int getAttributeResourceValue(int index, int defaultValue) { method in class:BridgeXmlBlockParser
457 return mAttrib.getAttributeResourceValue(index, defaultValue);
461 public int getAttributeResourceValue(String namespace, String attribute, int defaultValue) { method in class:BridgeXmlBlockParser
462 return mAttrib.getAttributeResourceValue(namespace, attribute, defaultValue);
/frameworks/base/core/java/android/content/res/
H A DXmlBlock.java330 public int getAttributeResourceValue(String namespace, String attribute, method in class:XmlBlock.Parser
334 return getAttributeResourceValue(idx, defaultValue);
385 public int getAttributeResourceValue(int idx, int defaultValue) { method in class:XmlBlock.Parser
436 return getAttributeResourceValue(null, "id", defaultValue);
/frameworks/base/tools/layoutlib/bridge/src/android/util/
H A DBridgeXmlPullAttributes.java117 public int getAttributeResourceValue(String namespace, String attribute, int defaultValue) { method in class:BridgeXmlPullAttributes
198 public int getAttributeResourceValue(int index, int defaultValue) { method in class:BridgeXmlPullAttributes
/frameworks/base/tools/layoutlib/bridge/src/android/view/
H A DLayoutInflater_Delegate.java103 int layout = attrs.getAttributeResourceValue(null, ATTR_LAYOUT, 0);
/frameworks/base/core/java/android/view/
H A DLayoutInflater.java894 int layout = attrs.getAttributeResourceValue(null, ATTR_LAYOUT, 0);
/frameworks/base/core/java/android/animation/
H A DAnimatorInflater.java225 final int animId = attributeSet.getAttributeResourceValue(i, 0);

Completed in 263 milliseconds