Home
last modified time | relevance | path

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

/aosp12/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DDialogLaunchAnimator.kt67 private val openedDialogs = hashSetOf<AnimatedDialog>() regex
93 val animatedParent = openedDialogs
110 onDialogDismissed = { openedDialogs.remove(it) },
117 openedDialogs.add(animatedDialog)
132 val view = openedDialogs
152 openedDialogs.forEach { it.exitAnimationDisabled = true }
160 openedDialogs