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

12

/frameworks/base/core/java/android/util/
H A DXmlPullAttributes.java33 public int getAttributeCount() { method in class:XmlPullAttributes
34 return mParser.getAttributeCount();
H A DAttributeSet.java66 * <p>See also {@link XmlPullParser#getAttributeCount XmlPullParser.getAttributeCount()},
71 public int getAttributeCount(); method in interface:AttributeSet
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DNopAttributeSet.java26 public int getAttributeCount() { method in class:NopAttributeSet
H A DBridgeLayoutParamsMapAttributes.java54 public int getAttributeCount() { method in class:BridgeLayoutParamsMapAttributes
H A DBridgeXmlBlockParser.java261 public int getAttributeCount() { method in class:BridgeXmlBlockParser
262 return mParser.getAttributeCount();
/frameworks/layoutlib/bridge/tests/src/com/android/layoutlib/bridge/intensive/setup/
H A DLayoutPullParser.java90 int count = getAttributeCount();
/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
H A DRemoteXmlPullParser.java81 int getAttributeCount() throws RemoteException; method in interface:RemoteXmlPullParser
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DLayoutParserWrapper.java111 int count = mDelegate.getAttributeCount();
334 public int getAttributeCount() { method in class:LayoutParserWrapper
/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
H A DRemoteXmlPullParserAdapter.java165 public int getAttributeCount() throws RemoteException { method in class:RemoteXmlPullParserAdapter
166 return mDelegate.getAttributeCount();
/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/
H A DRemoteXmlPullParserAdapter.java248 public int getAttributeCount() { method in class:RemoteXmlPullParserAdapter
250 return mDelegate.getAttributeCount();
/frameworks/base/tools/aapt2/format/binary/
H A DXmlFlattener_test.cpp98 ASSERT_THAT(tree.getAttributeCount(), Eq(1u));
109 ASSERT_THAT(tree.getAttributeCount(), Eq(1u));
118 ASSERT_THAT(tree.getAttributeCount(), Eq(0u));
463 ASSERT_THAT(tree.getAttributeCount(), Eq(1u));
486 ASSERT_THAT(tree.getAttributeCount(), Eq(1u));
507 ASSERT_THAT(tree.getAttributeCount(), Eq(1u));
527 ASSERT_THAT(tree.getAttributeCount(), Eq(1u));
/frameworks/base/core/java/android/hardware/usb/
H A DAccessoryFilter.java65 int count = parser.getAttributeCount();
H A DDeviceFilter.java94 int count = parser.getAttributeCount();
/frameworks/base/libs/androidfw/
H A DAttributeResolution.cpp40 0, parser != nullptr ? parser->getAttributeCount() : 0),
407 const size_t xml_attr_count = xml_parser->getAttributeCount();
/frameworks/base/tools/aapt/
H A DAaptXml.cpp70 size_t attrCount = tree.getAttributeCount();
/frameworks/support/v7/appcompat/src/main/java/androidx/appcompat/content/res/
H A DAppCompatColorStateListInflater.java129 final int numAttrs = attrs.getAttributeCount();
/frameworks/base/core/java/android/app/backup/
H A DFullBackup.java738 if (parser.getAttributeCount() > 3) {
745 if (parser.getAttributeCount() > 2) {
/frameworks/base/cmds/idmap/
H A Dscan.cpp101 const size_t N = parser.getAttributeCount();
/frameworks/base/core/jni/
H A Dandroid_util_XmlBlock.cpp182 return static_cast<jint>(st->getAttributeCount());
/frameworks/base/graphics/java/android/graphics/drawable/
H A DStateListDrawable.java209 final int numAttrs = attrs.getAttributeCount();
/frameworks/base/services/core/java/com/android/server/firewall/
H A DStringFilter.java58 for (int i=0; i<parser.getAttributeCount(); i++) {
/frameworks/base/services/midi/java/com/android/server/midi/
H A DMidiService.java904 int count = parser.getAttributeCount();
923 int count = parser.getAttributeCount();
942 int count = parser.getAttributeCount();
/frameworks/base/core/java/android/content/res/
H A DColorStateList.java336 final int numAttrs = attrs.getAttributeCount();
H A DXmlBlock.java201 public int getAttributeCount() { method in class:XmlBlock.Parser
/frameworks/base/core/java/android/security/net/config/
H A DXmlConfigSource.java234 for (int i = 0; i < parser.getAttributeCount(); i++) {

Completed in 1963 milliseconds

12