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()
538 int drawableRes = a.getResourceId( in inflate() local540 if (drawableRes != 0) { in inflate()542 drawableRes, theme).mutate(); in inflate()
452 int drawableRes = a.getResourceId( in inflate() local455 Log.v(LOGTAG, "drawableRes is " + drawableRes); in inflate()457 if (drawableRes != 0) { in inflate()459 drawableRes, theme); in inflate()
293 private Drawable icon(int drawableRes) { in icon() argument294 Drawable icon = getResources().getDrawable(drawableRes, null); in icon()