Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/com/android/internal/util/
H A DXmlPullParserWrapper.java149 public String getAttributeType(int index) { in getAttributeType() method in XmlPullParserWrapper
150 return mWrapped.getAttributeType(index); in getAttributeType()
H A DBinaryXmlPullParser.java611 public String getAttributeType(int index) { in getAttributeType() method in BinaryXmlPullParser
/aosp12/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
H A DRemoteXmlPullParserAdapter.java185 public String getAttributeType(int index) throws RemoteException { in getAttributeType() method in RemoteXmlPullParserAdapter
186 return mDelegate.getAttributeType(index); in getAttributeType()
/aosp12/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/
H A DRemoteXmlPullParserAdapter.java284 public String getAttributeType(int index) { in getAttributeType() method in RemoteXmlPullParserAdapter
286 return mDelegate.getAttributeType(index); in getAttributeType()
/aosp12/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
H A DRemoteXmlPullParser.java89 String getAttributeType(int index) throws RemoteException; in getAttributeType() method
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
H A DLayoutParserWrapper.java354 public String getAttributeType(int i) { in getAttributeType() method in LayoutParserWrapper
/aosp12/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgeXmlBlockParser.java274 public String getAttributeType(int index) { in getAttributeType() method in BridgeXmlBlockParser
/aosp12/frameworks/base/core/java/android/content/res/
H A DXmlBlock.java244 public String getAttributeType(int index) { in getAttributeType() method in XmlBlock.Parser
/aosp12/frameworks/base/tools/aapt/
H A DResourceTable.h279 virtual bool getAttributeType(uint32_t attrID, uint32_t* outType);
H A DResourceTable.cpp2424 bool ResourceTable::getAttributeType(uint32_t attrID, uint32_t* outType) in getAttributeType() function in ResourceTable
/aosp12/frameworks/base/libs/androidfw/include/androidfw/
H A DResourceTypes.h2052 virtual bool getAttributeType(uint32_t attrID, uint32_t* outType) = 0;
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DZenModeHelperTest.java2003 public String getAttributeType(int index) { in getAttributeType() method in ZenModeHelperTest.XmlResourceParserImpl
2004 return parser.getAttributeType(index); in getAttributeType()
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/ ...
H A Dandroid-22.txt58642 method public abstract java.lang.String getAttributeType(int);
/aosp12/frameworks/base/libs/androidfw/
H A DResourceTypes.cpp5562 } else if (accessor && accessor->getAttributeType(attrID, &attrType)) { in stringToValue()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...