Home
last modified time | relevance | path

Searched refs:assertHeightIsAtLeast (Results 1 – 25 of 68) sorted by relevance

123

/compose/ui/ui-test/src/androidInstrumentedTest/kotlin/androidx/compose/ui/test/assertions/
DBoundsAssertionsTest.kt48 import androidx.compose.ui.test.assertHeightIsAtLeast in <lambda>()
132 .assertHeightIsAtLeast(100.dp) in <lambda>()
133 .assertHeightIsAtLeast(99.dp) in <lambda>()
151 expectError<AssertionError> { rule.onNodeWithTag(tag).assertHeightIsAtLeast(101.dp) } in <lambda>()
396 node.assertHeightIsAtLeast(Dp.Unspecified) in <lambda>()
412 node.assertHeightIsAtLeast(10.dp) in <lambda>()
/compose/material3/material3/src/androidInstrumentedTest/kotlin/androidx/compose/material3/
DSwitchTest.kt46 import androidx.compose.ui.test.assertHeightIsAtLeast in <lambda>()
355 assertHeightIsAtLeast(48.dp) in <lambda>()
DTabTest.kt52 import androidx.compose.ui.test.assertHeightIsAtLeast in <lambda>()
965 .assertHeightIsAtLeast(90.dp) in <lambda>()
DChipTest.kt64 import androidx.compose.ui.test.assertHeightIsAtLeast
1102 rule.onNode(hasClickAction()).assertHeightIsAtLeast(SuggestionChipDefaults.Height + 1.dp) in withLargeFontSizeIsLargerThenHeight()
/compose/material/material/src/androidInstrumentedTest/kotlin/androidx/compose/material/
DChipTest.kt56 import androidx.compose.ui.test.assertHeightIsAtLeast in <lambda>()
231 rule.onNode(hasClickAction()).assertHeightIsAtLeast(ChipDefaults.MinHeight + 1.dp) in <lambda>()
DButtonTest.kt55 import androidx.compose.ui.test.assertHeightIsAtLeast in <lambda>()
219 rule.onNode(hasClickAction()).assertHeightIsAtLeast(37.dp) in <lambda>()
/compose/ui/ui-test/src/commonMain/kotlin/androidx/compose/ui/test/
DBoundsAssertions.kt95 fun SemanticsNodeInteraction.assertHeightIsAtLeast( in SemanticsNodeInteraction() method
/compose/ui/ui-test/bcv/native/
D1.7.0.txt190assertHeightIsAtLeast(androidx.compose.ui.unit/Dp): androidx.compose.ui.test/SemanticsNodeInteract…
Dcurrent.txt333assertHeightIsAtLeast(androidx.compose.ui.unit/Dp): androidx.compose.ui.test/SemanticsNodeInteract…
D1.8.0-beta02.txt340assertHeightIsAtLeast(androidx.compose.ui.unit/Dp): androidx.compose.ui.test/SemanticsNodeInteract…
/compose/ui/ui-test/api/
Drestricted_1.0.0-beta10.txt53 …method public static androidx.compose.ui.test.SemanticsNodeInteraction assertHeightIsAtLeast(andro…
Drestricted_1.0.0-beta06.txt53 …method public static androidx.compose.ui.test.SemanticsNodeInteraction assertHeightIsAtLeast(andro…
Drestricted_1.0.0-beta08.txt53 …method public static androidx.compose.ui.test.SemanticsNodeInteraction assertHeightIsAtLeast(andro…
Drestricted_1.0.0-beta04.txt53 …method public static androidx.compose.ui.test.SemanticsNodeInteraction assertHeightIsAtLeast(andro…
Drestricted_1.0.0-beta09.txt53 …method public static androidx.compose.ui.test.SemanticsNodeInteraction assertHeightIsAtLeast(andro…
Drestricted_1.0.0-beta05.txt53 …method public static androidx.compose.ui.test.SemanticsNodeInteraction assertHeightIsAtLeast(andro…
Drestricted_1.0.0-beta02.txt53 …method public static androidx.compose.ui.test.SemanticsNodeInteraction assertHeightIsAtLeast(andro…
Drestricted_1.0.0-beta07.txt53 …method public static androidx.compose.ui.test.SemanticsNodeInteraction assertHeightIsAtLeast(andro…
Drestricted_1.0.0-beta03.txt53 …method public static androidx.compose.ui.test.SemanticsNodeInteraction assertHeightIsAtLeast(andro…
D1.0.0-beta10.txt55 …method public static androidx.compose.ui.test.SemanticsNodeInteraction assertHeightIsAtLeast(andro…
D1.0.0-beta07.txt55 …method public static androidx.compose.ui.test.SemanticsNodeInteraction assertHeightIsAtLeast(andro…
D1.0.0-beta03.txt53 …method public static androidx.compose.ui.test.SemanticsNodeInteraction assertHeightIsAtLeast(andro…
D1.0.0-beta08.txt55 …method public static androidx.compose.ui.test.SemanticsNodeInteraction assertHeightIsAtLeast(andro…
D1.0.0-beta06.txt55 …method public static androidx.compose.ui.test.SemanticsNodeInteraction assertHeightIsAtLeast(andro…
D1.0.0-beta04.txt53 …method public static androidx.compose.ui.test.SemanticsNodeInteraction assertHeightIsAtLeast(andro…

123