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