Home
last modified time | relevance | path

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

/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/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.java45 public String getAttributeValue(int index) { in getAttributeValue() method in XmlPullAttributes
49 public String getAttributeValue(String namespace, String name) { in getAttributeValue() method in XmlPullAttributes
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DNopAttributeSet.java41 public String getAttributeValue(int index) { in getAttributeValue() method in NopAttributeSet
46 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.java266 public String getAttributeValue(int index) { in getAttributeValue() method in BridgeXmlBlockParser
286 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/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.java204 public String getAttributeValue(int index) { in getAttributeValue() method in XmlBlock.Parser
227 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/libs/androidfw/
DResourceTypes.cpp1372 ssize_t ResXMLParser::getAttributeValue(size_t idx, Res_value* outValue) const in getAttributeValue() function in android::ResXMLParser