Searched refs:getAttributeFloatValue (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/util/
H A DAttributeSet.java49 * the {@link #getAttributeFloatValue(int, float)} method returns a floating
203 public float getAttributeFloatValue(String namespace, String attribute, method in interface:AttributeSet
275 public float getAttributeFloatValue(int index, float defaultValue); method in interface:AttributeSet
H A DXmlPullAttributes.java87 public float getAttributeFloatValue(String namespace, String attribute, method in class:XmlPullAttributes
122 public float getAttributeFloatValue(int index, float defaultValue) { method in class:XmlPullAttributes
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeLayoutParamsMapAttributes.java97 public float getAttributeFloatValue(String namespace, String attribute, method in class:BridgeLayoutParamsMapAttributes
123 public float getAttributeFloatValue(int index, float defaultValue) { method in class:BridgeLayoutParamsMapAttributes
H A DBridgeXmlBlockParser.java379 public float getAttributeFloatValue(int index, float defaultValue) { method in class:BridgeXmlBlockParser
380 return mAttrib.getAttributeFloatValue(index, defaultValue);
383 public float getAttributeFloatValue(String namespace, String attribute, float defaultValue) { method in class:BridgeXmlBlockParser
384 return mAttrib.getAttributeFloatValue(namespace, attribute, defaultValue);
/frameworks/base/core/java/android/content/res/
H A DXmlBlock.java355 public float getAttributeFloatValue(String namespace, String attribute, method in class:XmlBlock.Parser
359 return getAttributeFloatValue(idx, defaultValue);
414 public float getAttributeFloatValue(int idx, float defaultValue) { method in class:XmlBlock.Parser

Completed in 141 milliseconds