Searched refs:WrappedDrawable (Results 1 – 1 of 1) sorted by relevance
89 private var backgroundDrawable: WrappedDrawable? = null216 backgroundDrawable = WrappedDrawable(background) in onLaunchAnimationStart()373 private class WrappedDrawable(val wrapped: Drawable?) : Drawable() { class in com.android.systemui.animation.GhostedViewLaunchAnimatorController