Searched refs:assertWidthIsAtLeast (Results 1 – 25 of 69) sorted by relevance
123
46 import androidx.compose.ui.test.assertWidthIsAtLeast224 .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()
63 import androidx.compose.ui.test.assertWidthIsAtLeast210 .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()
36 import androidx.compose.ui.test.assertWidthIsAtLeast82 .assertWidthIsAtLeast(BadgeTokens.LargeSize) in badge_longContent_size()
54 import androidx.compose.ui.test.assertWidthIsAtLeast in <lambda>()354 assertWidthIsAtLeast(48.dp) in <lambda>()
55 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>()
42 import androidx.compose.ui.test.assertWidthIsAtLeast92 .assertWidthIsAtLeast(BadgeWithContentRadius * 2) in badge_longContent_size()
50 import androidx.compose.ui.test.assertWidthIsAtLeast125 rule.onNodeWithTag("FAB").assertHeightIsEqualTo(48.dp).assertWidthIsAtLeast(48.dp) in extendedFab_longText_HasHeightFromSpec()
85 fun SemanticsNodeInteraction.assertWidthIsAtLeast(expectedMinWidth: Dp): SemanticsNodeInteraction { in SemanticsNodeInteraction() method
213 …assertWidthIsAtLeast(androidx.compose.ui.unit/Dp): androidx.compose.ui.test/SemanticsNodeInteracti…
356 …assertWidthIsAtLeast(androidx.compose.ui.unit/Dp): androidx.compose.ui.test/SemanticsNodeInteracti…
363 …assertWidthIsAtLeast(androidx.compose.ui.unit/Dp): androidx.compose.ui.test/SemanticsNodeInteracti…
58 …method public static androidx.compose.ui.test.SemanticsNodeInteraction assertWidthIsAtLeast(androi…
60 …method public static androidx.compose.ui.test.SemanticsNodeInteraction assertWidthIsAtLeast(androi…