Searched defs:getAttributeUnsignedIntValue (Results 1 - 4 of 4) 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/
H A DBridgeXmlBlockParser.java355 public int getAttributeUnsignedIntValue(int index, int defaultValue) { method in class:BridgeXmlBlockParser
356 return mAttrib.getAttributeUnsignedIntValue(index, defaultValue);
359 public int getAttributeUnsignedIntValue(String namespace, String attribute, int defaultValue) { method in class:BridgeXmlBlockParser
360 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 296 milliseconds