Home
last modified time | relevance | path

Searched refs:ContentScope (Results 1 – 25 of 26) sorted by relevance

12

/development/samples/SceneTransitionLayoutDemo/src/com/android/compose/animation/scene/demo/
DNotificationShade.kt26 import com.android.compose.animation.scene.ContentScope
52 fun ContentScope.NotificationShade( in NotificationShade() method
53 clock: (@Composable ContentScope.() -> Unit)?, in NotificationShade()
54 mediaPlayer: (@Composable ContentScope.() -> Unit)?, in NotificationShade()
55 notificationList: @Composable ContentScope.() -> Unit, in NotificationShade()
DQuickSettingsShade.kt28 import com.android.compose.animation.scene.ContentScope
54 fun ContentScope.QuickSettingsShade( in ContentScope() method
55 qsPager: @Composable ContentScope.() -> Unit, in ContentScope()
56 mediaPlayer: @Composable (ContentScope.() -> Unit)?, in ContentScope()
DSplitLockscreen.kt30 import com.android.compose.animation.scene.ContentScope
49 fun ContentScope.SplitLockscreen( in userActions() method
50 notificationList: @Composable ContentScope.() -> Unit, in userActions()
51 mediaPlayer: @Composable (ContentScope.() -> Unit)?, in userActions()
DQuickSettings.kt55 import com.android.compose.animation.scene.ContentScope
117 fun ContentScope.QuickSettings( in QuickSettings() method
118 qsPager: @Composable ContentScope.() -> Unit, in QuickSettings()
119 mediaPlayer: (@Composable ContentScope.() -> Unit)?, in QuickSettings()
189 fun ContentScope.QuickSettingsBackground(modifier: Modifier = Modifier) { in ContentScope() method
199 private fun ContentScope.TimeRow(modifier: Modifier = Modifier) { in ContentScope() method
208 internal fun ContentScope.Operator(modifier: Modifier = Modifier) { in Operator()
213 private fun ContentScope.DateAndBatteryRow(modifier: Modifier = Modifier) { in ContentScope() method
222 internal fun ContentScope.BrightnessSlider(modifier: Modifier = Modifier) { in BrightnessSlider()
DLockscreen.kt38 import com.android.compose.animation.scene.ContentScope
98 fun ContentScope.Lockscreen( in ContentScope() method
99 notificationList: @Composable ContentScope.() -> Unit, in ContentScope()
100 mediaPlayer: (@Composable ContentScope.() -> Unit)?, in ContentScope()
136 internal fun ContentScope.LockButton( in LockButton()
170 internal fun ContentScope.LockscreenCameraButton( in LockscreenCameraButton()
DShade.kt72 import com.android.compose.animation.scene.ContentScope in <lambda>()
141 fun ContentScope.Shade( in ContentScope() method
142 notificationList: @Composable ContentScope.(OverscrollEffect?) -> Unit, in ContentScope()
143 mediaPlayer: (@Composable ContentScope.() -> Unit)?, in ContentScope()
182 private fun ContentScope.ShadeLayout( in ShadeLayout() method
277 private fun ContentScope.additionalScrimOffset(): Animatable<Dp, AnimationVector1D>? { in ContentScope() method
350 private fun ContentScope.UnderScrim( in UnderScrim() method
351 mediaPlayer: @Composable (ContentScope.() -> Unit)?, in UnderScrim()
397 private fun ContentScope.Scrim( in ContentScope() method
398 notificationList: @Composable ContentScope.(OverscrollEffect?) -> Unit, in ContentScope()
[all …]
DQuickSettingsPager.kt40 import com.android.compose.animation.scene.ContentScope in <lambda>()
49 fun ContentScope.QuickSettingsPager( in <lambda>() method
117 fun ContentScope.GridAnchor(isExpanded: Boolean, modifier: Modifier = Modifier) { in GridAnchor() method
125 private fun ContentScope.PagerIndicators( in ContentScope() method
151 private fun ContentScope.PagerStateResetter(pagerState: PagerState) { in ContentScope() method
DClock.kt26 import com.android.compose.animation.scene.ContentScope
42 fun ContentScope.Clock(color: Color, modifier: Modifier = Modifier) { in ContentScope() method
DAlwaysOnDisplay.kt28 import com.android.compose.animation.scene.ContentScope
38 fun ContentScope.AlwaysOnDisplay(modifier: Modifier = Modifier) { in ContentScope() method
DSplitShade.kt37 import com.android.compose.animation.scene.ContentScope
69 fun ContentScope.SplitShade( in SplitShade() method
70 notificationList: @Composable ContentScope.() -> Unit, in SplitShade()
71 mediaPlayer: @Composable (ContentScope.() -> Unit)?, in SplitShade()
DCamera.kt38 import com.android.compose.animation.scene.ContentScope
63 fun ContentScope.Camera(modifier: Modifier = Modifier) { in ContentScope() method
76 fun ContentScope.CameraButton( in CameraButton() method
DPartialShade.kt32 import com.android.compose.animation.scene.ContentScope
46 fun ContentScope.PartialShade( in ContentScope() method
DStub.kt29 import com.android.compose.animation.scene.ContentScope
50 fun ContentScope.Stub( in ContentScope() method
DSmartSpace.kt36 import com.android.compose.animation.scene.ContentScope
52 fun ContentScope.SmartSpace(textColor: Color, modifier: Modifier = Modifier) { in ContentScope() method
DNestedSharedElementDemo.kt35 import com.android.compose.animation.scene.ContentScope
122 private fun ContentScope.ChildSTL( in ContentScope() method
158 private fun ContentScope.SharedElement(modifier: Modifier = Modifier) { in ContentScope() method
DLauncher.kt31 import com.android.compose.animation.scene.ContentScope
70 fun ContentScope.Launcher(columnsCount: Int, modifier: Modifier = Modifier) { in ContentScope() method
DBouncer.kt39 import com.android.compose.animation.scene.ContentScope in <lambda>()
56 fun ContentScope.Bouncer( in Bouncer() method
DMediaPlayer.kt37 import com.android.compose.animation.scene.ContentScope
121 fun ContentScope.MediaPlayer( in ContentScope() method
DQuickSettingsGrid.kt49 import com.android.compose.animation.scene.ContentScope in <lambda>()
124 fun ContentScope.QuickSettingsGrid( in ContentScope() method
166 private fun ContentScope.Tile( in tileHeight() method
/development/samples/MotionMechanics/src/com/android/mechanics/demo/util/
DExpandableCard.kt42 import com.android.compose.animation.scene.ContentScope in <lambda>()
87 header: @Composable ContentScope.(isExpanded: Boolean) -> Unit = {}, in <lambda>()
88 content: @Composable ContentScope.(isExpanded: Boolean) -> Unit,
122 private fun ContentScope.ExpansionCard( in ExpansionCard() method
125 header: @Composable ContentScope.(isExpanded: Boolean) -> Unit, in ExpansionCard()
127 content: @Composable ContentScope.(isExpanded: Boolean) -> Unit, in ExpansionCard()
146 private fun ContentScope.Chevron(rotate: Boolean, modifier: Modifier = Modifier) { in ContentScope() method
/development/samples/SceneTransitionLayoutDemo/src/com/android/compose/animation/scene/demo/notification/
DNotificationContent.kt43 import com.android.compose.animation.scene.ContentScope
73 fun ContentScope.CollapsedNotificationContent( in ContentScope() method
95 fun ContentScope.ExpandedNotificationContent( in ContentScope() method
124 private fun ContentScope.Title(i: Int, textMeasurer: TextMeasurer, modifier: Modifier = Modifier) { in ContentScope() method
134 private fun ContentScope.Content( in ContentScope() method
148 private fun ContentScope.Icon(icon: ImageVector, modifier: Modifier = Modifier) { in ContentScope() method
153 private fun ContentScope.Chevron(rotate: Boolean, modifier: Modifier = Modifier) { in ContentScope() method
DNotification.kt34 import com.android.compose.animation.scene.ContentScope
67 val collapsedContent: @Composable ContentScope.() -> Unit
68 val expandedContent: @Composable ContentScope.() -> Unit
72 internal fun ContentScope.Notification( in Notification()
DNotificationList.kt34 import com.android.compose.animation.scene.ContentScope in <lambda>()
59 fun ContentScope.NotificationList( in ContentScope() method
108 private fun ContentScope.ExpandFirstNotificationWhenSwipingFromLockscreenToShade( in ContentScope() method
DDemoNotifications.kt26 import com.android.compose.animation.scene.ContentScope in <lambda>()
88 override val collapsedContent: @Composable ContentScope.() -> Unit = { in notification()
92 override val expandedContent: @Composable ContentScope.() -> Unit = { in notification()
/development/samples/MotionMechanics/src/com/android/mechanics/demo/staging/behavior/reveal/
DRevealContainer.kt34 import com.android.compose.animation.scene.ContentScope
39 fun Modifier.revealContainer(contentScope: ContentScope): Modifier = in revealContainer()
42 internal class RevealContainerNode(var contentScope: ContentScope) : in revealContainer()
101 private data class RevealContainerElement(val contentScope: ContentScope) :

12