Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/user/ui/dialog/
DDialogShowerImpl.kt27 private val animateFrom: Dialog, constant in com.android.systemui.user.ui.dialog.DialogShowerImpl
29 ) : DialogInterface by animateFrom, DialogShower {
31 dialogLaunchAnimator.showFromDialog(dialog, animateFrom = animateFrom, cuj) in showDialog()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
DDialogLaunchAnimatorTest.kt273 val dialog = createDialogAndShowFromDialog(animateFrom = TestDialog(context)) in showFromDialogDoesNotCrashWhenShownFromRandomDialog()
310 private fun createDialogAndShowFromDialog(animateFrom: Dialog): TestDialog { in createDialogAndShowFromDialog()
313 dialogLaunchAnimator.showFromDialog(dialog, animateFrom) in createDialogAndShowFromDialog()
/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
DDialogLaunchAnimator.kt297 animateFrom: Dialog, in <lambda>()
302 openedDialogs.firstOrNull { it.dialog == animateFrom }?.dialogContentWithBackground in <lambda>()