/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/section/ |
D | WeatherClockSection.kt | 34 import com.android.compose.animation.scene.SceneScope 53 fun SceneScope.Time( in Time() method 73 private fun SceneScope.Date( in SceneScope() method 86 private fun SceneScope.Weather( in Weather() method 99 private fun SceneScope.DndAlarmStatus( in SceneScope() method 112 private fun SceneScope.Temperature( in Temperature() method 125 private fun SceneScope.WeatherElement( in WeatherElement() method 154 fun SceneScope.LargeClockSectionBelowSmartspace( in SceneScope() method
|
D | AmbientIndicationSection.kt | 21 import com.android.compose.animation.scene.SceneScope 25 @Composable fun SceneScope.AmbientIndication(modifier: Modifier)
|
D | MediaCarouselSection.kt | 24 import com.android.compose.animation.scene.SceneScope 42 fun SceneScope.KeyguardMediaCarousel() { in KeyguardMediaCarousel() method
|
D | TopAreaSection.kt | 36 import com.android.compose.animation.scene.SceneScope 111 private fun SceneScope.SmallClockWithSmartSpace(modifier: Modifier = Modifier) { in SmallClockWithSmartSpace() method 133 private fun SceneScope.LargeClockWithSmartSpace(shouldOffSetClockToOneHalf: Boolean = false) { in LargeClockWithSmartSpace() method 170 private fun SceneScope.WeatherLargeClockWithSmartSpace(modifier: Modifier = Modifier) { in WeatherLargeClockWithSmartSpace() method
|
D | DefaultClockSection.kt | 35 import com.android.compose.animation.scene.SceneScope in <lambda>() 57 fun SceneScope.SmallClock( in <lambda>() method 93 fun SceneScope.LargeClock(burnInParams: BurnInParameters, modifier: Modifier = Modifier) { in <lambda>() method
|
D | BottomAreaSection.kt | 33 import com.android.compose.animation.scene.SceneScope in <lambda>() 66 fun SceneScope.Shortcut( in <lambda>() method 95 fun SceneScope.IndicationArea( in <lambda>() method
|
D | StatusBarSection.kt | 32 import com.android.compose.animation.scene.SceneScope 51 fun SceneScope.StatusBar(modifier: Modifier = Modifier) { in SceneScope() method
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/scene/ui/composable/ |
D | ComposableScene.kt | 21 import com.android.compose.animation.scene.SceneScope 26 @Composable fun SceneScope.Content(modifier: Modifier)
|
D | GoneScene.kt | 28 import com.android.compose.animation.scene.SceneScope 66 override fun SceneScope.Content( in Content() 83 private fun SceneScope.HeadsUpNotificationStack( in HeadsUpNotificationStack() method
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/blueprint/ |
D | ComposableLockscreenSceneBlueprint.kt | 21 import com.android.compose.animation.scene.SceneScope 27 @Composable fun SceneScope.Content(modifier: Modifier)
|
D | CommunalBlueprint.kt | 26 import com.android.compose.animation.scene.SceneScope in <lambda>() 44 override fun SceneScope.Content(modifier: Modifier) { in <lambda>()
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/ |
D | LockscreenScene.kt | 22 import com.android.compose.animation.scene.SceneScope 49 override fun SceneScope.Content( in Content() 60 private fun SceneScope.LockscreenScene( in LockscreenScene() method
|
D | LockscreenContent.kt | 26 import com.android.compose.animation.scene.SceneScope 48 fun SceneScope.Content( in Content() method
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/bouncer/ui/composable/ |
D | BouncerScene.kt | 26 import com.android.compose.animation.scene.SceneScope 63 override fun SceneScope.Content( in Content() 69 private fun SceneScope.BouncerScene( in Content() method
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/section/ |
D | AmbientStatusBarSection.kt | 25 import com.android.compose.animation.scene.SceneScope in <lambda>() 38 fun SceneScope.AmbientStatusBar(modifier: Modifier = Modifier) { in <lambda>() method
|
/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/transformation/ |
D | AnchoredSizeTest.kt | 28 import com.android.compose.animation.scene.SceneScope 111 fromSceneContent: @Composable SceneScope.() -> Unit, in assertBarSizeMatchesGolden() 112 toSceneContent: @Composable SceneScope.() -> Unit, in assertBarSizeMatchesGolden()
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/ |
D | CommunalScene.kt | 21 import com.android.compose.animation.scene.SceneScope 57 override fun SceneScope.Content(modifier: Modifier) { in Content()
|
D | CommunalContent.kt | 26 import com.android.compose.animation.scene.SceneScope in <lambda>() 47 fun SceneScope.Content(modifier: Modifier = Modifier) { in <lambda>() method
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/shade/ui/composable/ |
D | OverlayShade.kt | 53 import com.android.compose.animation.scene.SceneScope 64 fun SceneScope.OverlayShade( in SceneScope() method 96 private fun SceneScope.Scrim( in Scrim() method 111 private fun SceneScope.Panel( in SceneScope() method
|
/frameworks/base/packages/SystemUI/compose/scene/tests/utils/src/com/android/compose/animation/scene/ |
D | TestTransition.kt | 89 fromSceneContent: @Composable SceneScope.() -> Unit, in onElement() 90 toSceneContent: @Composable SceneScope.() -> Unit, in onElement() 132 fromSceneContent: @Composable SceneScope.() -> Unit, in MotionTestRule() 133 toSceneContent: @Composable SceneScope.() -> Unit, in MotionTestRule()
|
D | TestSceneScope.kt | 27 content: @Composable SceneScope.() -> Unit, in TestSceneScope()
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/notifications/ui/composable/ |
D | Notifications.kt | 69 import com.android.compose.animation.scene.SceneScope in <lambda>() 109 fun SceneScope.HeadsUpNotificationSpace( in HeadsUpNotificationSpace() method 139 fun SceneScope.ConstrainedNotificationStack( in SceneScope() method 166 fun SceneScope.NotificationScrollingStack( in NotificationScrollingStack() method 374 fun SceneScope.NotificationShelfSpace( in NotificationShelfSpace() method 399 private fun SceneScope.NotificationPlaceholder( in NotificationPlaceholder() method
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/media/controls/ui/composable/ |
D | MediaCarousel.kt | 31 import com.android.compose.animation.scene.SceneScope in <lambda>() 44 fun SceneScope.MediaCarousel( in SceneScope() method
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/qs/ui/composable/ |
D | QuickSettings.kt | 37 import com.android.compose.animation.scene.SceneScope in <lambda>() 84 private fun SceneScope.stateForQuickSettingsContent( in stateForQuickSettingsContent() method 137 fun SceneScope.QuickSettings( in QuickSettings() method
|
/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/ |
D | AnimatedSharedAsStateTest.kt | 70 private fun SceneScope.Foo( in Foo() method 90 private fun SceneScope.MovableFoo( in SceneScope() method 108 private fun SceneScope.SceneValues( in SceneValues() method 305 fun SceneScope.SceneValuesDuringComposition( in readingAnimatedStateValueDuringCompositionIsStillPossible() method 403 fun SceneScope.animateFloat(value: Float, key: ValueKey) { in <lambda>() method 464 fun SceneScope.animateFloat(value: Float, key: ValueKey) { in animatedValueDoesNotOverscrollWhenOverscrollIsSpecified() method
|