| /compose/animation/animation/samples/src/main/java/androidx/compose/animation/samples/ |
| D | AnimateBoundsModifierSample.kt | 59 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/ |
| D | LookaheadWithFlowRowDemo.kt | 54 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()
|
| D | LookaheadWithSubcompose.kt | 37 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,
|
| D | AnimateBoundsModifierDemo.kt | 40 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()
|
| D | LookaheadWithLazyGridDemo.kt | 49 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()
|
| D | SceneHostExperiment.kt | 39 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()
|
| D | LookaheadInScrollingColumn.kt | 48 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>()
|
| D | LookaheadWithBoxWithConstraints.kt | 48 import androidx.compose.ui.layout.LookaheadScope 56 LookaheadScope { in LookaheadWithBoxWithConstraints() 65 this@LookaheadScope, in LookaheadWithBoxWithConstraints() 104 lookaheadScope = this@LookaheadScope, in LookaheadWithBoxWithConstraints()
|
| D | LookaheadWithAnimatedContentSize.kt | 33 import androidx.compose.ui.layout.LookaheadScope 50 LookaheadScope { in LookaheadWithAnimatedContentSize() 63 Modifier.animateBounds(this@LookaheadScope) in LookaheadWithAnimatedContentSize()
|
| D | LookaheadWithTabRowDemo.kt | 50 import androidx.compose.ui.layout.LookaheadScope in <lambda>() 59 LookaheadScope { in <lambda>() 70 this@LookaheadScope, in <lambda>() 142 LookaheadScope { in ScrollingTextTabs()
|
| D | AnimateBoundsInLazyGrid.kt | 38 import androidx.compose.ui.layout.LookaheadScope in <lambda>() 55 LookaheadScope { in <lambda>() 62 Modifier.animateBounds(this@LookaheadScope) in <lambda>()
|
| D | LookaheadSamplesDemo.kt | 38 import androidx.compose.ui.layout.LookaheadScope 56 LookaheadScope { in ApproachLayoutSample0() 62 .animateBounds(this@LookaheadScope) in ApproachLayoutSample0()
|
| D | LookaheadWithDisappearingMoveableContentDemo.kt | 50 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()
|
| D | AnimateBoundsOnFloatingToolbar.kt | 55 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()
|
| D | LookaheadWithMovableContentDemo.kt | 47 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/ |
| D | AnimateBoundsTest.kt | 51 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/ |
| D | LookaheadScopeTest.kt | 298 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/ |
| D | LazyStaggeredGridInLookaheadTest.kt | 49 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/ |
| D | LookaheadScope.kt | 49 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/ |
| D | AnimateModifierUtils.kt | 20 import androidx.compose.ui.layout.LookaheadScope 35 internal fun Placeable.PlacementScope.lookaheadOffset(lookaheadScope: LookaheadScope): IntOffset = in lookaheadOffset() 42 lookaheadScope: LookaheadScope in convertOffsetToLookaheadCoordinates()
|
| D | AnimateWithFadingModifier.kt | 28 import androidx.compose.ui.layout.LookaheadScope 43 lookaheadScope: LookaheadScope, in animateWithFading() 52 val lookaheadScope: LookaheadScope, in animateWithFading() 104 var lookaheadScope: LookaheadScope,
|
| D | AnimateBoundsModifier.kt | 26 import androidx.compose.ui.layout.LookaheadScope 42 lookaheadScope: LookaheadScope, in animateBounds() 57 private val lookaheadScope: LookaheadScope, in animateBounds() 114 var lookaheadScope: LookaheadScope,
|
| D | ThreePaneScaffoldScope.kt | 31 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/ |
| D | LookaheadScopeSample.kt | 52 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/ |
| D | AnimateBoundsModifier.kt | 38 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()
|