Home
last modified time | relevance | path

Searched refs:getValueFloat (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/services/Car/service/src/com/android/car/telemetry/publisher/statsconverters/
H A DAbstractAtomConverter.java163 return dv.getValueFloat(); in extractDimensionsValue()
/aosp12/frameworks/base/core/java/com/android/internal/util/
H A DBinaryXmlPullParser.java486 return mAttributes[index].getValueFloat(); in getAttributeFloat()
850 public float getValueFloat() throws XmlPullParserException { in getValueFloat() method in BinaryXmlPullParser.Attribute