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

/frameworks/base/core/java/android/util/
H A DAttributeSet.java191 public int getAttributeUnsignedIntValue(String namespace, String attribute, method in interface:AttributeSet
265 public int getAttributeUnsignedIntValue(int index, int defaultValue); 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/android/util/
H A DBridgeXmlPullAttributes.java141 public int getAttributeUnsignedIntValue(String namespace, String attribute, method in class:BridgeXmlPullAttributes
224 public int getAttributeUnsignedIntValue(int index, int defaultValue) { method in class:BridgeXmlPullAttributes
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeLayoutParamsMapAttributes.java103 public int getAttributeUnsignedIntValue(String namespace, String attribute, method in class:BridgeLayoutParamsMapAttributes
136 public int getAttributeUnsignedIntValue(int index, int defaultValue) { method in class:BridgeLayoutParamsMapAttributes
H A DBridgeXmlBlockParser.java466 public int getAttributeUnsignedIntValue(int index, int defaultValue) { method in class:BridgeXmlBlockParser
467 return mAttrib.getAttributeUnsignedIntValue(index, defaultValue);
471 public int getAttributeUnsignedIntValue(String namespace, String attribute, int defaultValue) { method in class:BridgeXmlBlockParser
472 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 576 milliseconds