/frameworks/layoutlib/remote/client/src/com/android/layoutlib/bridge/remote/client/adapters/ |
D | RemoteXmlPullParserAdapter.java | 185 public String getAttributeType(int index) throws RemoteException { in getAttributeType() method in RemoteXmlPullParserAdapter 186 return mDelegate.getAttributeType(index); in getAttributeType()
|
/frameworks/layoutlib/remote/server/src/com/android/layoutlib/bridge/remote/server/adapters/ |
D | RemoteXmlPullParserAdapter.java | 284 public String getAttributeType(int index) { in getAttributeType() method in RemoteXmlPullParserAdapter 286 return mDelegate.getAttributeType(index); in getAttributeType()
|
/frameworks/layoutlib/remote/common/src/com/android/layout/remote/api/ |
D | RemoteXmlPullParser.java | 89 String getAttributeType(int index) throws RemoteException; in getAttributeType() method
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
D | LayoutParserWrapper.java | 354 public String getAttributeType(int i) { in getAttributeType() method in LayoutParserWrapper
|
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/ |
D | BridgeXmlBlockParser.java | 274 public String getAttributeType(int index) { in getAttributeType() method in BridgeXmlBlockParser
|
/frameworks/base/core/java/android/content/res/ |
D | XmlBlock.java | 233 public String getAttributeType(int index) { in getAttributeType() method in XmlBlock.Parser
|
/frameworks/base/tools/aapt/ |
D | ResourceTable.h | 279 virtual bool getAttributeType(uint32_t attrID, uint32_t* outType);
|
D | ResourceTable.cpp | 2424 bool ResourceTable::getAttributeType(uint32_t attrID, uint32_t* outType) in getAttributeType() function in ResourceTable
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | ZenModeHelperTest.java | 1548 public String getAttributeType(int index) { in getAttributeType() method in ZenModeHelperTest.XmlResourceParserImpl 1549 return parser.getAttributeType(index); in getAttributeType()
|
/frameworks/base/libs/androidfw/include/androidfw/ |
D | ResourceTypes.h | 1982 virtual bool getAttributeType(uint32_t attrID, uint32_t* outType) = 0;
|
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 5445 } else if (accessor && accessor->getAttributeType(attrID, &attrType)) { in stringToValue()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 58642 method public abstract java.lang.String getAttributeType(int);
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 79452 method public String getAttributeType(int);
|
/frameworks/base/api/ |
D | current.txt | 79596 method public String getAttributeType(int);
|