Home
last modified time | relevance | path

Searched refs:transparentBackground (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
DDialogTransitionAnimatorTest.kt84 val transparentBackground = decorView.getChildAt(0) as ViewGroup in testShowDialogFromView() constant
85 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()
/frameworks/layoutlib/bridge/bridge_client/src/com/android/layoutlib/bridge/intensive/util/
DSessionParamsBuilder.java67 private boolean transparentBackground = false; field in SessionParamsBuilder
188 this.transparentBackground = true; in setTransparentBackground()
228 if (transparentBackground) { in build()