Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DViewDialogTransitionAnimatorController.kt101 override fun shouldAnimateExit(): Boolean { in shouldAnimateExit() method
DDialogTransitionAnimator.kt143 fun shouldAnimateExit(): Boolean in <lambda>() method
1008 return controller.shouldAnimateExit() in shouldAnimateDialogIntoSource()
/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/
DExpandableController.kt346 override fun shouldAnimateExit(): Boolean = in dialogController() method
/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/
DPrivacyDialogControllerV2.kt317 override fun shouldAnimateExit() = source.isVisible in getPrivacyDialogController() method