Searched refs:attrId (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/app/
H A DAlertDialog.java341 * @param attrId ID of a theme attribute that points to a drawable resource.
343 public void setIconAttribute(int attrId) { argument
345 mContext.getTheme().resolveAttribute(attrId, out, true);
496 * @param attrId ID of a theme attribute that points to a drawable resource.
498 public Builder setIconAttribute(int attrId) { argument
500 P.mContext.getTheme().resolveAttribute(attrId, out, true);
/frameworks/base/core/java/com/android/internal/app/
H A DAlertController.java390 * @param attrId the attributeId of the theme-specific drawable
395 public int getIconAttributeResId(int attrId) { argument
397 mContext.getTheme().resolveAttribute(attrId, out, true);
/frameworks/base/tools/aapt/
H A DResourceTable.h578 int getPublicAttributeSdkLevel(uint32_t attrId) const;
H A DResourceTable.cpp4336 int ResourceTable::getPublicAttributeSdkLevel(uint32_t attrId) const {
4337 if (Res_GETPACKAGE(attrId) + 1 != 0x01 || Res_GETTYPE(attrId) + 1 != 0x01) {
4342 if (!mAssets->getIncludedResources().getResourceFlags(attrId, &specFlags)) {
4350 const size_t entryId = Res_GETENTRY(attrId);
4502 const uint32_t attrId = getResId(bag.keyAt(bi), &attr16); local
4503 const int sdkLevel = getPublicAttributeSdkLevel(attrId);

Completed in 436 milliseconds