Searched defs:getAttributeDouble (Results 1 – 4 of 4) sorted by relevance
107 double getAttributeDouble(int index) throws XmlPullParserException; in getAttributeDouble() method182 default double getAttributeDouble(@Nullable String namespace, @NonNull String name) in getAttributeDouble() method305 default double getAttributeDouble(@Nullable String namespace, @NonNull String name, in getAttributeDouble() method
490 public double getAttributeDouble(int index) throws XmlPullParserException { in getAttributeDouble() method in BinaryXmlPullParser
222 public double getAttributeDouble(int index) in getAttributeDouble() method in XmlUtils.ForcedTypedXmlPullParser
1769 public double getAttributeDouble(@NonNull String tag, double defaultValue) { in getAttributeDouble() method in ExifInterface