Searched refs:getAttributeNamespace (Results 1 - 11 of 11) sorted by relevance

/frameworks/layoutlib/bridge/tests/src/android/util/
H A DBridgeXmlPullAttributesTest.java42 when(parser.getAttributeNamespace(0)).thenReturn(BridgeConstants.NS_RESOURCES);
47 when(parser.getAttributeNamespace(1)).thenReturn("http://custom");
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/
H A DLayoutPullParser.java92 String namespace = getAttributeNamespace(i);
/frameworks/base/tools/aapt2/flatten/
H A DXmlFlattener_test.cpp100 EXPECT_THAT(tree.getAttributeNamespace(0, &len), IsNull());
111 EXPECT_THAT(tree.getAttributeNamespace(0, &len), StrEq(u"http://com.test"));
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DLayoutParserWrapper.java115 mAttributes.add(new Attribute(mDelegate.getAttributeNamespace(i),
339 public String getAttributeNamespace(int i) { method in class:LayoutParserWrapper
/frameworks/layoutlib/bridge/src/android/util/
H A DBridgeXmlPullAttributes.java83 String ns = mParser.getAttributeNamespace(index);
244 return getAttributeIntValue(mParser.getAttributeNamespace(index),
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeXmlBlockParser.java240 public String getAttributeNamespace(int index) { method in class:BridgeXmlBlockParser
241 return mParser.getAttributeNamespace(index);
/frameworks/base/core/java/android/content/res/
H A DXmlBlock.java179 public String getAttributeNamespace(int index) { method in class:XmlBlock.Parser
181 if (DEBUG) System.out.println("getAttributeNamespace of " + index + " = " + id);
231 "Namespace=" + getAttributeNamespace(idx)
/frameworks/base/tools/aapt2/xml/
H A DXmlDom.cpp229 const char16_t* str16 = parser->getAttributeNamespace(i, &len);
/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h749 const char16_t* getAttributeNamespace(size_t idx, size_t* outLen) const;
/frameworks/base/tools/aapt/
H A DXMLNode.cpp466 ns16 = block->getAttributeNamespace(i, &len);
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp1204 const char16_t* ResXMLParser::getAttributeNamespace(size_t idx, size_t* outLen) const function in class:android::ResXMLParser
1209 printf("getAttributeNamespace 0x%zx=0x%x\n", idx, id);
1219 printf("getAttributeNamespace 0x%zx=0x%x\n", idx, id);
1423 const char16_t* curNs = getAttributeNamespace(i, &curNsLen);

Completed in 203 milliseconds