Searched refs:decorViewLayoutListener (Results 1 – 3 of 3) sorted by relevance
136 val decorViewLayoutListener = regex159 decorView.addOnLayoutChangeListener(decorViewLayoutListener)161 return dialogContentWithBackground to decorViewLayoutListener
572 private var decorViewLayoutListener: View.OnLayoutChangeListener? = null624 val (dialogContentWithBackground, decorViewLayoutListener) =626 this.decorViewLayoutListener = decorViewLayoutListener850 if (decorViewLayoutListener != null) {851 decorView.removeOnLayoutChangeListener(decorViewLayoutListener)
72 private val decorViewLayoutListener = maybeForceFullscreen()?.component2() regex97 if (decorViewLayoutListener != null) {98 window!!.decorView.removeOnLayoutChangeListener(decorViewLayoutListener)