Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/util/
H A DDialog.kt136 val decorViewLayoutListener = regex
159 decorView.addOnLayoutChangeListener(decorViewLayoutListener)
161 return dialogContentWithBackground to decorViewLayoutListener
/aosp14/frameworks/base/packages/SystemUI/animation/src/com/android/systemui/animation/
H A DDialogLaunchAnimator.kt572 private var decorViewLayoutListener: View.OnLayoutChangeListener? = null
624 val (dialogContentWithBackground, decorViewLayoutListener) =
626 this.decorViewLayoutListener = decorViewLayoutListener
850 if (decorViewLayoutListener != null) {
851 decorView.removeOnLayoutChangeListener(decorViewLayoutListener)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/privacy/
H A DPrivacyDialogV2.kt72 private val decorViewLayoutListener = maybeForceFullscreen()?.component2() regex
97 if (decorViewLayoutListener != null) {
98 window!!.decorView.removeOnLayoutChangeListener(decorViewLayoutListener)