Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/util/
DAttributeSet.java229 public float getAttributeFloatValue(String namespace, String attribute, in getAttributeFloatValue() method
301 public float getAttributeFloatValue(int index, float defaultValue); in getAttributeFloatValue() method
DXmlPullAttributes.java92 public float getAttributeFloatValue(String namespace, String attribute, in getAttributeFloatValue() method in XmlPullAttributes
127 public float getAttributeFloatValue(int index, float defaultValue) { in getAttributeFloatValue() method in XmlPullAttributes
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DNopAttributeSet.java93 public float getAttributeFloatValue(String namespace, String attribute, in getAttributeFloatValue() method in NopAttributeSet
124 public float getAttributeFloatValue(int index, float defaultValue) { in getAttributeFloatValue() method in NopAttributeSet
DBridgeLayoutParamsMapAttributes.java114 public float getAttributeFloatValue(String namespace, String attribute, in getAttributeFloatValue() method in BridgeLayoutParamsMapAttributes
146 public float getAttributeFloatValue(int index, float defaultValue) { in getAttributeFloatValue() method in BridgeLayoutParamsMapAttributes
DBridgeXmlBlockParser.java427 public float getAttributeFloatValue(int index, float defaultValue) { in getAttributeFloatValue() method in BridgeXmlBlockParser
428 return mAttrib.getAttributeFloatValue(index, defaultValue); in getAttributeFloatValue()
432 public float getAttributeFloatValue(String namespace, String attribute, float defaultValue) { in getAttributeFloatValue() method in BridgeXmlBlockParser
433 return mAttrib.getAttributeFloatValue(namespace, attribute, defaultValue); in getAttributeFloatValue()
/frameworks/layoutlib/bridge/src/android/util/
DBridgeXmlPullAttributes.java220 public float getAttributeFloatValue(String namespace, String attribute, in getAttributeFloatValue() method in BridgeXmlPullAttributes
289 public float getAttributeFloatValue(int index, float defaultValue) { in getAttributeFloatValue() method in BridgeXmlPullAttributes
/frameworks/base/core/java/android/content/res/
DXmlBlock.java459 public float getAttributeFloatValue(String namespace, String attribute, in getAttributeFloatValue() method in XmlBlock.Parser
463 return getAttributeFloatValue(idx, defaultValue); in getAttributeFloatValue()
549 public float getAttributeFloatValue(int idx, float defaultValue) { in getAttributeFloatValue() method in XmlBlock.Parser
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenModeHelperTest.java6544 public float getAttributeFloatValue(String namespace, String attribute, in getAttributeFloatValue() method in ZenModeHelperTest.XmlResourceParserImpl
6575 public float getAttributeFloatValue(int index, float defaultValue) { in getAttributeFloatValue() method in ZenModeHelperTest.XmlResourceParserImpl
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/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/core/api/
Dcurrent.txt49746 method public float getAttributeFloatValue(String, String, float);
49747 method public float getAttributeFloatValue(int, float);