Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DGhostedViewLaunchAnimatorController.kt79 private var backgroundDrawable: WrappedDrawable? = null
163 backgroundDrawable = WrappedDrawable(drawable)
303 private class WrappedDrawable(val wrapped: Drawable?) : Drawable() { regex