Searched defs:getAttributeNamespace (Results 1 - 12 of 12) sorted by relevance

/frameworks/base/core/java/android/content/res/
H A DXmlResourceParser.java30 String getAttributeNamespace (int index); method in interface:XmlResourceParser
H A DXmlBlock.java181 public String getAttributeNamespace(int index) { method in class:XmlBlock.Parser
183 if (DEBUG) System.out.println("getAttributeNamespace of " + index + " = " + id);
233 "Namespace=" + getAttributeNamespace(idx)
/frameworks/base/core/java/android/util/
H A DAttributeSet.java76 * <p>See also {@link XmlPullParser#getAttributeNamespace XmlPullParser.getAttributeNamespace()},
84 default String getAttributeNamespace (int index) { method in interface:AttributeSet
H A DXmlPullAttributes.java37 public String getAttributeNamespace (int index) { method in class:XmlPullAttributes
38 return mParser.getAttributeNamespace(index);
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DNopAttributeSet.java31 public String getAttributeNamespace(int index) { method in class:NopAttributeSet
H A DBridgeLayoutParamsMapAttributes.java59 public String getAttributeNamespace(int index) { method in class:BridgeLayoutParamsMapAttributes
H A DBridgeXmlBlockParser.java240 public String getAttributeNamespace(int index) { method in class:BridgeXmlBlockParser
241 return mParser.getAttributeNamespace(index);
/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
H A DRemoteXmlPullParserAdapter.java170 public String getAttributeNamespace(int index) throws RemoteException { method in class:RemoteXmlPullParserAdapter
171 return mDelegate.getAttributeNamespace(index);
/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
H A DRemoteXmlPullParser.java83 String getAttributeNamespace(int index) throws RemoteException; method in interface:RemoteXmlPullParser
/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/
H A DRemoteXmlPullParserAdapter.java257 public String getAttributeNamespace(int index) { method in class:RemoteXmlPullParserAdapter
259 return mDelegate.getAttributeNamespace(index);
/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/base/libs/androidfw/
H A DResourceTypes.cpp1235 const char16_t* ResXMLParser::getAttributeNamespace(size_t idx, size_t* outLen) const function in class:android::ResXMLParser
1240 printf("getAttributeNamespace 0x%zx=0x%x\n", idx, id);
1250 printf("getAttributeNamespace 0x%zx=0x%x\n", idx, id);
1454 const char16_t* curNs = getAttributeNamespace(i, &curNsLen);

Completed in 192 milliseconds