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()
546 int drawableRes = a.getResourceId( in inflate() local548 if (drawableRes != 0) { in inflate()550 drawableRes, theme).mutate(); in inflate()
191 String title, int drawableRes, PendingIntent pendingIntent) { in createActionBuilder() argument193 Icon.createWithResource(mContext, drawableRes), title, pendingIntent); in createActionBuilder()
318 private Drawable icon(int drawableRes) { in icon() argument319 Drawable icon = getResources().getDrawable(drawableRes, null); in icon()