Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/animation/
DDialogTransitionAnimatorTest.kt93 assertEquals(TestDialog.DIALOG_HEIGHT, dialogContentWithBackground.layoutParams.height) in testShowDialogFromView()
364 const val DIALOG_HEIGHT = 200 constant
380 window.setLayout(DIALOG_WIDTH, DIALOG_HEIGHT) in onCreate()