Searched defs:getAttributeFloat (Results 1 – 4 of 4) sorted by relevance
99 float getAttributeFloat(int index) throws XmlPullParserException; in getAttributeFloat() method171 default float getAttributeFloat(@Nullable String namespace, @NonNull String name) in getAttributeFloat() method288 default float getAttributeFloat(@Nullable String namespace, @NonNull String name, in getAttributeFloat() method
487 public float getAttributeFloat(int index) throws XmlPullParserException { in getAttributeFloat() method in BinaryXmlPullParser
419 private static float getAttributeFloat(TypedXmlPullParser parser, String name, float defValue) { in getAttributeFloat() method in WallpaperDataParser
213 public float getAttributeFloat(int index) in getAttributeFloat() method in XmlUtils.ForcedTypedXmlPullParser