Home
last modified time | relevance | path

Searched defs:composeRule (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/frameworks/base/packages/SettingsLib/Spa/screenshot/src/com/android/settingslib/spa/screenshot/util/
H A DSettingsScreenshotTestRule.kt52 private val composeRule = createAndroidComposeRule<ComponentActivity>() constant
/aosp_15_r20/frameworks/base/tests/InputScreenshotTest/src/android/input/screenshot/
H A DInputScreenshotTestRule.kt52 private val composeRule = createAndroidComposeRule<ComponentActivity>() constant
/aosp_15_r20/platform_testing/libraries/screenshot/utils/compose/src/platform/test/screenshot/utils/compose/
H A DComposeScreenshotTestRule.kt62 val composeRule = createAndroidComposeRule<ScreenshotActivity>() in <lambda>() constant
/aosp_15_r20/platform_testing/libraries/motion/compose/src/platform/test/motion/compose/
H A DComposeToolkit.kt104 val composeRule = createComposeRule(testScope.coroutineContext) in createComposeMotionTestRule() constant
/aosp_15_r20/platform_testing/libraries/motion/compose/tests/src/platform/test/motion/compose/values/
H A DMotionTestValueTest.kt35 @get:Rule val composeRule = createComposeRule() constant in platform.test.motion.compose.values.MotionTestValueTest
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/lifecycle/
H A DHydratorTest.kt41 @get:Rule val composeRule = createComposeRule() constant in com.android.systemui.lifecycle.HydratorTest
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/lifecycle/
H A DActivatableTest.kt34 @get:Rule val composeRule = createComposeRule() constant in com.android.systemui.lifecycle.ActivatableTest
H A DSysUiViewModelTest.kt45 @get:Rule val composeRule = createComposeRule() constant in com.android.systemui.lifecycle.SysUiViewModelTest
/aosp_15_r20/frameworks/base/packages/SystemUI/compose/core/tests/src/com/android/compose/theme/
H A DPlatformThemeTest.kt41 @get:Rule val composeRule = createComposeRule() in <lambda>() constant in com.android.compose.theme.PlatformThemeTest
/aosp_15_r20/platform_testing/libraries/motion/compose/tests/src/platform/test/motion/compose/
H A DComposeFeatureCapturesTest.kt52 @get:Rule(order = 1) val composeRule = createComposeRule() constant in platform.test.motion.compose.ComposeFeatureCapturesTest
H A DMotionTestValuesTest.kt51 private val composeRule: ComposeContentTestRule constant in platform.test.motion.compose.MotionTestValuesTest
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/panels/ui/compose/
H A DDragAndDropTest.kt57 @get:Rule val composeRule = createComposeRule() in <lambda>() constant in com.android.systemui.qs.panels.ui.compose.DragAndDropTest
H A DResizingTest.kt55 @get:Rule val composeRule = createComposeRule() in <lambda>() constant in com.android.systemui.qs.panels.ui.compose.ResizingTest