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()
256 val drawableRes = R.drawable.ic_cake regex262 MediaTttIcon.Resource(drawableRes),269 assertThat(tinted.icon).isEqualTo(Icon.Resource(drawableRes, contentDescription))
233 String title, int drawableRes, PendingIntent pendingIntent) { in createActionBuilder() argument235 Icon.createWithResource(mContext, drawableRes), title, pendingIntent); in createActionBuilder()