Searched refs:transparentBackground (Results 1 – 2 of 2) sorted by relevance
84 val transparentBackground = decorView.getChildAt(0) as ViewGroup in testShowDialogFromView() constant85 assertEquals(MATCH_PARENT, transparentBackground.layoutParams.width) in testShowDialogFromView()86 assertEquals(MATCH_PARENT, transparentBackground.layoutParams.height) in testShowDialogFromView()90 assertEquals(1, transparentBackground.childCount) in testShowDialogFromView()91 val dialogContentWithBackground = transparentBackground.getChildAt(0) as ViewGroup in testShowDialogFromView()103 transparentBackground.performClick() in testShowDialogFromView()
67 private boolean transparentBackground = false; field in SessionParamsBuilder188 this.transparentBackground = true; in setTransparentBackground()228 if (transparentBackground) { in build()