Home | History | Annotate | Download | only in app

Lines Matching refs:attrId

321      * @param attrId ID of a theme attribute that points to a drawable resource.
323 public void setIconAttribute(int attrId) {
325 mContext.getTheme().resolveAttribute(attrId, out, true);
470 * @param attrId ID of a theme attribute that points to a drawable resource.
472 public Builder setIconAttribute(int attrId) {
474 P.mContext.getTheme().resolveAttribute(attrId, out, true);