Searched refs:dialogContentWithBackground (Results 1 – 3 of 3) sorted by relevance
100 val dialogContentWithBackground = LaunchableFrameLayout(context) in maybeForceFullscreen() constant101 dialogContentWithBackground.background = decorView.background in maybeForceFullscreen()111 dialogContentWithBackground.isClickable = true in maybeForceFullscreen()116 dialogContentWithBackground.importantForAccessibility = View.IMPORTANT_FOR_ACCESSIBILITY_NO in maybeForceFullscreen()119 dialogContentWithBackground, in maybeForceFullscreen()131 dialogContentWithBackground.addView(view) in maybeForceFullscreen()152 val layoutParams = dialogContentWithBackground.layoutParams in maybeForceFullscreen()155 dialogContentWithBackground.layoutParams = layoutParams in maybeForceFullscreen()161 return dialogContentWithBackground to decorViewLayoutListener in maybeForceFullscreen()
264 animatedParent?.dialogContentWithBackground?.let { in <lambda>()311 openedDialogs.firstOrNull { it.dialog == animateFrom }?.dialogContentWithBackground in <lambda>()394 val dialogContentWithBackground = animatedDialog.dialogContentWithBackground ?: return null in <lambda>() constant396 ActivityTransitionAnimator.Controller.fromView(dialogContentWithBackground, cujType) in <lambda>()549 var dialogContentWithBackground: ViewGroup? = null variable606 val dialogContentWithBackground = in start() constant633 val (dialogContentWithBackground, decorViewLayoutListener) = in start() constant636 dialogContentWithBackground in start()639 this.dialogContentWithBackground = dialogContentWithBackground in start()640 dialogContentWithBackground.setTag(R.id.tag_dialog_background, true) in start()[all …]
91 val dialogContentWithBackground = transparentBackground.getChildAt(0) as ViewGroup in testShowDialogFromView() constant92 assertEquals(TestDialog.DIALOG_WIDTH, dialogContentWithBackground.layoutParams.width) in testShowDialogFromView()93 assertEquals(TestDialog.DIALOG_HEIGHT, dialogContentWithBackground.layoutParams.height) in testShowDialogFromView()94 assertEquals(dialog.windowBackground, dialogContentWithBackground.background) in testShowDialogFromView()98 dialogContentWithBackground.findViewByPredicate { it === dialog.contentView } in testShowDialogFromView()