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

/frameworks/base/core/java/android/util/
H A DAttributeSet.java217 public int getAttributeUnsignedIntValue(String namespace, String attribute, method in interface:AttributeSet
291 public int getAttributeUnsignedIntValue(int index, int defaultValue); method in interface:AttributeSet
H A DXmlPullAttributes.java85 public int getAttributeUnsignedIntValue(String namespace, String attribute, method in class:XmlPullAttributes
121 public int getAttributeUnsignedIntValue(int index, int defaultValue) { method in class:XmlPullAttributes
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DNopAttributeSet.java83 public int getAttributeUnsignedIntValue(String namespace, String attribute, method in class:NopAttributeSet
115 public int getAttributeUnsignedIntValue(int index, int defaultValue) { method in class:NopAttributeSet
H A DBridgeLayoutParamsMapAttributes.java108 public int getAttributeUnsignedIntValue(String namespace, String attribute, method in class:BridgeLayoutParamsMapAttributes
141 public int getAttributeUnsignedIntValue(int index, int defaultValue) { method in class:BridgeLayoutParamsMapAttributes
H A DBridgeXmlBlockParser.java467 public int getAttributeUnsignedIntValue(int index, int defaultValue) { method in class:BridgeXmlBlockParser
468 return mAttrib.getAttributeUnsignedIntValue(index, defaultValue);
472 public int getAttributeUnsignedIntValue(String namespace, String attribute, int defaultValue) { method in class:BridgeXmlBlockParser
473 return mAttrib.getAttributeUnsignedIntValue(namespace, attribute, defaultValue);
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DSms7BitEncodingTranslator.java208 int from = parser.getAttributeUnsignedIntValue(null,
210 int to = parser.getAttributeUnsignedIntValue(null,
/frameworks/base/core/java/android/content/res/
H A DXmlBlock.java350 public int getAttributeUnsignedIntValue(String namespace, String attribute, method in class:XmlBlock.Parser
355 return getAttributeUnsignedIntValue(idx, defaultValue);
408 public int getAttributeUnsignedIntValue(int idx, int defaultValue) { method in class:XmlBlock.Parser
/frameworks/layoutlib/bridge/src/android/util/
H A DBridgeXmlPullAttributes.java179 public int getAttributeUnsignedIntValue(String namespace, String attribute, method in class:BridgeXmlPullAttributes
250 public int getAttributeUnsignedIntValue(int index, int defaultValue) { method in class:BridgeXmlPullAttributes
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 209 milliseconds