Searched defs:getAttributeDouble (Results 1 – 4 of 4) sorted by relevance
105 double getAttributeDouble(int index) throws XmlPullParserException; in getAttributeDouble() method180 default double getAttributeDouble(@Nullable String namespace, @NonNull String name) in getAttributeDouble() method303 default double getAttributeDouble(@Nullable String namespace, @NonNull String name, in getAttributeDouble() method
492 public double getAttributeDouble(int index) throws XmlPullParserException { in getAttributeDouble() method in BinaryXmlPullParser
224 public double getAttributeDouble(int index) in getAttributeDouble() method in XmlUtils.ForcedTypedXmlPullParser
1768 public double getAttributeDouble(@NonNull String tag, double defaultValue) { in getAttributeDouble() method in ExifInterface