/development/samples/SceneTransitionLayoutDemo/src/com/android/compose/animation/scene/demo/ |
D | NotificationShade.kt | 26 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()
|
D | QuickSettingsShade.kt | 28 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()
|
D | SplitLockscreen.kt | 30 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()
|
D | QuickSettings.kt | 55 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()
|
D | Lockscreen.kt | 38 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()
|
D | Shade.kt | 72 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 …]
|
D | QuickSettingsPager.kt | 40 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
|
D | Clock.kt | 26 import com.android.compose.animation.scene.ContentScope 42 fun ContentScope.Clock(color: Color, modifier: Modifier = Modifier) { in ContentScope() method
|
D | AlwaysOnDisplay.kt | 28 import com.android.compose.animation.scene.ContentScope 38 fun ContentScope.AlwaysOnDisplay(modifier: Modifier = Modifier) { in ContentScope() method
|
D | SplitShade.kt | 37 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()
|
D | Camera.kt | 38 import com.android.compose.animation.scene.ContentScope 63 fun ContentScope.Camera(modifier: Modifier = Modifier) { in ContentScope() method 76 fun ContentScope.CameraButton( in CameraButton() method
|
D | PartialShade.kt | 32 import com.android.compose.animation.scene.ContentScope 46 fun ContentScope.PartialShade( in ContentScope() method
|
D | Stub.kt | 29 import com.android.compose.animation.scene.ContentScope 50 fun ContentScope.Stub( in ContentScope() method
|
D | SmartSpace.kt | 36 import com.android.compose.animation.scene.ContentScope 52 fun ContentScope.SmartSpace(textColor: Color, modifier: Modifier = Modifier) { in ContentScope() method
|
D | NestedSharedElementDemo.kt | 35 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
|
D | Launcher.kt | 31 import com.android.compose.animation.scene.ContentScope 70 fun ContentScope.Launcher(columnsCount: Int, modifier: Modifier = Modifier) { in ContentScope() method
|
D | Bouncer.kt | 39 import com.android.compose.animation.scene.ContentScope in <lambda>() 56 fun ContentScope.Bouncer( in Bouncer() method
|
D | MediaPlayer.kt | 37 import com.android.compose.animation.scene.ContentScope 121 fun ContentScope.MediaPlayer( in ContentScope() method
|
D | QuickSettingsGrid.kt | 49 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/ |
D | ExpandableCard.kt | 42 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/ |
D | NotificationContent.kt | 43 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
|
D | Notification.kt | 34 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()
|
D | NotificationList.kt | 34 import com.android.compose.animation.scene.ContentScope in <lambda>() 59 fun ContentScope.NotificationList( in ContentScope() method 108 private fun ContentScope.ExpandFirstNotificationWhenSwipingFromLockscreenToShade( in ContentScope() method
|
D | DemoNotifications.kt | 26 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/ |
D | RevealContainer.kt | 34 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) :
|