Home
last modified time | relevance | path

Searched refs:getAttributeFloatValue (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/core/java/android/util/
DAttributeSet.java203 public float getAttributeFloatValue(String namespace, String attribute, in getAttributeFloatValue() method
275 public float getAttributeFloatValue(int index, float defaultValue); in getAttributeFloatValue() method
DXmlPullAttributes.java87 public float getAttributeFloatValue(String namespace, String attribute, in getAttributeFloatValue() method in XmlPullAttributes
122 public float getAttributeFloatValue(int index, float defaultValue) { in getAttributeFloatValue() method in XmlPullAttributes
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeLayoutParamsMapAttributes.java109 public float getAttributeFloatValue(String namespace, String attribute, in getAttributeFloatValue() method in BridgeLayoutParamsMapAttributes
141 public float getAttributeFloatValue(int index, float defaultValue) { in getAttributeFloatValue() method in BridgeLayoutParamsMapAttributes
DBridgeXmlBlockParser.java420 public float getAttributeFloatValue(int index, float defaultValue) { in getAttributeFloatValue() method in BridgeXmlBlockParser
421 return mAttrib.getAttributeFloatValue(index, defaultValue); in getAttributeFloatValue()
425 public float getAttributeFloatValue(String namespace, String attribute, float defaultValue) { in getAttributeFloatValue() method in BridgeXmlBlockParser
426 return mAttrib.getAttributeFloatValue(namespace, attribute, defaultValue); in getAttributeFloatValue()
/frameworks/base/tools/layoutlib/bridge/src/android/util/
DBridgeXmlPullAttributes.java158 public float getAttributeFloatValue(String namespace, String attribute, in getAttributeFloatValue() method in BridgeXmlPullAttributes
240 public float getAttributeFloatValue(int index, float defaultValue) { in getAttributeFloatValue() method in BridgeXmlPullAttributes
/frameworks/base/core/java/android/content/res/
DXmlBlock.java355 public float getAttributeFloatValue(String namespace, String attribute, in getAttributeFloatValue() method in XmlBlock.Parser
359 return getAttributeFloatValue(idx, defaultValue); in getAttributeFloatValue()
414 public float getAttributeFloatValue(int idx, float defaultValue) { in getAttributeFloatValue() method in XmlBlock.Parser
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt31370 method public abstract float getAttributeFloatValue(java.lang.String, java.lang.String, float);
31371 method public abstract float getAttributeFloatValue(int, float);
/frameworks/base/api/
Dcurrent.txt40032 method public abstract float getAttributeFloatValue(java.lang.String, java.lang.String, float);
40033 method public abstract float getAttributeFloatValue(int, float);
Dtest-current.txt40111 method public abstract float getAttributeFloatValue(java.lang.String, java.lang.String, float);
40112 method public abstract float getAttributeFloatValue(int, float);
Dsystem-current.txt43032 method public abstract float getAttributeFloatValue(java.lang.String, java.lang.String, float);
43033 method public abstract float getAttributeFloatValue(int, float);