Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/util/
DXmlPullAttributes.java38 public String getAttributeNamespace (int index) { in getAttributeNamespace() method in XmlPullAttributes
39 return mParser.getAttributeNamespace(index); in getAttributeNamespace()
DAttributeSet.java84 default String getAttributeNamespace (int index) { in getAttributeNamespace() method
/frameworks/layoutlib/bridge/tests/src/android/util/
DBridgeXmlPullAttributesTest.java46 when(parser.getAttributeNamespace(0)).thenReturn(BridgeConstants.NS_RESOURCES); in testGetAttributeIntValueForEnums()
51 when(parser.getAttributeNamespace(1)).thenReturn(BridgeConstants.NS_APP_RES_AUTO); in testGetAttributeIntValueForEnums()
/frameworks/base/core/java/android/content/res/
DXmlResourceParser.java30 String getAttributeNamespace (int index); in getAttributeNamespace() method
DXmlBlock.java196 public String getAttributeNamespace(int index) { in getAttributeNamespace() method in XmlBlock.Parser
248 "Namespace=" + getAttributeNamespace(idx) in getAttributeValue()
/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
DRemoteXmlPullParserAdapter.java170 public String getAttributeNamespace(int index) throws RemoteException { in getAttributeNamespace() method in RemoteXmlPullParserAdapter
171 return mDelegate.getAttributeNamespace(index); in getAttributeNamespace()
/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/
DRemoteXmlPullParserAdapter.java257 public String getAttributeNamespace(int index) { in getAttributeNamespace() method in RemoteXmlPullParserAdapter
259 return mDelegate.getAttributeNamespace(index); in getAttributeNamespace()
/frameworks/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/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DNopAttributeSet.java35 public String getAttributeNamespace(int index) { in getAttributeNamespace() method in NopAttributeSet
DBridgeLayoutParamsMapAttributes.java59 public String getAttributeNamespace(int index) { in getAttributeNamespace() method in BridgeLayoutParamsMapAttributes
DBridgeXmlBlockParser.java243 public String getAttributeNamespace(int index) { in getAttributeNamespace() method in BridgeXmlBlockParser
244 return mParser.getAttributeNamespace(index); in getAttributeNamespace()
/frameworks/layoutlib/bridge/src/android/util/
DBridgeXmlPullAttributes.java101 String ns = mParser.getAttributeNamespace(index); in getAttributeNameResource()
270 mParser.getAttributeNamespace(index), getAttributeName(index), defaultValue); in getAttributeIntValue()
/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
DRemoteXmlPullParser.java83 String getAttributeNamespace(int index) throws RemoteException; in getAttributeNamespace() method
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/
DLayoutPullParser.java96 String namespace = getAttributeNamespace(i); in getViewCookie()
/frameworks/base/tools/aapt2/format/binary/
DXmlFlattener_test.cpp99 EXPECT_THAT(tree.getAttributeNamespace(0, &len), IsNull()); in TEST_F()
110 EXPECT_THAT(tree.getAttributeNamespace(0, &len), StrEq(u"http://com.test")); in TEST_F()
/frameworks/base/tools/aapt2/xml/
DXmlDom.cpp230 const char16_t* str16 = parser->getAttributeNamespace(i, &len); in CopyAttributes()
/frameworks/base/libs/androidfw/include/androidfw/
DResourceTypes.h757 const char16_t* getAttributeNamespace(size_t idx, size_t* outLen) const;
/frameworks/base/tools/aapt/
DXMLNode.cpp463 ns16 = block->getAttributeNamespace(i, &len); in printXMLBlock()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenModeHelperTest.java1533 public String getAttributeNamespace(int index) { in getAttributeNamespace() method in ZenModeHelperTest.XmlResourceParserImpl
/frameworks/base/libs/androidfw/
DResourceTypes.cpp1238 const char16_t* ResXMLParser::getAttributeNamespace(size_t idx, size_t* outLen) const in getAttributeNamespace() function in android::ResXMLParser
1457 const char16_t* curNs = getAttributeNamespace(i, &curNsLen); in indexOfAttribute()
/frameworks/base/non-updatable-api/
Dcurrent.txt49066 method public default String getAttributeNamespace(int);
79450 method public String getAttributeNamespace(int);
/frameworks/base/api/
Dcurrent.txt49210 method public default String getAttributeNamespace(int);
79594 method public String getAttributeNamespace(int);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt58640 method public abstract java.lang.String getAttributeNamespace(int);