Searched defs:getAttributeFloat (Results 1 – 3 of 3) sorted by relevance
101 float getAttributeFloat(int index) throws XmlPullParserException; in getAttributeFloat() method173 default float getAttributeFloat(@Nullable String namespace, @NonNull String name) in getAttributeFloat() method290 default float getAttributeFloat(@Nullable String namespace, @NonNull String name, in getAttributeFloat() method
485 public float getAttributeFloat(int index) throws XmlPullParserException { in getAttributeFloat() method in BinaryXmlPullParser
211 public float getAttributeFloat(int index) in getAttributeFloat() method in XmlUtils.ForcedTypedXmlPullParser