Searched defs:getAttributeUnsignedIntValue (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/util/
H A DAttributeSet.java143 public int getAttributeUnsignedIntValue(String namespace, String attribute, method in interface:AttributeSet
220 public int getAttributeUnsignedIntValue(int index, method in interface:AttributeSet
H A DXmlPullAttributes.java81 public int getAttributeUnsignedIntValue(String namespace, String attribute, method in class:XmlPullAttributes
117 public int getAttributeUnsignedIntValue(int index, int defaultValue) { method in class:XmlPullAttributes
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeLayoutParamsMapAttributes.java92 public int getAttributeUnsignedIntValue(String namespace, String attribute, method in class:BridgeLayoutParamsMapAttributes
119 public int getAttributeUnsignedIntValue(int index, int defaultValue) { method in class:BridgeLayoutParamsMapAttributes
H A DBridgeXmlBlockParser.java362 public int getAttributeUnsignedIntValue(int index, int defaultValue) { method in class:BridgeXmlBlockParser
363 return mAttrib.getAttributeUnsignedIntValue(index, defaultValue);
366 public int getAttributeUnsignedIntValue(String namespace, String attribute, int defaultValue) { method in class:BridgeXmlBlockParser
367 return mAttrib.getAttributeUnsignedIntValue(namespace, attribute, defaultValue);
/frameworks/base/core/java/android/content/res/
H A DXmlBlock.java346 public int getAttributeUnsignedIntValue(String namespace, String attribute, method in class:XmlBlock.Parser
351 return getAttributeUnsignedIntValue(idx, defaultValue);
404 public int getAttributeUnsignedIntValue(int idx, int defaultValue) { method in class:XmlBlock.Parser

Completed in 12 milliseconds