Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
DGhostedViewLaunchAnimatorControllerTest.kt34 val controller = GhostedViewLaunchAnimatorController(ghostedView) in animatingOrphanViewDoesNotCrash()
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DGhostedViewLaunchAnimatorController.kt34 open class GhostedViewLaunchAnimatorController( class
DActivityLaunchAnimator.kt252 return GhostedViewLaunchAnimatorController(view, cujType) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/
DMediaControlPanel.java53 import com.android.systemui.animation.GhostedViewLaunchAnimatorController;
487 return new GhostedViewLaunchAnimatorController(player, in buildLaunchAnimatorController()