Searched defs:getAttributeInt (Results 1 – 6 of 6) sorted by relevance
77 int getAttributeInt(int index) throws XmlPullParserException; in getAttributeInt() method137 default int getAttributeInt(@Nullable String namespace, @NonNull String name) in getAttributeInt() method230 default int getAttributeInt(@Nullable String namespace, @NonNull String name, in getAttributeInt() method
376 private int getAttributeInt(XmlPullParser parser, String name, int defValue) { in getAttributeInt() method in WallpaperBackupAgent
465 public int getAttributeInt(int index) throws XmlPullParserException { in getAttributeInt() method in BinaryXmlPullParser
167 public int getAttributeInt(int index) in getAttributeInt() method in XmlUtils.ForcedTypedXmlPullParser
3583 private int getAttributeInt(TypedXmlPullParser parser, String name, int defValue) { in getAttributeInt() method in WallpaperManagerService
1743 public int getAttributeInt(@NonNull String tag, int defaultValue) { in getAttributeInt() method in ExifInterface