Searched refs:assertIsAtLeast (Results 1 – 1 of 1) sorted by relevance
86 return withUnclippedBoundsInRoot { it.width.assertIsAtLeast(expectedMinWidth, "width") } in SemanticsNodeInteraction()98 return withUnclippedBoundsInRoot { it.height.assertIsAtLeast(expectedMinHeight, "height") } in SemanticsNodeInteraction()339 private fun Dp.assertIsAtLeast(expected: Dp, subject: String, tolerance: Dp = Dp(.5f)) { in assertIsAtLeast() method