Home
last modified time | relevance | path

Searched refs:LookaheadScope (Results 1 – 25 of 97) sorted by relevance

1234

/compose/animation/animation/samples/src/main/java/androidx/compose/animation/samples/
DAnimateBoundsModifierSample.kt59 import androidx.compose.ui.layout.LookaheadScope in <lambda>()
75 LookaheadScope { in <lambda>()
85 .animateBounds(this@LookaheadScope) in <lambda>()
103 LookaheadScope { in AnimateBounds_withLayoutModifier()
121 lookaheadScope = this@LookaheadScope, in AnimateBounds_withLayoutModifier()
142 lookaheadScope = this@LookaheadScope, in AnimateBounds_withLayoutModifier()
165 lookaheadScope = this@LookaheadScope, in AnimateBounds_withLayoutModifier()
190 LookaheadScope { in AnimateBounds_inFlowRowSample()
211 Modifier.animateBounds(this@LookaheadScope) in AnimateBounds_inFlowRowSample()
231 LookaheadScope { in AnimateBounds_usingKeyframes()
[all …]
/compose/animation/animation/integration-tests/animation-demos/src/main/java/androidx/compose/animation/demos/lookahead/
DLookaheadWithFlowRowDemo.kt54 import androidx.compose.ui.layout.LookaheadScope in <lambda>()
74 LookaheadScope { in <lambda>()
84 lookaheadScope = this@LookaheadScope, in <lambda>()
92 lookaheadScope = this@LookaheadScope, in <lambda>()
100 lookaheadScope = this@LookaheadScope, in <lambda>()
142 LookaheadScope { in NestedFlowRowDemo()
153 lookaheadScope = this@LookaheadScope, in NestedFlowRowDemo()
162 lookaheadScope = this@LookaheadScope, in NestedFlowRowDemo()
178 lookaheadScope = this@LookaheadScope, in NestedFlowRowDemo()
189 lookaheadScope = this@LookaheadScope, in NestedFlowRowDemo()
DLookaheadWithSubcompose.kt37 import androidx.compose.ui.layout.LookaheadScope
45 LookaheadScope { in LookaheadWithSubcompose()
59 .conditionallyAnimateBounds(this@LookaheadScope, shouldAnimate) in LookaheadWithSubcompose()
66 this@LookaheadScope, in LookaheadWithSubcompose()
80 this@LookaheadScope, in LookaheadWithSubcompose()
97 this@LookaheadScope, in LookaheadWithSubcompose()
117 lookaheadScope: LookaheadScope,
DAnimateBoundsModifierDemo.kt40 import androidx.compose.ui.layout.LookaheadScope
54 LookaheadScope { in AnimateBoundsModifierDemo()
70 this@LookaheadScope, in AnimateBoundsModifierDemo()
80 this@LookaheadScope, in AnimateBoundsModifierDemo()
87 this@LookaheadScope, in AnimateBoundsModifierDemo()
DLookaheadWithLazyGridDemo.kt49 import androidx.compose.ui.layout.LookaheadScope in <lambda>()
59 LookaheadScope { in <lambda>()
80 LookaheadScope { in LookaheadSmallerThanApproach()
117 LookaheadScope { in ShuffleLazyGridWithItemAnimationAndLookaheadAnimation()
121 Modifier.animateBounds(this@LookaheadScope, Modifier.fillMaxHeight(percent)) in ShuffleLazyGridWithItemAnimationAndLookaheadAnimation()
DSceneHostExperiment.kt39 import androidx.compose.ui.layout.LookaheadScope in <lambda>()
53 LookaheadScope { in <lambda>()
62 class SceneScope internal constructor(lookaheadScope: LookaheadScope) :
63 LookaheadScope by lookaheadScope { in <lambda>()
161 lookaheadScope: LookaheadScope, in updateTargetBasedOnCoordinates()
DLookaheadInScrollingColumn.kt48 import androidx.compose.ui.layout.LookaheadScope in <lambda>()
65 movableContentWithReceiverOf<LookaheadScope> { in <lambda>()
88 LookaheadScope { in <lambda>()
107 Modifier.animateBounds(lookaheadScope = this@LookaheadScope) in <lambda>()
DLookaheadWithBoxWithConstraints.kt48 import androidx.compose.ui.layout.LookaheadScope
56 LookaheadScope { in LookaheadWithBoxWithConstraints()
65 this@LookaheadScope, in LookaheadWithBoxWithConstraints()
104 lookaheadScope = this@LookaheadScope, in LookaheadWithBoxWithConstraints()
DLookaheadWithAnimatedContentSize.kt33 import androidx.compose.ui.layout.LookaheadScope
50 LookaheadScope { in LookaheadWithAnimatedContentSize()
63 Modifier.animateBounds(this@LookaheadScope) in LookaheadWithAnimatedContentSize()
DLookaheadWithTabRowDemo.kt50 import androidx.compose.ui.layout.LookaheadScope in <lambda>()
59 LookaheadScope { in <lambda>()
70 this@LookaheadScope, in <lambda>()
142 LookaheadScope { in ScrollingTextTabs()
DAnimateBoundsInLazyGrid.kt38 import androidx.compose.ui.layout.LookaheadScope in <lambda>()
55 LookaheadScope { in <lambda>()
62 Modifier.animateBounds(this@LookaheadScope) in <lambda>()
DLookaheadSamplesDemo.kt38 import androidx.compose.ui.layout.LookaheadScope
56 LookaheadScope { in ApproachLayoutSample0()
62 .animateBounds(this@LookaheadScope) in ApproachLayoutSample0()
DLookaheadWithDisappearingMoveableContentDemo.kt50 import androidx.compose.ui.layout.LookaheadScope in <lambda>()
62 LookaheadScope { in <lambda>()
75 Title(visible = it, Modifier.animatePosition(this@LookaheadScope)) in <lambda>()
136 fun Modifier.animatePosition(lookaheadScope: LookaheadScope): Modifier = in animatePosition()
DAnimateBoundsOnFloatingToolbar.kt55 import androidx.compose.ui.layout.LookaheadScope in <lambda>()
108 movableContentWithReceiverOf<LookaheadScope, Modifier> { iconModifier -> in FloatingFabToolbar()
142 movableContentWithReceiverOf<LookaheadScope, Modifier> { toolbarMod -> in FloatingFabToolbar()
193 LookaheadScope { in FloatingFabToolbar()
DLookaheadWithMovableContentDemo.kt47 import androidx.compose.ui.layout.LookaheadScope in <lambda>()
80 movableContentWithReceiverOf<LookaheadScope, Float> { weight -> in <lambda>()
117 LookaheadScope { in <lambda>()
/compose/animation/animation/src/androidInstrumentedTest/kotlin/androidx/compose/animation/
DAnimateBoundsTest.kt51 import androidx.compose.ui.layout.LookaheadScope in <lambda>()
95 LookaheadScope { in <lambda>()
103 lookaheadScope = this@LookaheadScope, in <lambda>()
163 LookaheadScope { in <lambda>()
230 LookaheadScope { in <lambda>()
315 LookaheadScope { in <lambda>()
320 lookaheadScope = this@LookaheadScope, in <lambda>()
338 lookaheadScope = this@LookaheadScope, in <lambda>()
396 movableContentWithReceiverOf<LookaheadScope> { in <lambda>()
417 LookaheadScope { in <lambda>()
[all …]
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/layout/
DLookaheadScopeTest.kt298 LookaheadScope { in <lambda>()
344 LookaheadScope { in <lambda>()
754 LookaheadScope { in <lambda>()
841 LookaheadScope { in <lambda>()
970 content: @Composable LookaheadScope.() -> Unit in <lambda>()
981 LookaheadScope(content) in <lambda>()
1034 fun LookaheadScope.assertEqualOffset() { in <lambda>() method
1045 LookaheadScope { in <lambda>()
1049 LookaheadScope { in <lambda>()
1066 fun LookaheadScope.assertEqualOffset() { in <lambda>() method
[all …]
/compose/foundation/foundation/integration-tests/lazy-tests/src/androidTest/kotlin/androidx/compose/foundation/lazy/staggeredgrid/
DLazyStaggeredGridInLookaheadTest.kt49 import androidx.compose.ui.layout.LookaheadScope in <lambda>()
379 LookaheadScope { in <lambda>()
408 this@LookaheadScope, in <lambda>()
421 lookaheadScope: LookaheadScope, in <lambda>()
452 LookaheadScope { in <lambda>()
469 this@LookaheadScope, in <lambda>()
562 LookaheadScope { in <lambda>()
575 this@LookaheadScope, in <lambda>()
594 this@LookaheadScope, in <lambda>()
641 LookaheadScope { in <lambda>()
[all …]
/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/layout/
DLookaheadScope.kt49 fun LookaheadScope(content: @Composable @UiComposable LookaheadScope.() -> Unit) { in <lambda>() method
211 interface LookaheadScope { interface
253 internal fun LookaheadScope.localLookaheadPositionOf( in LayoutCoordinates()
285 LookaheadScope {
/compose/material3/adaptive/adaptive-layout/src/commonMain/kotlin/androidx/compose/material3/adaptive/layout/
DAnimateModifierUtils.kt20 import androidx.compose.ui.layout.LookaheadScope
35 internal fun Placeable.PlacementScope.lookaheadOffset(lookaheadScope: LookaheadScope): IntOffset = in lookaheadOffset()
42 lookaheadScope: LookaheadScope in convertOffsetToLookaheadCoordinates()
DAnimateWithFadingModifier.kt28 import androidx.compose.ui.layout.LookaheadScope
43 lookaheadScope: LookaheadScope, in animateWithFading()
52 val lookaheadScope: LookaheadScope, in animateWithFading()
104 var lookaheadScope: LookaheadScope,
DAnimateBoundsModifier.kt26 import androidx.compose.ui.layout.LookaheadScope
42 lookaheadScope: LookaheadScope, in animateBounds()
57 private val lookaheadScope: LookaheadScope, in animateBounds()
114 var lookaheadScope: LookaheadScope,
DThreePaneScaffoldScope.kt31 import androidx.compose.ui.layout.LookaheadScope in <lambda>()
50 lookaheadScope: LookaheadScope, in <lambda>()
55 LookaheadScope by lookaheadScope, in <lambda>()
/compose/ui/ui/samples/src/main/java/androidx/compose/ui/samples/
DLookaheadScopeSample.kt52 import androidx.compose.ui.layout.LookaheadScope in <lambda>()
133 class AnimatedPlacementModifierNode(var lookaheadScope: LookaheadScope) : in LookaheadLayoutCoordinatesSample()
193 data class AnimatePlacementNodeElement(val lookaheadScope: LookaheadScope) : in LookaheadLayoutCoordinatesSample()
208 LookaheadScope { in LookaheadLayoutCoordinatesSample()
244 LookaheadScope { in animateContentSizeAfterLookaheadPass()
/compose/animation/animation/src/commonMain/kotlin/androidx/compose/animation/
DAnimateBoundsModifier.kt38 import androidx.compose.ui.layout.LookaheadScope in <lambda>()
120 lookaheadScope: LookaheadScope, in <lambda>()
150 val lookaheadScope: LookaheadScope,
194 var lookaheadScope: LookaheadScope,
353 lookaheadScope: LookaheadScope, in updateTargetOffsetAndAnimate()

1234