Home
last modified time | relevance | path

Searched refs:BoxScope (Results 1 – 25 of 145) sorted by relevance

123456

/compose/ui/ui/samples/src/main/java/androidx/compose/ui/samples/
DRulerSample.kt21 import androidx.compose.foundation.layout.BoxScope in <lambda>()
35 fun RulerProducerUsage(content: @Composable BoxScope.() -> Unit) { in <lambda>()
58 fun RulerConsumerUsage(content: @Composable BoxScope.() -> Unit) { in RulerConsumerUsage()
/compose/material/material/src/commonMain/kotlin/androidx/compose/material/
DBadge.kt22 import androidx.compose.foundation.layout.BoxScope in <lambda>()
59 badge: @Composable BoxScope.() -> Unit, in <lambda>()
61 content: @Composable BoxScope.() -> Unit, in <lambda>()
DSwitch.kt31 import androidx.compose.foundation.layout.BoxScope in <lambda>()
214 private fun BoxScope.SwitchImpl( in thumbColor() method
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DBadge.kt22 import androidx.compose.foundation.layout.BoxScope in <lambda>()
65 badge: @Composable BoxScope.() -> Unit, in <lambda>()
67 content: @Composable BoxScope.() -> Unit, in <lambda>()
DModalBottomSheet.kt29 import androidx.compose.foundation.layout.BoxScope in <lambda>()
255 internal fun BoxScope.ModalBottomSheetContent(
/compose/foundation/foundation-layout/src/commonMain/kotlin/androidx/compose/foundation/layout/
DBoxWithConstraints.kt73 interface BoxWithConstraintsScope : BoxScope {
109 ) : BoxWithConstraintsScope, BoxScope by BoxScopeInstance { in <lambda>()
DBox.kt69 content: @Composable BoxScope.() -> Unit in <lambda>()
244 interface BoxScope { interface
265 internal object BoxScopeInstance : BoxScope { in align()
/compose/ui/ui/integration-tests/ui-demos/src/main/java/androidx/compose/ui/demos/autofill/
DExplicitAutofillTypesDemo.kt20 import androidx.compose.foundation.layout.BoxScope
87 content: @Composable BoxScope.() -> Unit in Autofill()
/compose/ui/ui/integration-tests/ui-demos/src/main/java/androidx/compose/ui/demos/focus/
DLazyListChildFocusDemos.kt23 import androidx.compose.foundation.layout.BoxScope in <lambda>()
112 content: @Composable BoxScope.() -> Unit = {} in FocusableBox()
DTwoDimentionalFocusSearchDemo.kt22 import androidx.compose.foundation.layout.BoxScope
85 content: @Composable BoxScope.() -> Unit = {} in FocusableBox()
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/
DFocusGroupTest.kt19 import androidx.compose.foundation.layout.BoxScope
414 private fun Box(modifier: Modifier = Modifier, content: @Composable BoxScope.() -> Unit = {}) { in <lambda>()
422 noinline content: @Composable BoxScope.() -> Unit = {} in BoxWithFocusGroup()
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/pulltorefresh/
DPullToRefresh.kt28 import androidx.compose.foundation.layout.BoxScope in <lambda>()
141 indicator: @Composable BoxScope.() -> Unit = { in <lambda>()
148 content: @Composable BoxScope.() -> Unit
480 content: @Composable BoxScope.() -> Unit in IndicatorBox()
/compose/foundation/foundation-layout/api/
Drestricted_1.0.0-beta02.txt78 …tlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.BoxScope,kotlin.Unit> cont…
82 …foundation.layout.LayoutScopeMarker @androidx.compose.runtime.Immutable public interface BoxScope {
85 field public static final androidx.compose.foundation.layout.BoxScope.Companion Companion;
88 …public static final class BoxScope.Companion implements androidx.compose.foundation.layout.BoxScop…
95 …able public interface BoxWithConstraintsScope extends androidx.compose.foundation.layout.BoxScope {
Drestricted_1.0.0-beta03.txt78 …tlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.BoxScope,kotlin.Unit> cont…
82 …foundation.layout.LayoutScopeMarker @androidx.compose.runtime.Immutable public interface BoxScope {
85 field public static final androidx.compose.foundation.layout.BoxScope.Companion Companion;
88 …public static final class BoxScope.Companion implements androidx.compose.foundation.layout.BoxScop…
95 …able public interface BoxWithConstraintsScope extends androidx.compose.foundation.layout.BoxScope {
D1.0.0-beta03.txt78 …tlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.BoxScope,kotlin.Unit> cont…
81 …foundation.layout.LayoutScopeMarker @androidx.compose.runtime.Immutable public interface BoxScope {
84 field public static final androidx.compose.foundation.layout.BoxScope.Companion Companion;
87 …public static final class BoxScope.Companion implements androidx.compose.foundation.layout.BoxScop…
94 …able public interface BoxWithConstraintsScope extends androidx.compose.foundation.layout.BoxScope {
D1.0.0-beta02.txt78 …tlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.BoxScope,kotlin.Unit> cont…
81 …foundation.layout.LayoutScopeMarker @androidx.compose.runtime.Immutable public interface BoxScope {
84 field public static final androidx.compose.foundation.layout.BoxScope.Companion Companion;
87 …public static final class BoxScope.Companion implements androidx.compose.foundation.layout.BoxScop…
94 …able public interface BoxWithConstraintsScope extends androidx.compose.foundation.layout.BoxScope {
D1.0.0-beta08.txt78 …tlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.BoxScope,kotlin.Unit> cont…
81 …foundation.layout.LayoutScopeMarker @androidx.compose.runtime.Immutable public interface BoxScope {
90 …able public interface BoxWithConstraintsScope extends androidx.compose.foundation.layout.BoxScope {
D1.0.0-beta06.txt78 …tlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.BoxScope,kotlin.Unit> cont…
81 …foundation.layout.LayoutScopeMarker @androidx.compose.runtime.Immutable public interface BoxScope {
90 …able public interface BoxWithConstraintsScope extends androidx.compose.foundation.layout.BoxScope {
D1.0.0-beta04.txt78 …tlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.BoxScope,kotlin.Unit> cont…
81 …foundation.layout.LayoutScopeMarker @androidx.compose.runtime.Immutable public interface BoxScope {
90 …able public interface BoxWithConstraintsScope extends androidx.compose.foundation.layout.BoxScope {
D1.0.0-beta09.txt78 …tlin.jvm.functions.Function1<? super androidx.compose.foundation.layout.BoxScope,kotlin.Unit> cont…
81 …foundation.layout.LayoutScopeMarker @androidx.compose.runtime.Immutable public interface BoxScope {
90 …able public interface BoxWithConstraintsScope extends androidx.compose.foundation.layout.BoxScope {
/compose/foundation/foundation/integration-tests/foundation-demos/src/main/java/androidx/compose/foundation/demos/
DScrollableFocusedChildDemo.kt31 import androidx.compose.foundation.layout.BoxScope in <lambda>()
161 content: @Composable BoxScope.() -> Unit in Resizable()
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/focus/
DFocusTargetModifierNodeTest.kt20 import androidx.compose.foundation.layout.BoxScope in <lambda>()
373 content: @Composable BoxScope.() -> Unit = {} in FocusTargetModifierNodeBox()
DFocusSearchNonPlacedItemsTest.kt20 import androidx.compose.foundation.layout.BoxScope in <lambda>()
428 content: @Composable BoxScope.() -> Unit = {} in <lambda>()
DFocusEventCountTest.kt20 import androidx.compose.foundation.layout.BoxScope
753 content: @Composable BoxScope.() -> Unit = {} in FocusTargetModifierNodeBox()
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/semantics/
DSemanticsListenerTest.kt22 import androidx.compose.foundation.layout.BoxScope in <lambda>()
548 content: @Composable BoxScope.() -> Unit = {} in <lambda>()

123456