/frameworks/base/tools/layoutlib/bridge/tests/src/android/util/ |
D | BridgeXmlPullAttributesTest.java | 42 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/ |
D | LayoutParserWrapper.java | 115 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/ |
D | BridgeXmlPullAttributes.java | 83 String ns = mParser.getAttributeNamespace(index); in getAttributeNameResource() 244 return getAttributeIntValue(mParser.getAttributeNamespace(index), in getAttributeIntValue()
|
/frameworks/base/tools/aapt2/flatten/ |
D | XmlFlattener_test.cpp | 101 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/ |
D | LayoutPullParser.java | 85 String namespace = getAttributeNamespace(i); in getViewCookie()
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | BridgeXmlBlockParser.java | 239 public String getAttributeNamespace(int index) { in getAttributeNamespace() method in BridgeXmlBlockParser 240 return mParser.getAttributeNamespace(index); in getAttributeNamespace()
|
/frameworks/base/core/java/android/content/res/ |
D | XmlBlock.java | 179 public String getAttributeNamespace(int index) { in getAttributeNamespace() method in XmlBlock.Parser 231 "Namespace=" + getAttributeNamespace(idx) in getAttributeValue()
|
/frameworks/base/tools/aapt2/xml/ |
D | XmlDom.cpp | 235 const char16_t* str16 = parser->getAttributeNamespace(i, &len); in CopyAttributes()
|
/frameworks/base/libs/androidfw/include/androidfw/ |
D | ResourceTypes.h | 749 const char16_t* getAttributeNamespace(size_t idx, size_t* outLen) const;
|
/frameworks/base/tools/aapt/ |
D | XMLNode.cpp | 466 ns16 = block->getAttributeNamespace(i, &len); in printXMLBlock()
|
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 1180 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/ |
D | android-22.txt | 58640 method public abstract java.lang.String getAttributeNamespace(int);
|
/frameworks/base/api/ |
D | current.txt | 72254 method public abstract java.lang.String getAttributeNamespace(int);
|
D | system-current.txt | 76162 method public abstract java.lang.String getAttributeNamespace(int);
|