Searched refs:fractionRange (Results 1 – 11 of 11) sorted by relevance
12 fractionRange(end = 0.5f) { fade(Bouncer.Elements.Background) } in lockscreenToBouncerTransition()13 fractionRange(start = 0.5f) { fade(Bouncer.Elements.Content) } in lockscreenToBouncerTransition()
55 fractionRange(end = .5f) { fade(OverlayShade.Elements.Scrim) } in TransitionBuilder()57 fractionRange(start = .5f) { in TransitionBuilder()
52 fractionRange(end = .33f) { fade(Shade.Elements.BackgroundScrim) } in TransitionBuilder()54 fractionRange(start = .33f) { in TransitionBuilder()
47 fractionRange(end = .14f) { in TransitionBuilder()52 fractionRange(start = .58f) { in TransitionBuilder()
39 fractionRange(start = .58f) { in TransitionBuilder()
53 fractionRange(end = .5f) { fade(OverlayShade.Elements.Scrim) } in TransitionBuilder()
54 fractionRange(start = .58f) { in toShadeTransition()
103 fun fractionRange() { in fractionRange() method in com.android.compose.animation.scene.TransitionDslTest106 fractionRange(start = 0.1f, end = 0.8f) { fade(TestElements.Foo) } in fractionRange()107 fractionRange(start = 0.2f) { fade(TestElements.Foo) } in fractionRange()108 fractionRange(end = 0.9f) { fade(TestElements.Foo) } in fractionRange()152 fractionRange(start = 0.1f, end = 0.8f) { fade(TestElements.Foo) } in reversed()173 fractionRange(start = 0.1f, end = 0.8f) { fade(TestElements.Foo) } in defaultReversed()
126 override fun fractionRange( in fractionRange() method in com.android.compose.animation.scene.BaseTransitionBuilderImpl229 fractionRange(start, end, builder) in timestampRange()
122 fun fractionRange( in fractionRange() method
208 fractionRange(end = 0.5f) {216 fractionRange(start = 0.5f) { fade(Notifications.Elements.Notifications) }229 * The first `fractionRange` wrapper tells the system to apply its contained functions233 * The second `fractionRange` only starts at the second half of the transition (e.g. when