Searched refs:getAttributeFloatValue (Results 1 - 6 of 6) 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.java109 public float getAttributeFloatValue(String namespace, String attribute, method in class:BridgeLayoutParamsMapAttributes
141 public float getAttributeFloatValue(int index, float defaultValue) { method in class:BridgeLayoutParamsMapAttributes
H A DBridgeXmlBlockParser.java420 public float getAttributeFloatValue(int index, float defaultValue) { method in class:BridgeXmlBlockParser
421 return mAttrib.getAttributeFloatValue(index, defaultValue);
425 public float getAttributeFloatValue(String namespace, String attribute, float defaultValue) { method in class:BridgeXmlBlockParser
426 return mAttrib.getAttributeFloatValue(namespace, attribute, defaultValue);
/frameworks/base/tools/layoutlib/bridge/src/android/util/
H A DBridgeXmlPullAttributes.java157 public float getAttributeFloatValue(String namespace, String attribute, method in class:BridgeXmlPullAttributes
236 public float getAttributeFloatValue(int index, float defaultValue) { method in class:BridgeXmlPullAttributes
/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 8 milliseconds