Home
last modified time | relevance | path

Searched refs:getAttributeNamespace (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/tools/layoutlib/bridge/tests/src/android/util/
DBridgeXmlPullAttributesTest.java42 when(parser.getAttributeNamespace(0)).thenReturn(BridgeConstants.NS_RESOURCES); in testGetAttributeIntValueForEnums()
47 when(parser.getAttributeNamespace(1)).thenReturn("http://custom"); in testGetAttributeIntValueForEnums()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DLayoutParserWrapper.java115 mAttributes.add(new Attribute(mDelegate.getAttributeNamespace(i), in peekNext()
339 public String getAttributeNamespace(int i) { in getAttributeNamespace() method in LayoutParserWrapper
/frameworks/base/tools/layoutlib/bridge/src/android/util/
DBridgeXmlPullAttributes.java83 String ns = mParser.getAttributeNamespace(index); in getAttributeNameResource()
244 return getAttributeIntValue(mParser.getAttributeNamespace(index), in getAttributeIntValue()
/frameworks/base/tools/aapt2/flatten/
DXmlFlattener_test.cpp101 ASSERT_EQ(nullptr, tree.getAttributeNamespace(0, &len)); in TEST_F()
114 const char16_t* attr_namespace = tree.getAttributeNamespace(0, &len); in TEST_F()
/frameworks/base/tools/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/
DLayoutPullParser.java85 String namespace = getAttributeNamespace(i); in getViewCookie()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeXmlBlockParser.java239 public String getAttributeNamespace(int index) { in getAttributeNamespace() method in BridgeXmlBlockParser
240 return mParser.getAttributeNamespace(index); in getAttributeNamespace()
/frameworks/base/core/java/android/content/res/
DXmlBlock.java179 public String getAttributeNamespace(int index) { in getAttributeNamespace() method in XmlBlock.Parser
231 "Namespace=" + getAttributeNamespace(idx) in getAttributeValue()
/frameworks/base/tools/aapt2/xml/
DXmlDom.cpp235 const char16_t* str16 = parser->getAttributeNamespace(i, &len); in CopyAttributes()
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h749 const char16_t* getAttributeNamespace(size_t idx, size_t* outLen) const;
/frameworks/base/tools/aapt/
DXMLNode.cpp466 ns16 = block->getAttributeNamespace(i, &len); in printXMLBlock()
/frameworks/base/libs/androidfw/
DResourceTypes.cpp1180 const char16_t* ResXMLParser::getAttributeNamespace(size_t idx, size_t* outLen) const in getAttributeNamespace() function in android::ResXMLParser
1399 const char16_t* curNs = getAttributeNamespace(i, &curNsLen); in indexOfAttribute()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt58640 method public abstract java.lang.String getAttributeNamespace(int);
/frameworks/base/api/
Dcurrent.txt72254 method public abstract java.lang.String getAttributeNamespace(int);
Dsystem-current.txt76162 method public abstract java.lang.String getAttributeNamespace(int);