Home
last modified time | relevance | path

Searched defs:getAttributeIntHex (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/util/
DTypedXmlPullParser.java83 int getAttributeIntHex(int index) throws XmlPullParserException; in getAttributeIntHex() method
146 default int getAttributeIntHex(@Nullable String namespace, @NonNull String name) in getAttributeIntHex() method
245 default int getAttributeIntHex(@Nullable String namespace, @NonNull String name, in getAttributeIntHex() method
/frameworks/base/core/java/com/android/internal/util/
DBinaryXmlPullParser.java470 public int getAttributeIntHex(int index) throws XmlPullParserException { in getAttributeIntHex() method in BinaryXmlPullParser
DXmlUtils.java178 public int getAttributeIntHex(int index) in getAttributeIntHex() method in XmlUtils.ForcedTypedXmlPullParser