Home
last modified time | relevance | path

Searched refs:WrappedDrawable (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DGhostedViewLaunchAnimatorController.kt61 private var backgroundDrawable: WrappedDrawable? = null
133 backgroundDrawable = WrappedDrawable(drawable) in onLaunchAnimationStart()
232 private class WrappedDrawable(val wrapped: Drawable?) : Drawable() { class