| /compose/material/material/src/androidInstrumentedTest/kotlin/androidx/compose/material/ |
| D | ProgressIndicatorTest.kt | 213 val expectedHeight = 10.dp in determinateLinearProgressIndicator_sizeModifier() constant 236 val expectedHeight = 10.dp in indeterminateLinearProgressIndicator_sizeModifier() constant 270 val expectedHeight = with(rule.density) { ExpectedLinearHeight.roundToPx() + paddingPx * 2 } in indeterminateLinearProgressIndicator_semanticsNodeBounds() constant 291 val expectedHeight = with(rule.density) { ExpectedLinearHeight.roundToPx() } in indeterminateLinearProgressIndicator_visualBounds() constant 313 val expectedHeight = with(rule.density) { ExpectedLinearHeight.roundToPx() + paddingPx * 2 } in determinateLinearProgressIndicator_semanticsNodeBounds() constant 334 val expectedHeight = with(rule.density) { ExpectedLinearHeight.roundToPx() } in determinateLinearProgressIndicator_visualBounds() constant 356 val expectedHeight = with(rule.density) { ExpectedLinearHeight.roundToPx() } in determinateLinearProgressIndicator_scrollingBounds() constant
|
| D | ListItemTest.kt | 119 val expectedHeight = 88.dp in <lambda>() constant 134 val expectedHeight = 88.dp in <lambda>() constant 149 val expectedHeight = 88.dp in <lambda>() constant 165 val expectedHeight = 88.dp in <lambda>() constant
|
| /compose/material3/material3/src/androidInstrumentedTest/kotlin/androidx/compose/material3/ |
| D | ProgressIndicatorTest.kt | 261 val expectedHeight = 10.dp in determinateLinearProgressIndicator_sizeModifier() constant 284 val expectedHeight = 10.dp in indeterminateLinearProgressIndicator_sizeModifier() constant 311 val expectedHeight = in indeterminateLinearProgressIndicator_semanticsNodeBounds() constant 333 val expectedHeight = with(rule.density) { LinearIndicatorHeight.roundToPx() } in indeterminateLinearProgressIndicator_visualBounds() constant 355 val expectedHeight = in determinateLinearProgressIndicator_semanticsNodeBounds() constant 379 val expectedHeight = with(rule.density) { LinearIndicatorHeight.roundToPx() } in determinateLinearProgressIndicator_visualBounds() constant 403 val expectedHeight = with(rule.density) { LinearIndicatorHeight.roundToPx() } in determinateLinearProgressIndicator_scrollingBounds() constant
|
| D | WavyProgressIndicatorTest.kt | 177 val expectedHeight = 10.dp in determinateLinearWavyProgressIndicator_sizeModifier() constant 214 val expectedHeight = 10.dp in indeterminateLinearWavyProgressIndicator_sizeModifier() constant 250 val expectedHeight = in indeterminateLinearWavyProgressIndicator_semanticsNodeBounds() constant 275 val expectedHeight = in indeterminateLinearWavyProgressIndicator_visualBounds() constant 299 val expectedHeight = in determinateLinearWavyProgressIndicator_semanticsNodeBounds() constant 326 val expectedHeight = in determinateLinearWavyProgressIndicator_visualBounds() constant 353 val expectedHeight = in determinateLinearWavyProgressIndicator_scrollingBounds() constant
|
| D | IconButtonTest.kt | 92 val expectedHeight = in iconButton_xsmall_visualBounds() constant 134 val expectedHeight = in iconButton_small_visualBounds() constant 583 val expectedHeight = in filledIconButton_xsmall_visualBounds() constant 629 val expectedHeight = in filledIconButton_small_visualBounds() constant
|
| D | ListItemTest.kt | 133 val expectedHeight = ListTokens.ListItemThreeLineContainerHeight in <lambda>() constant
|
| D | BottomSheetScaffoldTest.kt | 361 val expectedHeight = sheetHeight + dragHandleSize in <lambda>() constant
|
| D | SliderTest.kt | 1130 val expectedHeight = with(rule.density) { SliderTokens.HandleHeight.roundToPx() } in <lambda>() constant
|
| /compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/layout/ |
| D | NodesRemeasuredOnceTest.kt | 164 var expectedHeight = 10 in <lambda>() variable
|
| D | ResizingComposeViewTest.kt | 347 val expectedHeight = Snapshot.withoutReadObservation { intrinsicsHeight() } in <lambda>() constant
|
| D | LookaheadScopeTest.kt | 1190 val expectedHeight = max((300 * fraction).toInt(), 20) in <lambda>() constant 1231 val expectedHeight = max((300 * fraction).toInt(), 20) in <lambda>() constant
|
| /compose/animation/animation/src/androidInstrumentedTest/kotlin/androidx/compose/animation/ |
| D | AnimationModifierTest.kt | 370 val expectedHeight = density * (startHeight * (1 - fraction) + endHeight * fraction) in <lambda>() constant
|
| /compose/foundation/foundation-layout/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/layout/ |
| D | BoxTest.kt | 534 val expectedHeight = testDimension / 2 in <lambda>() constant
|
| D | ContextualFlowRowColumnTest.kt | 3162 val expectedHeight = 100 in <lambda>() constant 3336 val expectedHeight = 30 in <lambda>() constant
|
| D | FlowRowColumnTest.kt | 3221 val expectedHeight = 100 in <lambda>() constant 3399 val expectedHeight = 30 in <lambda>() constant
|