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

/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeXmlBlockParser.java270 public String getAttributeType(int index) { method in class:BridgeXmlBlockParser
/frameworks/base/core/java/android/content/res/
H A DXmlBlock.java214 public String getAttributeType(int index) { method in class:XmlBlock.Parser
/frameworks/base/tools/aapt/
H A DResourceTable.h238 virtual bool getAttributeType(uint32_t attrID, uint32_t* outType);
H A DResourceTable.cpp2190 bool ResourceTable::getAttributeType(uint32_t attrID, uint32_t* outType) function in class:ResourceTable
2192 //printf("getAttributeType #%08x\n", attrID);
2195 //printf("getAttributeType #%08x (%s): #%08x\n", attrID,
/frameworks/base/include/androidfw/
H A DResourceTypes.h1477 virtual bool getAttributeType(uint32_t attrID, uint32_t* outType) = 0;
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp4123 } else if (accessor && accessor->getAttributeType(attrID, &attrType)) {

Completed in 338 milliseconds