Searched refs:WrappedDrawable (Results 1 – 1 of 1) sorted by relevance
88 private var backgroundDrawable: WrappedDrawable? = null216 backgroundDrawable = WrappedDrawable(background)373 private class WrappedDrawable(val wrapped: Drawable?) : Drawable() { regex