Home
last modified time | relevance | path

Searched refs:getAttributeFloatValue (Results 1 – 9 of 9) 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.java93 public float getAttributeFloatValue(String namespace, String attribute, in getAttributeFloatValue() method in XmlPullAttributes
128 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.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/core/java/android/content/res/
DXmlBlock.java374 public float getAttributeFloatValue(String namespace, String attribute, in getAttributeFloatValue() method in XmlBlock.Parser
378 return getAttributeFloatValue(idx, defaultValue); in getAttributeFloatValue()
433 public float getAttributeFloatValue(int idx, float defaultValue) { in getAttributeFloatValue() method in XmlBlock.Parser
/frameworks/layoutlib/bridge/src/android/util/
DBridgeXmlPullAttributes.java221 public float getAttributeFloatValue(String namespace, String attribute, in getAttributeFloatValue() method in BridgeXmlPullAttributes
290 public float getAttributeFloatValue(int index, float defaultValue) { in getAttributeFloatValue() method in BridgeXmlPullAttributes
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenModeHelperTest.java1601 public float getAttributeFloatValue(String namespace, String attribute, in getAttributeFloatValue() method in ZenModeHelperTest.XmlResourceParserImpl
1632 public float getAttributeFloatValue(int index, float defaultValue) { in getAttributeFloatValue() method in ZenModeHelperTest.XmlResourceParserImpl
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...