| /compose/material/material/src/androidInstrumentedTest/kotlin/androidx/compose/material/ |
| D | RippleTest.kt | 92 val scope = in bounded_lightTheme_highLuminance_pressed() constant 114 val scope = in bounded_lightTheme_highLuminance_hovered() constant 136 val scope = in bounded_lightTheme_highLuminance_focused() constant 158 val scope = in bounded_lightTheme_highLuminance_dragged() constant 180 val scope = in bounded_lightTheme_lowLuminance_pressed() constant 202 val scope = in bounded_lightTheme_lowLuminance_hovered() constant 224 val scope = in bounded_lightTheme_lowLuminance_focused() constant 246 val scope = in bounded_lightTheme_lowLuminance_dragged() constant 268 val scope = in bounded_darkTheme_highLuminance_pressed() constant 290 val scope = in bounded_darkTheme_highLuminance_hovered() constant [all …]
|
| D | TabScreenshotTest.kt | 61 var scope: CoroutineScope? = null in lightTheme_defaultColors() variable 81 var scope: CoroutineScope? = null in lightTheme_defaultColors_pressed() variable 100 var scope: CoroutineScope? = null in lightTheme_surfaceColors() variable 127 var scope: CoroutineScope? = null in lightTheme_surfaceColors_pressed() variable 153 var scope: CoroutineScope? = null in darkTheme_defaultColors() variable 173 var scope: CoroutineScope? = null in darkTheme_defaultColors_pressed() variable 195 var scope: CoroutineScope? = null in darkTheme_surfaceColors() variable 222 var scope: CoroutineScope? = null in darkTheme_surfaceColors_pressed() variable 248 var scope: CoroutineScope? = null in darkTheme_primaryColors() variable 275 var scope: CoroutineScope? = null in darkTheme_primaryColors_pressed() variable [all …]
|
| D | BottomNavigationScreenshotTest.kt | 62 var scope: CoroutineScope? = null in lightTheme_defaultColors() variable 84 var scope: CoroutineScope? = null in lightTheme_defaultColors_pressed() variable 105 var scope: CoroutineScope? = null in lightTheme_surfaceColors() variable 132 var scope: CoroutineScope? = null in lightTheme_surfaceColors_pressed() variable 158 var scope: CoroutineScope? = null in darkTheme_defaultColors() variable 180 var scope: CoroutineScope? = null in darkTheme_defaultColors_pressed() variable 204 var scope: CoroutineScope? = null in darkTheme_surfaceColors() variable 231 var scope: CoroutineScope? = null in darkTheme_surfaceColors_pressed() variable 257 var scope: CoroutineScope? = null in darkTheme_primaryColors() variable 284 var scope: CoroutineScope? = null in darkTheme_primaryColors_pressed() variable
|
| D | NavigationRailScreenshotTest.kt | 62 var scope: CoroutineScope? = null in lightTheme_defaultColors() variable 84 var scope: CoroutineScope? = null in lightTheme_defaultColors_pressed() variable 105 var scope: CoroutineScope? = null in darkTheme_defaultColors() variable 127 var scope: CoroutineScope? = null in darkTheme_defaultColors_pressed() variable 148 var scope: CoroutineScope? = null in lightTheme_defaultColors_withHeaderFab() variable 170 var scope: CoroutineScope? = null in lightTheme_defaultColors_withHeaderFab_pressed() variable
|
| /compose/material3/material3/src/androidInstrumentedTest/kotlin/androidx/compose/material3/carousel/ |
| D | CarouselItemScopeTest.kt | 64 val scope = in <lambda>() constant 88 val scope = in <lambda>() constant 115 val scope = in <lambda>() constant 139 val scope = in <lambda>() constant 163 val scope = in <lambda>() constant 197 val scope = in <lambda>() constant
|
| /compose/foundation/foundation-layout/src/commonMain/kotlin/androidx/compose/foundation/layout/ |
| D | FlowLayoutOverflow.kt | 105 val scope = FlowRowOverflowScopeImpl(state) in <lambda>() constant 152 val scope = FlowRowOverflowScopeImpl(state) in <lambda>() constant 159 val scope = FlowRowOverflowScopeImpl(state) in <lambda>() constant 243 val scope = FlowColumnOverflowScopeImpl(state) in expandIndicator() constant 290 val scope = FlowColumnOverflowScopeImpl(state) in expandOrCollapseIndicator() constant 297 val scope = FlowColumnOverflowScopeImpl(state) in expandOrCollapseIndicator() constant 382 val scope = ContextualFlowRowOverflowScopeImpl(state) in expandIndicator() constant 432 val scope = ContextualFlowRowOverflowScopeImpl(state) in expandOrCollapseIndicator() constant 439 val scope = ContextualFlowRowOverflowScopeImpl(state) in expandOrCollapseIndicator() constant 524 val scope = ContextualFlowColumnOverflowScopeImpl(state) in expandIndicator() constant [all …]
|
| /compose/material3/adaptive/adaptive-navigation/src/androidInstrumentedTest/kotlin/androidx/compose/material3/adaptive/navigation/ |
| D | ListDetailPaneScaffoldNavigatorTest.kt | 48 lateinit var scope: CoroutineScope in singlePaneLayout_navigateTo_makeDestinationPaneExpanded() variable 79 lateinit var scope: CoroutineScope in dualPaneLayout_navigateTo_keepDestinationPaneExpanded() variable 110 lateinit var scope: CoroutineScope in dualPaneLayout_navigateToExtra_hideListWhenNotHistoryAware() variable 142 lateinit var scope: CoroutineScope in dualPaneLayout_navigateToExtra_keepListExpandedWhenHistoryAware() variable 174 lateinit var scope: CoroutineScope in singlePaneLayout_navigateBack_makeDestinationPaneHidden() variable 237 lateinit var scope: CoroutineScope in dualPaneLayout_withSimplePop_canNavigateBack() variable 274 lateinit var scope: CoroutineScope in dualPaneLayout_enforceCurrentDestinationChange_canNavigateBack() variable 342 lateinit var scope: CoroutineScope in dualPaneLayout_enforceContentChange_canNavigateBack() variable 379 lateinit var scope: CoroutineScope in dualPaneLayout_enforceContentChange_canNavigateBack_withOnlyScaffoldValueChange() variable 443 lateinit var scope: CoroutineScope in dualPaneLayout_enforceScaffoldChangeWhenHistoryAware_notSkipBackstackEntry() variable [all …]
|
| D | SupportingPaneScaffoldNavigatorTest.kt | 48 lateinit var scope: CoroutineScope in singlePaneLayout_navigateTo_makeDestinationPaneExpanded() variable 79 lateinit var scope: CoroutineScope in dualPaneLayout_navigateTo_keepDestinationPaneExpanded() variable 110 lateinit var scope: CoroutineScope in dualPaneLayout_navigateToExtra_hideSupportingWhenNotHistoryAware() variable 152 lateinit var scope: CoroutineScope in dualPaneLayout_navigateToExtra_keepSupportingExpandedWhenHistoryAware() variable 194 lateinit var scope: CoroutineScope in singlePaneLayout_navigateBack_makeDestinationPaneHidden() variable 260 lateinit var scope: CoroutineScope in dualPaneLayout_withSimplePop_canNavigateBack() variable 300 lateinit var scope: CoroutineScope in dualPaneLayout_enforceCurrentDestinationChange_canNavigateBack() variable 374 lateinit var scope: CoroutineScope in dualPaneLayout_enforceContentChange_canNavigateBack() variable 417 lateinit var scope: CoroutineScope in dualPaneLayout_enforceContentChange_canNavigateBack_withOnlyScaffoldValueChange() variable 487 lateinit var scope: CoroutineScope in dualPaneLayout_enforceScaffoldChangeWhenHistoryAware_notSkipBackstackEntry() variable [all …]
|
| /compose/material3/material3/src/androidInstrumentedTest/kotlin/androidx/compose/material3/ |
| D | ShortNavigationBarScreenshotTest.kt | 70 lateinit var scope: CoroutineScope in equalWeightArrangement_lightTheme() variable 89 lateinit var scope: CoroutineScope in equalWeightArrangement_lightTheme_pressed() variable 107 lateinit var scope: CoroutineScope in equalWeightArrangement_lightTheme_disabled() variable 125 lateinit var scope: CoroutineScope in equalWeightArrangement_lightTheme_twoLinesLabel() variable 164 lateinit var scope: CoroutineScope in equalWeightArrangement_darkTheme() variable 183 lateinit var scope: CoroutineScope in equalWeightArrangement_darkTheme_pressed() variable 201 lateinit var scope: CoroutineScope in equalWeightArrangement_darkTheme_disabled() variable 219 lateinit var scope: CoroutineScope in centeredArrangement_lightTheme() variable 242 lateinit var scope: CoroutineScope in centeredArrangement_lightTheme_pressed() variable 264 lateinit var scope: CoroutineScope in centeredArrangement_lightTheme_disabled() variable [all …]
|
| D | TabScreenshotTest.kt | 61 var scope: CoroutineScope? = null in lightTheme_primary() variable 80 var scope: CoroutineScope? = null in lightTheme_secondary() variable 100 var scope: CoroutineScope? = null in lightTheme_primary_pressed() variable 120 var scope: CoroutineScope? = null in lightTheme_secondary_pressed() variable 139 var scope: CoroutineScope? = null in darkTheme_primary() variable 158 var scope: CoroutineScope? = null in darkTheme_secondary() variable 178 var scope: CoroutineScope? = null in darkTheme_primary_pressed() variable 198 var scope: CoroutineScope? = null in darkTheme_secondary_pressed() variable 217 var scope: CoroutineScope? = null in customTabs_lightTheme_primary() variable 243 var scope: CoroutineScope? = null in customTabs_lightTheme_secondary() variable [all …]
|
| D | RippleTest.kt | 92 val scope = in bounded_lightTheme_pressed() constant 114 val scope = in bounded_lightTheme_hovered() constant 136 val scope = in bounded_lightTheme_focused() constant 158 val scope = in bounded_lightTheme_dragged() constant 180 val scope = in unbounded_lightTheme_pressed() constant 202 val scope = in unbounded_lightTheme_hovered() constant 224 val scope = in unbounded_lightTheme_focused() constant 246 val scope = in unbounded_lightTheme_dragged() constant 276 var scope: CoroutineScope? = null in contentColorChangeDuringRipple_dragged() variable 321 var scope: CoroutineScope? = null in rippleConfiguration_color_dragged() variable [all …]
|
| D | NavigationRailScreenshotTest.kt | 63 var scope: CoroutineScope? = null in lightTheme_defaultColors() variable 83 var scope: CoroutineScope? = null in lightTheme_defaultColors_pressed() variable 102 var scope: CoroutineScope? = null in lightTheme_defaultColors_disabled() variable 121 var scope: CoroutineScope? = null in darkTheme_defaultColors() variable 141 var scope: CoroutineScope? = null in darkTheme_defaultColors_pressed() variable 160 var scope: CoroutineScope? = null in darkTheme_defaultColors_disabled() variable 179 var scope: CoroutineScope? = null in lightTheme_defaultColors_withHeaderFab() variable 199 var scope: CoroutineScope? = null in lightTheme_defaultColors_withHeaderFab_pressed() variable 217 var scope: CoroutineScope? = null in lightTheme_transparentIndicator() variable
|
| D | NavigationBarScreenshotTest.kt | 64 var scope: CoroutineScope? = null in lightTheme_defaultColors() variable 84 var scope: CoroutineScope? = null in lightTheme_defaultColors_pressed() variable 103 var scope: CoroutineScope? = null in lightTheme_defaultColors_disabled() variable 122 var scope: CoroutineScope? = null in lightTheme_customHeight() variable 141 var scope: CoroutineScope? = null in darkTheme_defaultColors() variable 161 var scope: CoroutineScope? = null in darkTheme_defaultColors_pressed() variable 180 var scope: CoroutineScope? = null in darkTheme_defaultColors_disabled() variable 198 var scope: CoroutineScope? = null in lightTheme_transparentIndicator() variable
|
| D | WideNavigationRailScreenshotTest.kt | 68 var scope: CoroutineScope? = null in wideNavigationRail() variable 88 var scope: CoroutineScope? = null in wideNavigationRail_pressed() variable 107 var scope: CoroutineScope? = null in wideNavigationRail_disabled() variable 130 var scope: CoroutineScope? = null in wideNavigationRail_withHeader() variable 154 var scope: CoroutineScope? = null in wideNavigationRail_centeredArrangement() variable 179 var scope: CoroutineScope? = null in wideNavigationRail_bottomArrangement() variable
|
| /compose/runtime/runtime/compose-runtime-benchmark/src/androidTest/java/androidx/compose/runtime/benchmark/ |
| D | KotlinCoroutinesBenchmark.kt | 88 val scope = runWithMeasurementDisabled { CoroutineScope(dispatcher) } in cancelCoroutineScopeWithoutJobs() constant 96 val scope = runWithMeasurementDisabled { in cancelCoroutineScopeWithJobs1() constant 109 val scope = runWithMeasurementDisabled { in cancelCoroutineScopeWithJobs10() constant 122 val scope = runWithMeasurementDisabled { in cancelCoroutineScopeWithJobs100() constant
|
| /compose/ui/ui/src/androidUnitTest/kotlin/androidx/compose/ui/graphics/ |
| D | GraphicsLayerScopeTest.kt | 39 val scope = GraphicsLayerScope() as ReusableGraphicsLayerScope in resetValuesAreCorrect() constant 69 val scope = GraphicsLayerScope() as ReusableGraphicsLayerScope in testGraphicsLayerSize() constant
|
| /compose/material3/material3/samples/src/main/java/androidx/compose/material3/samples/ |
| D | TooltipSamples.kt | 69 val scope = rememberCoroutineScope() in PlainTooltipWithManualInvocationSample() constant 122 val scope = rememberCoroutineScope() in RichTooltipSample() constant 150 val scope = rememberCoroutineScope() in RichTooltipWithManualInvocationSample() constant 182 val scope = rememberCoroutineScope() in RichTooltipWithCaretSample() constant 211 val scope = rememberCoroutineScope() in RichTooltipWithCustomCaretSample() constant
|
| D | ScaffoldSamples.kt | 113 val scope = rememberCoroutineScope() in ScaffoldWithSimpleSnackbar() constant 141 val scope = rememberCoroutineScope() in ScaffoldWithIndefiniteSnackbar() constant 188 val scope = rememberCoroutineScope() in ScaffoldWithCustomSnackbar() constant 302 val scope = rememberCoroutineScope() in ScaffoldWithMultilineSnackbar() constant
|
| /compose/foundation/foundation/integration-tests/foundation-demos/src/main/java/androidx/compose/foundation/demos/performance/ |
| D | RecompositionDemo.kt | 86 val scope = rememberCoroutineScope() in BoxElement() constant 112 val scope = rememberCoroutineScope() in NoRippleBoxElement() constant 139 val scope = rememberCoroutineScope() in ButtonElement() constant
|
| /compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/focus/ |
| D | FocusOrderModifier.kt | 158 val scope = FocusOrderToProperties(focusOrderReceiver) in Modifier() constant 189 val scope = FocusOrderToProperties(focusOrderReceiver) in Modifier() constant
|
| /compose/runtime/runtime/src/nonEmulatorCommonTest/kotlin/androidx/compose/runtime/collection/ |
| D | ScopeMapTest.kt | 39 scopeList.forEach { scope -> valueList.forEach { value -> map.add(value, scope) } } in <lambda>() method 56 map.forEachScopeOf(valueList[1]) { scope -> in <lambda>() method 63 map.forEachScopeOf(valueList[0]) { scope -> verifierSet += scope } in <lambda>() method 106 map.removeScopeIf { scope -> scope === scopeList[1] } in <lambda>() method 110 map.removeScopeIf { scope -> scope === scopeList[2] } in <lambda>() method
|
| /compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/ |
| D | InteractionSourceTest.kt | 62 val scope = TestScope(UnconfinedTestDispatcher()) in emittingInteractionsInOrder() constant 92 var scope: CoroutineScope? = null in isDragged() variable 120 var scope: CoroutineScope? = null in isDragged_multipleDrags() variable 161 var scope: CoroutineScope? = null in isFocused() variable 189 var scope: CoroutineScope? = null in isFocused_multipleFocuses() variable 230 var scope: CoroutineScope? = null in isPressed() variable 258 var scope: CoroutineScope? = null in isPressed_multiplePresses() variable
|
| /compose/runtime/runtime/src/jvmMain/kotlin/androidx/compose/runtime/internal/ |
| D | ComposableLambdaN.jvm.kt | 38 private var scope: RecomposeScope? = null in <lambda>() variable in androidx.compose.runtime.internal.ComposableLambdaNImpl 43 val scope = this.scope in <lambda>() constant 61 val scope = composer.recomposeScope in <lambda>() constant
|
| /compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/pager/ |
| D | TestPrefetchScheduler.kt | 38 private val scope = constant
|
| /compose/material/material/samples/src/main/java/androidx/compose/material/samples/ |
| D | DrawerSamples.kt | 56 val scope = rememberCoroutineScope() in ModalDrawerSample() constant 84 val scope = rememberCoroutineScope() in BottomDrawerSample() constant
|