Home
last modified time | relevance | path

Searched defs:expectedHeight (Results 1 – 15 of 15) sorted by relevance

/compose/material/material/src/androidInstrumentedTest/kotlin/androidx/compose/material/
DProgressIndicatorTest.kt213 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
DListItemTest.kt119 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/
DProgressIndicatorTest.kt261 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
DWavyProgressIndicatorTest.kt177 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
DIconButtonTest.kt92 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
DListItemTest.kt133 val expectedHeight = ListTokens.ListItemThreeLineContainerHeight in <lambda>() constant
DBottomSheetScaffoldTest.kt361 val expectedHeight = sheetHeight + dragHandleSize in <lambda>() constant
DSliderTest.kt1130 val expectedHeight = with(rule.density) { SliderTokens.HandleHeight.roundToPx() } in <lambda>() constant
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/layout/
DNodesRemeasuredOnceTest.kt164 var expectedHeight = 10 in <lambda>() variable
DResizingComposeViewTest.kt347 val expectedHeight = Snapshot.withoutReadObservation { intrinsicsHeight() } in <lambda>() constant
DLookaheadScopeTest.kt1190 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/
DAnimationModifierTest.kt370 val expectedHeight = density * (startHeight * (1 - fraction) + endHeight * fraction) in <lambda>() constant
/compose/foundation/foundation-layout/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/layout/
DBoxTest.kt534 val expectedHeight = testDimension / 2 in <lambda>() constant
DContextualFlowRowColumnTest.kt3162 val expectedHeight = 100 in <lambda>() constant
3336 val expectedHeight = 30 in <lambda>() constant
DFlowRowColumnTest.kt3221 val expectedHeight = 100 in <lambda>() constant
3399 val expectedHeight = 30 in <lambda>() constant