Searched refs:drawableRes (Results 1 – 4 of 4) sorted by relevance
122 int drawableRes = a.getResourceId( in inflateChildElements() local133 if (drawableRes != 0) { in inflateChildElements()134 dr = r.getDrawable(drawableRes, theme); in inflateChildElements()
537 int drawableRes = a.getResourceId( in inflate() local539 if (drawableRes != 0) { in inflate()541 drawableRes, theme).mutate(); in inflate()
238 String title, int drawableRes, PendingIntent pendingIntent) { in createActionBuilder() argument240 Icon.createWithResource(mContext, drawableRes), title, pendingIntent); in createActionBuilder()
268 private Drawable icon(int drawableRes) { in icon() argument269 Drawable icon = getResources().getDrawable(drawableRes, null); in icon()