Searched refs:dialogContentWithBackground (Results 1 – 2 of 2) sorted by relevance
134 ?.dialogContentWithBackground209 var dialogContentWithBackground: ViewGroup? = null300 dialogContentWithBackground.isClickable = true310 dialogContentWithBackground,322 dialogContentWithBackground.addView(view)342 dialogContentWithBackground344 this.dialogContentWithBackground = dialogContentWithBackground346 val background = dialogContentWithBackground.background517 dialogContentWithBackground!!591 val dialogContentWithBackground = this.dialogContentWithBackground!! regex[all …]
84 val dialogContentWithBackground = transparentBackground.getChildAt(0) as ViewGroup regex85 assertEquals(TestDialog.DIALOG_WIDTH, dialogContentWithBackground.layoutParams.width)86 assertEquals(TestDialog.DIALOG_HEIGHT, dialogContentWithBackground.layoutParams.height)87 assertEquals(dialog.windowBackground, dialogContentWithBackground.background)91 dialogContentWithBackground.findViewByPredicate { it === dialog.contentView })