/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/opt/setupwizard/tools/docs/ |
D | jsilver.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/clearsilver/
org/ ... |
/frameworks/base/libs/androidfw/ |
D | ResourceTypes.cpp | 5445 } else if (accessor && accessor->getAttributeType(attrID, &attrType)) { in stringToValue()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |