Searched defs:getAttributeType (Results 1 - 8 of 8) sorted by relevance

/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
H A DRemoteXmlPullParserAdapter.java185 public String getAttributeType(int index) throws RemoteException { method in class:RemoteXmlPullParserAdapter
186 return mDelegate.getAttributeType(index);
/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
H A DRemoteXmlPullParser.java89 String getAttributeType(int index) throws RemoteException; method in interface:RemoteXmlPullParser
/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/
H A DRemoteXmlPullParserAdapter.java284 public String getAttributeType(int index) { method in class:RemoteXmlPullParserAdapter
286 return mDelegate.getAttributeType(index);
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DLayoutParserWrapper.java354 public String getAttributeType(int i) { method in class:LayoutParserWrapper
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeXmlBlockParser.java271 public String getAttributeType(int index) { method in class:BridgeXmlBlockParser
/frameworks/base/core/java/android/content/res/
H A DXmlBlock.java218 public String getAttributeType(int index) { method in class:XmlBlock.Parser
/frameworks/base/tools/aapt/
H A DResourceTable.cpp2427 bool ResourceTable::getAttributeType(uint32_t attrID, uint32_t* outType) function in class:ResourceTable
2429 //printf("getAttributeType #%08x\n", attrID);
2432 //printf("getAttributeType #%08x (%s): #%08x\n", attrID,
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...

Completed in 291 milliseconds