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

/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.java216 public String getAttributeType(int index) { method in class:XmlBlock.Parser
/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h1860 virtual bool getAttributeType(uint32_t attrID, uint32_t* outType) = 0;
/frameworks/base/tools/aapt/
H A DResourceTable.h279 virtual bool getAttributeType(uint32_t attrID, uint32_t* outType);
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. ...
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp5242 } else if (accessor && accessor->getAttributeType(attrID, &attrType)) {

Completed in 207 milliseconds