Searched refs:getAttributeCount (Results 1 - 19 of 19) sorted by relevance

/frameworks/base/core/java/android/util/
H A DXmlPullAttributes.java33 public int getAttributeCount() { method in class:XmlPullAttributes
34 return mParser.getAttributeCount();
H A DAttributeSet.java64 public int getAttributeCount(); method in interface:AttributeSet
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeLayoutParamsMapAttributes.java54 public int getAttributeCount() { method in class:BridgeLayoutParamsMapAttributes
H A DBridgeXmlBlockParser.java260 public int getAttributeCount() { method in class:BridgeXmlBlockParser
261 return mParser.getAttributeCount();
/frameworks/base/core/java/android/content/res/
H A DColorStateList.java203 final int numAttrs = attrs.getAttributeCount();
H A DXmlBlock.java197 public int getAttributeCount() { method in class:XmlBlock.Parser
H A DResources.java1277 for (i=0; i<set.getAttributeCount(); i++) {
/frameworks/base/graphics/java/android/graphics/drawable/
H A DStateListDrawable.java156 final int numAttrs = attrs.getAttributeCount();
/frameworks/base/core/jni/
H A Dandroid_util_XmlBlock.cpp179 return (jint)st->getAttributeCount();
H A Dandroid_util_AssetManager.cpp973 const jsize NX = xmlParser ? xmlParser->getAttributeCount() : 0;
1170 const jsize NX = xmlParser->getAttributeCount();
/frameworks/base/services/java/com/android/server/usb/
H A DUsbSettingsManager.java135 int count = parser.getAttributeCount();
280 int count = parser.getAttributeCount();
409 int count = parser.getAttributeCount();
/frameworks/base/core/java/com/android/internal/widget/
H A DSizeAdaptiveLayout.java338 for (int i = 0; i < attrs.getAttributeCount(); i++) {
/frameworks/base/tools/aapt/
H A DXMLNode.cpp271 for (size_t ai=0; ai<inXml->getAttributeCount(); ai++) {
437 int N = block->getAttributeCount();
H A DCommand.cpp232 size_t N = tree.getAttributeCount();
H A DResourceTable.cpp1265 size_t n = block.getAttributeCount();
1373 size_t n = block.getAttributeCount();
/frameworks/base/include/androidfw/
H A DResourceTypes.h676 size_t getAttributeCount() const;
/frameworks/base/media/java/android/media/videoeditor/
H A DVideoEditorImpl.java1032 final int attributesCount = parser.getAttributeCount();
/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp909 size_t ResXMLParser::getAttributeCount() const function in class:android::ResXMLParser
1052 const size_t N = getAttributeCount();
/frameworks/base/core/java/android/content/pm/
H A DPackageParser.java856 for (int i = 0; i < attrs.getAttributeCount(); i++) {

Completed in 368 milliseconds