Searched refs:zIndex (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/ |
D | Scene.kt | 31 import androidx.compose.ui.zIndex in <lambda>() 41 zIndex: Float, in <lambda>() 47 var zIndex by mutableFloatStateOf(zIndex) in <lambda>() variable 74 .zIndex(zIndex) in <lambda>()
|
D | SceneTransitionLayoutImpl.kt | 157 var zIndex = 0f in <lambda>() variable 172 scene.zIndex = zIndex in <lambda>() 181 zIndex, in <lambda>() 185 zIndex++ in <lambda>()
|
D | MovableElement.kt | 184 fromSceneZIndex = layoutImpl.scenes.getValue(transition.fromScene).zIndex, in shouldComposeMovableElement() 185 toSceneZIndex = layoutImpl.scenes.getValue(transition.toScene).zIndex, in shouldComposeMovableElement()
|
D | Element.kt | 724 fromSceneZIndex = layoutImpl.scenes.getValue(fromScene).zIndex, in shouldPlaceOrComposeSharedElement() 725 toSceneZIndex = layoutImpl.scenes.getValue(toScene).zIndex, in shouldPlaceOrComposeSharedElement()
|
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/volume/panel/component/selector/ui/composable/ |
D | VolumePanelRadioButtons.kt | 259 RadioButtonBarComponent.ButtonsBackground.zIndex, in measure() 261 indicatorPlaceable.placeRelative(0, 0, RadioButtonBarComponent.Indicator.zIndex) in measure() 263 buttonsPlaceable.placeRelative(0, 0, RadioButtonBarComponent.Buttons.zIndex) in measure() 267 RadioButtonBarComponent.Labels.zIndex, in measure() 395 private enum class RadioButtonBarComponent(val zIndex: Float) { constant in com.android.systemui.volume.panel.component.selector.ui.composable.RadioButtonBarComponent
|
/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/ |
D | PlatformSlider.kt | 156 private enum class TrackComponent(val zIndex: Float) { constant in com.android.compose.TrackComponent 392 backgroundPlaceable.placeRelative(0, 0, TrackComponent.Background.zIndex) in measure() 394 iconPlaceable?.placeRelative(0, 0, TrackComponent.Icon.zIndex) in measure() 395 labelPlaceable?.placeRelative(0, 0, TrackComponent.Label.zIndex) in measure()
|