Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ui/binder/
DScreenshotShelfViewBinder.kt36 import com.android.systemui.screenshot.ui.ScreenshotAnimationController in <lambda>()
53 animationController: ScreenshotAnimationController, in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
DScreenshotShelfViewProxy.kt51 import com.android.systemui.screenshot.ui.ScreenshotAnimationController in <lambda>()
100 private val animationController = ScreenshotAnimationController(view, viewModel) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/ui/
DScreenshotAnimationController.kt42 class ScreenshotAnimationController( in <lambda>() class