Home | History | Annotate | Download | only in util

Lines Matching refs:retDrawable

875         final Drawable retDrawable = (constantStateDrawable != null)
878 retDrawable.setColorFilter(color, PorterDuff.Mode.SRC_ATOP);
879 return retDrawable;