Home
last modified time | relevance | path

Searched defs:ComposeContentTestRule (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/frameworks/base/packages/SettingsLib/Spa/testutils/src/com/android/settingslib/spa/testutils/
H A DComposeContentTestRuleExt.kt44 fun ComposeContentTestRule.waitUntilExists(matcher: SemanticsMatcher) = waitUntil { in <lambda>() method
49 fun ComposeContentTestRule.delay(timeoutMillis: Long = 1_000) = try { in delay() method
56 fun ComposeContentTestRule.onDialogText(text: String): SemanticsNodeInteraction = in ComposeContentTestRule() method
70 fun ComposeContentTestRule.setContentForSizeAssertions( in ComposeContentTestRule() method
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/scene/tests/utils/src/com/android/compose/animation/scene/
H A DTestTransition.kt115 fun ComposeContentTestRule.testTransition( in ComposeContentTestRule() method
147 fun ComposeContentTestRule.testShowOverlayTransition( in testShowOverlayTransition() method
175 fun ComposeContentTestRule.testHideOverlayTransition( in ComposeContentTestRule() method
204 fun ComposeContentTestRule.testReplaceOverlayTransition( in ComposeContentTestRule() method
295 fun ComposeContentTestRule.testTransition( in ComposeContentTestRule() method
316 fun ComposeContentTestRule.testTransition( in ComposeContentTestRule() method
/aosp_15_r20/frameworks/base/packages/SettingsLib/Spa/tests/src/com/android/settingslib/spa/widget/editor/
H A DSettingsDropdownCheckBoxTest.kt141 private fun ComposeContentTestRule.onDropdownBox(text: String) = method
144 private fun ComposeContentTestRule.onOption(option: SettingsDropdownCheckOption) = method
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/test/
H A DSetContentAndCreateScope.kt29 fun ComposeContentTestRule.setContentAndCreateMainScope( in setContentAndCreateMainScope() method
/aosp_15_r20/external/accompanist/insets-ui/src/sharedTest/kotlin/com/google/accompanist/insets/
H A DScaffoldTest.kt534 private fun ComposeContentTestRule.setMaterialContent( in setMaterialContent() method
551 private fun ComposeContentTestRule.setMaterialContentForSizeAssertions( in ComposeContentTestRule() method
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/panels/ui/compose/
H A DDragAndDropTest.kt187 private fun ComposeContentTestRule.assertTileGridContainsExactly(specs: List<String>) { in <lambda>() method
/aosp_15_r20/external/accompanist/navigation-material/src/androidTest/java/com/google/accompanist/navigation.material/
H A DSheetContentHostTest.kt169 private fun ComposeContentTestRule.setBottomSheetContent( in <lambda>() method
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/core/tests/src/com/android/compose/gesture/
H A DNestedDraggableTest.kt460 private fun ComposeContentTestRule.setContentWithTouchSlop( in <lambda>() method