Home
last modified time | relevance | path

Searched defs:getAttributeType (Results 1 – 8 of 8) sorted by relevance

/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/
DRemoteXmlPullParser.java89 String getAttributeType(int index) throws RemoteException; in getAttributeType() method
/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/
DRemoteXmlPullParserAdapter.java284 public String getAttributeType(int index) { in getAttributeType() method in RemoteXmlPullParserAdapter
/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/
DRemoteXmlPullParserAdapter.java185 public String getAttributeType(int index) throws RemoteException { in getAttributeType() method in RemoteXmlPullParserAdapter
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
DLayoutParserWrapper.java354 public String getAttributeType(int i) { in getAttributeType() method in LayoutParserWrapper
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeXmlBlockParser.java274 public String getAttributeType(int index) { in getAttributeType() method in BridgeXmlBlockParser
/frameworks/base/core/java/android/content/res/
DXmlBlock.java233 public String getAttributeType(int index) { in getAttributeType() method in XmlBlock.Parser
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DZenModeHelperTest.java1548 public String getAttributeType(int index) { in getAttributeType() method in ZenModeHelperTest.XmlResourceParserImpl
/frameworks/base/tools/aapt/
DResourceTable.cpp2424 bool ResourceTable::getAttributeType(uint32_t attrID, uint32_t* outType) in getAttributeType() function in ResourceTable