Home
last modified time | relevance | path

Searched refs:assertWidthIsAtLeast (Results 1 – 25 of 69) sorted by relevance

123

/compose/material3/material3/src/androidInstrumentedTest/kotlin/androidx/compose/material3/
DSegmentedButtonTest.kt46 import androidx.compose.ui.test.assertWidthIsAtLeast
224 .assertWidthIsAtLeast((itemSize + 12.dp * 2) * 2) in segmentedButton_Sizing()
256 .assertWidthIsAtLeast((itemSize + 12.dp * 2) * 2) in segmentedButton_contentPadding_correctSizing()
291 .assertWidthIsAtLeast((itemSize + 12.dp * 2) * 2) in segmentedButton_fontScale_correctSizing()
DFloatingActionButtonTest.kt63 import androidx.compose.ui.test.assertWidthIsAtLeast
210 .assertWidthIsAtLeast(FabBaselineTokens.ContainerHeight) in extendedFabLongTextHasHeightFromSpec()
454 .assertWidthIsAtLeast(80.dp) in expandedExtendedFabTextAndIconHaveSizeFromSpecAndVisible()
501 .assertWidthIsAtLeast(80.dp) in extendedFabAnimates()
539 rule.onNodeWithTag("FAB").assertHeightIsEqualTo(96.dp).assertWidthIsAtLeast(112.dp) in expandedLargeExtendedFabTextAndIconHaveSizeFromSpecAndVisible()
601 rule.onNodeWithTag("FAB").assertHeightIsEqualTo(96.dp).assertWidthIsAtLeast(112.dp) in largeExtendedFabAnimates()
DBadgeTest.kt36 import androidx.compose.ui.test.assertWidthIsAtLeast
82 .assertWidthIsAtLeast(BadgeTokens.LargeSize) in badge_longContent_size()
DSwitchTest.kt54 import androidx.compose.ui.test.assertWidthIsAtLeast in <lambda>()
354 assertWidthIsAtLeast(48.dp) in <lambda>()
/compose/ui/ui-test/src/androidInstrumentedTest/kotlin/androidx/compose/ui/test/assertions/
DBoundsAssertionsTest.kt55 import androidx.compose.ui.test.assertWidthIsAtLeast in <lambda>()
130 .assertWidthIsAtLeast(80.dp) in <lambda>()
131 .assertWidthIsAtLeast(79.dp) in <lambda>()
149 expectError<AssertionError> { rule.onNodeWithTag(tag).assertWidthIsAtLeast(81.dp) } in <lambda>()
395 node.assertWidthIsAtLeast(Dp.Unspecified) in <lambda>()
409 node.assertWidthIsAtLeast(10.dp) in <lambda>()
/compose/material/material/src/androidInstrumentedTest/kotlin/androidx/compose/material/
DBadgeTest.kt42 import androidx.compose.ui.test.assertWidthIsAtLeast
92 .assertWidthIsAtLeast(BadgeWithContentRadius * 2) in badge_longContent_size()
DFloatingActionButtonTest.kt50 import androidx.compose.ui.test.assertWidthIsAtLeast
125 rule.onNodeWithTag("FAB").assertHeightIsEqualTo(48.dp).assertWidthIsAtLeast(48.dp) in extendedFab_longText_HasHeightFromSpec()
/compose/ui/ui-test/src/commonMain/kotlin/androidx/compose/ui/test/
DBoundsAssertions.kt85 fun SemanticsNodeInteraction.assertWidthIsAtLeast(expectedMinWidth: Dp): SemanticsNodeInteraction { in SemanticsNodeInteraction() method
/compose/ui/ui-test/bcv/native/
D1.7.0.txt213assertWidthIsAtLeast(androidx.compose.ui.unit/Dp): androidx.compose.ui.test/SemanticsNodeInteracti…
Dcurrent.txt356assertWidthIsAtLeast(androidx.compose.ui.unit/Dp): androidx.compose.ui.test/SemanticsNodeInteracti…
D1.8.0-beta02.txt363assertWidthIsAtLeast(androidx.compose.ui.unit/Dp): androidx.compose.ui.test/SemanticsNodeInteracti…
/compose/ui/ui-test/api/
Drestricted_1.0.0-beta10.txt58 …method public static androidx.compose.ui.test.SemanticsNodeInteraction assertWidthIsAtLeast(androi…
Drestricted_1.0.0-beta06.txt58 …method public static androidx.compose.ui.test.SemanticsNodeInteraction assertWidthIsAtLeast(androi…
Drestricted_1.0.0-beta08.txt58 …method public static androidx.compose.ui.test.SemanticsNodeInteraction assertWidthIsAtLeast(androi…
Drestricted_1.0.0-beta04.txt58 …method public static androidx.compose.ui.test.SemanticsNodeInteraction assertWidthIsAtLeast(androi…
Drestricted_1.0.0-beta09.txt58 …method public static androidx.compose.ui.test.SemanticsNodeInteraction assertWidthIsAtLeast(androi…
Drestricted_1.0.0-beta05.txt58 …method public static androidx.compose.ui.test.SemanticsNodeInteraction assertWidthIsAtLeast(androi…
Drestricted_1.0.0-beta02.txt58 …method public static androidx.compose.ui.test.SemanticsNodeInteraction assertWidthIsAtLeast(androi…
Drestricted_1.0.0-beta07.txt58 …method public static androidx.compose.ui.test.SemanticsNodeInteraction assertWidthIsAtLeast(androi…
Drestricted_1.0.0-beta03.txt58 …method public static androidx.compose.ui.test.SemanticsNodeInteraction assertWidthIsAtLeast(androi…
D1.0.0-beta10.txt60 …method public static androidx.compose.ui.test.SemanticsNodeInteraction assertWidthIsAtLeast(androi…
D1.0.0-beta07.txt60 …method public static androidx.compose.ui.test.SemanticsNodeInteraction assertWidthIsAtLeast(androi…
D1.0.0-beta03.txt58 …method public static androidx.compose.ui.test.SemanticsNodeInteraction assertWidthIsAtLeast(androi…
D1.0.0-beta08.txt60 …method public static androidx.compose.ui.test.SemanticsNodeInteraction assertWidthIsAtLeast(androi…
D1.0.0-beta06.txt60 …method public static androidx.compose.ui.test.SemanticsNodeInteraction assertWidthIsAtLeast(androi…

123