Home
last modified time | relevance | path

Searched defs:attrId (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/app/
DAlertDialog.java426 public void setIconAttribute(@AttrRes int attrId) { in setIconAttribute()
612 public Builder setIconAttribute(@AttrRes int attrId) { in setIconAttribute()
/frameworks/base/core/java/com/android/internal/app/
DSimpleIconFactory.java109 private static int getAttrDimFromContext(Context ctx, @AttrRes int attrId, String errorMsg) { in getAttrDimFromContext()
DAlertController.java453 public int getIconAttributeResId(int attrId) { in getIconAttributeResId()
/frameworks/base/core/java/android/widget/
DRemoteViews.java1988 int resourceType, int attrId) { in AttributeReflectionAction()
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
DBridgeContext.java1105 private ResourceReference searchAttr(int attrId) { in searchAttr()
/frameworks/base/tools/aapt/
DResourceTable.cpp4663 const uint32_t attrId = getResId(bag.keyAt(bi), &attr16); in modifyForCompat() local