Searched refs:TestDialog (Results 1 – 1 of 1) sorted by relevance
85 assertEquals(TestDialog.DIALOG_WIDTH, dialogContentWithBackground.layoutParams.width)86 assertEquals(TestDialog.DIALOG_HEIGHT, dialogContentWithBackground.layoutParams.height)121 private fun createAndShowDialog(): TestDialog {132 val dialog = TestDialog(context)138 private fun createDialogAndShowFromDialog(animateFrom: Dialog): TestDialog {140 val dialog = TestDialog(context)155 private class TestDialog(context: Context) : Dialog(context) { regex