Searched defs:getAttributeInt (Results 1 – 6 of 6) sorted by relevance
75 int getAttributeInt(int index) throws XmlPullParserException; in getAttributeInt() method135 default int getAttributeInt(@Nullable String namespace, @NonNull String name) in getAttributeInt() method228 default int getAttributeInt(@Nullable String namespace, @NonNull String name, in getAttributeInt() method
467 public int getAttributeInt(int index) throws XmlPullParserException { in getAttributeInt() method in BinaryXmlPullParser
415 private static int getAttributeInt(TypedXmlPullParser parser, String name, int defValue) { in getAttributeInt() method in WallpaperDataParser
961 private int getAttributeInt(XmlPullParser parser, String name, int defValue) { in getAttributeInt() method in WallpaperBackupAgent
169 public int getAttributeInt(int index) in getAttributeInt() method in XmlUtils.ForcedTypedXmlPullParser
1744 public int getAttributeInt(@NonNull String tag, int defaultValue) { in getAttributeInt() method in ExifInterface