Searched refs:WrappedDrawable (Results 1 – 1 of 1) sorted by relevance
97 private var backgroundDrawable: WrappedDrawable? = null239 backgroundDrawable = WrappedDrawable(background) in onTransitionAnimationStart()408 private class WrappedDrawable(val wrapped: Drawable?) : Drawable() { class