Searched defs:dialogWidth (Results 1 – 3 of 3) sorted by relevance
158 val dialogWidth = withTimeout(5_000) { dialogWidthCh.receive() } in alertDialog_doesNotConsumeFullScreenWidth() constant196 val dialogWidth = withTimeout(5_000) { dialogWidthCh.receive() } in basicAlertDialog_customContentDoesNotConsumeFullScreenWidth() constant221 val dialogWidth = withTimeout(5_000) { dialogWidthCh.receive() } in alertDialog_minWidth() constant242 val dialogWidth = withTimeout(5_000) { dialogWidthCh.receive() } in basicAlertDialog_customContentMinWidth() constant263 val dialogWidth = withTimeout(5_000) { dialogWidthCh.receive() } in basicAlertDialog_customContentModifiedMinWidth() constant
35 val dialogWidth = 200.dp in DialogSample() constant
118 val dialogWidth = withTimeout(5_000) { dialogWidthCh.receive() } in alertDialogDoesNotConsumeFullScreenWidth() constant