Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
DGhostedViewTransitionAnimatorControllerTest.kt48 val controller = GhostedViewTransitionAnimatorController(LaunchableFrameLayout(mContext)) in animatingOrphanViewDoesNotCrash()
58 GhostedViewTransitionAnimatorController(FrameLayout(mContext)) in creatingControllerFromNormalViewThrows()
69 GhostedViewTransitionAnimatorController( in cujsAreLoggedCorrectly()
84 object : GhostedViewTransitionAnimatorController( in cujsAreLoggedCorrectly()
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DViewDialogTransitionAnimatorController.kt72 val delegate = GhostedViewTransitionAnimatorController(source) in createTransitionController()
98 return GhostedViewTransitionAnimatorController(source) in createExitController()
DDialogTransitionAnimator.kt644 GhostedViewTransitionAnimatorController.findGradientDrawable(background) in start()
905 GhostedViewTransitionAnimatorController(dialogContentWithBackground!!)
909 GhostedViewTransitionAnimatorController(dialogContentWithBackground!!)
986 if (endController is GhostedViewTransitionAnimatorController) { in onTransitionAnimationProgress()
DGhostedViewTransitionAnimatorController.kt57 open class GhostedViewTransitionAnimatorController class
DActivityTransitionAnimator.kt533 return GhostedViewTransitionAnimatorController( in fromView()
/frameworks/base/packages/SystemUI/src/com/android/systemui/media/controls/ui/controller/
DMediaControlPanel.java89 import com.android.systemui.animation.GhostedViewTransitionAnimatorController;
1412 return new GhostedViewTransitionAnimatorController(player, in buildLaunchAnimatorController()