Searched refs:dialogContentWithBackground (Results 1 – 3 of 3) sorted by relevance
255 animatedParent?.dialogContentWithBackground?.let {385 val dialogContentWithBackground = animatedDialog.dialogContentWithBackground ?: return null regex540 var dialogContentWithBackground: ViewGroup? = null597 val dialogContentWithBackground = regex627 dialogContentWithBackground630 this.dialogContentWithBackground = dialogContentWithBackground633 val background = dialogContentWithBackground.background645 dialogContentWithBackground.setShouldBlockVisibilityChanges(true)683 dialogContentWithBackground.addOnLayoutChangeListener(869 val dialogContentWithBackground = this.dialogContentWithBackground!! regex[all …]
100 val dialogContentWithBackground = LaunchableFrameLayout(context) regex101 dialogContentWithBackground.background = decorView.background111 dialogContentWithBackground.isClickable = true116 dialogContentWithBackground.importantForAccessibility = View.IMPORTANT_FOR_ACCESSIBILITY_NO119 dialogContentWithBackground,131 dialogContentWithBackground.addView(view)152 val layoutParams = dialogContentWithBackground.layoutParams155 dialogContentWithBackground.layoutParams = layoutParams161 return dialogContentWithBackground to decorViewLayoutListener
90 val dialogContentWithBackground = transparentBackground.getChildAt(0) as ViewGroup regex91 assertEquals(TestDialog.DIALOG_WIDTH, dialogContentWithBackground.layoutParams.width)92 assertEquals(TestDialog.DIALOG_HEIGHT, dialogContentWithBackground.layoutParams.height)93 assertEquals(dialog.windowBackground, dialogContentWithBackground.background)97 dialogContentWithBackground.findViewByPredicate { it === dialog.contentView }