Home
last modified time | relevance | path

Searched defs:getAttributeValue (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/core/java/android/util/
DAttributeSet.java110 public String getAttributeValue(int index); in getAttributeValue() method
122 public String getAttributeValue(String namespace, String name); in getAttributeValue() method
DXmlPullAttributes.java46 public String getAttributeValue(int index) { in getAttributeValue() method in XmlPullAttributes
50 public String getAttributeValue(String namespace, String name) { in getAttributeValue() method in XmlPullAttributes
/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
DRemoteXmlPullParser.java93 String getAttributeValue(int index) throws RemoteException; in getAttributeValue() method
95 String getAttributeValue(String namespace, String name) throws RemoteException; in getAttributeValue() method
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DNopAttributeSet.java45 public String getAttributeValue(int index) { in getAttributeValue() method in NopAttributeSet
50 public String getAttributeValue(String namespace, String name) { in getAttributeValue() method in NopAttributeSet
DBridgeLayoutParamsMapAttributes.java41 public String getAttributeValue(String namespace, String name) { in getAttributeValue() method in BridgeLayoutParamsMapAttributes
69 public String getAttributeValue(int index) { in getAttributeValue() method in BridgeLayoutParamsMapAttributes
DBridgeXmlBlockParser.java269 public String getAttributeValue(int index) { in getAttributeValue() method in BridgeXmlBlockParser
289 public String getAttributeValue(String namespace, String name) { in getAttributeValue() method in BridgeXmlBlockParser
/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/
DRemoteXmlPullParserAdapter.java302 public String getAttributeValue(int index) { in getAttributeValue() method in RemoteXmlPullParserAdapter
311 public String getAttributeValue(String namespace, String name) { in getAttributeValue() method in RemoteXmlPullParserAdapter
/frameworks/base/core/java/com/android/internal/util/
DXmlPullParserWrapper.java157 public String getAttributeValue(int index) { in getAttributeValue() method in XmlPullParserWrapper
161 public String getAttributeValue(String namespace, String name) { in getAttributeValue() method in XmlPullParserWrapper
DBinaryXmlPullParser.java440 public String getAttributeValue(String namespace, String name) { in getAttributeValue() method in BinaryXmlPullParser
450 public String getAttributeValue(int index) { in getAttributeValue() method in BinaryXmlPullParser
/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
DRemoteXmlPullParserAdapter.java195 public String getAttributeValue(int index) throws RemoteException { in getAttributeValue() method in RemoteXmlPullParserAdapter
200 public String getAttributeValue(String namespace, String name) throws RemoteException { in getAttributeValue() method in RemoteXmlPullParserAdapter
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DLayoutParserWrapper.java174 public String getAttributeValue(@Nullable String namespace, String name) { in getAttributeValue() method in LayoutParserWrapper
364 public String getAttributeValue(int i) { in getAttributeValue() method in LayoutParserWrapper
/frameworks/base/core/java/android/content/res/
DXmlBlock.java230 public String getAttributeValue(int index) { in getAttributeValue() method in XmlBlock.Parser
253 public String getAttributeValue(String namespace, String name) { in getAttributeValue() method in XmlBlock.Parser
/frameworks/compile/mclinker/lib/Target/ARM/
DARMELFAttributeData.cpp19 const ELFAttributeValue* ARMELFAttributeData::getAttributeValue( in getAttributeValue() function in mcld::ARMELFAttributeData
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenModeHelperTest.java1983 public String getAttributeValue(int index) { in getAttributeValue() method in ZenModeHelperTest.XmlResourceParserImpl
1988 public String getAttributeValue(String namespace, String name) { in getAttributeValue() method in ZenModeHelperTest.XmlResourceParserImpl
/frameworks/base/libs/androidfw/
DResourceTypes.cpp1491 ssize_t ResXMLParser::getAttributeValue(size_t idx, Res_value* outValue) const in getAttributeValue() function in android::ResXMLParser