Searched refs:attrId (Results 1 – 4 of 4) sorted by relevance
343 public void setIconAttribute(int attrId) { in setIconAttribute() argument345 mContext.getTheme().resolveAttribute(attrId, out, true); in setIconAttribute()498 public Builder setIconAttribute(int attrId) { in setIconAttribute() argument500 P.mContext.getTheme().resolveAttribute(attrId, out, true); in setIconAttribute()
395 public int getIconAttributeResId(int attrId) { in getIconAttributeResId() argument397 mContext.getTheme().resolveAttribute(attrId, out, true); in getIconAttributeResId()
4336 int ResourceTable::getPublicAttributeSdkLevel(uint32_t attrId) const { in getPublicAttributeSdkLevel()4337 if (Res_GETPACKAGE(attrId) + 1 != 0x01 || Res_GETTYPE(attrId) + 1 != 0x01) { in getPublicAttributeSdkLevel()4342 if (!mAssets->getIncludedResources().getResourceFlags(attrId, &specFlags)) { in getPublicAttributeSdkLevel()4350 const size_t entryId = Res_GETENTRY(attrId); in getPublicAttributeSdkLevel()4502 const uint32_t attrId = getResId(bag.keyAt(bi), &attr16); in modifyForCompat() local4503 const int sdkLevel = getPublicAttributeSdkLevel(attrId); in modifyForCompat()
578 int getPublicAttributeSdkLevel(uint32_t attrId) const;