Home
last modified time | relevance | path

Searched refs:getAttributeCount (Results 1 – 16 of 16) sorted by relevance

/frameworks/base/core/java/android/util/
DXmlPullAttributes.java32 public int getAttributeCount() { in getAttributeCount() method in XmlPullAttributes
33 return mParser.getAttributeCount(); in getAttributeCount()
DAttributeSet.java59 public int getAttributeCount(); in getAttributeCount() method
/frameworks/base/core/java/com/google/android/util/
DSimplePullParser.java154 int count = mParser.getAttributeCount(); in nextTagOrText()
235 return mParser.getAttributeCount(); in numAttributes()
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/
DBridgeXmlBlockParser.java209 public int getAttributeCount() { in getAttributeCount() method in BridgeXmlBlockParser
210 return mParser.getAttributeCount(); in getAttributeCount()
/frameworks/base/tests/AndroidTests/src/com/android/unit_tests/
DGDataParseTest.java72 int nattrs = parser.getAttributeCount(); in dumpXml()
/frameworks/base/graphics/java/android/graphics/drawable/
DStateListDrawable.java143 final int numAttrs = attrs.getAttributeCount(); in inflate()
/frameworks/base/core/java/android/content/res/
DColorStateList.java201 final int numAttrs = attrs.getAttributeCount(); in inflate()
DXmlBlock.java196 public int getAttributeCount() { in getAttributeCount() method in XmlBlock.Parser
DResources.java1132 for (i=0; i<set.getAttributeCount(); i++) { in obtainStyledAttributes()
/frameworks/base/core/jni/
Dandroid_util_XmlBlock.cpp189 return (jint)st->getAttributeCount(); in android_content_XmlBlock_nativeGetAttributeCount()
Dandroid_util_AssetManager.cpp981 const jsize NX = xmlParser ? xmlParser->getAttributeCount() : 0; in android_content_AssetManager_applyStyle()
1153 const jsize NX = xmlParser->getAttributeCount(); in android_content_AssetManager_retrieveAttributes()
/frameworks/base/tools/aapt/
DXMLNode.cpp154 for (size_t ai=0; ai<inXml->getAttributeCount(); ai++) { in parseStyledString()
320 int N = block->getAttributeCount(); in printXMLBlock()
DCommand.cpp227 size_t N = tree.getAttributeCount(); in indexOfAttribute()
DResourceTable.cpp1122 size_t n = block.getAttributeCount(); in compileResourceFile()
/frameworks/base/include/utils/
DResourceTypes.h653 size_t getAttributeCount() const;
/frameworks/base/libs/utils/
DResourceTypes.cpp650 size_t ResXMLParser::getAttributeCount() const in getAttributeCount() function in android::ResXMLParser
793 const size_t N = getAttributeCount(); in indexOfAttribute()