Loading packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/blueprint/DefaultBlueprint.kt +7 −3 Original line number Diff line number Diff line Loading @@ -31,6 +31,7 @@ import androidx.compose.ui.unit.IntRect import androidx.lifecycle.compose.collectAsStateWithLifecycle import com.android.compose.animation.scene.SceneScope import com.android.compose.modifiers.padding import com.android.compose.modifiers.thenIf import com.android.systemui.compose.modifiers.sysuiResTag import com.android.systemui.keyguard.ui.composable.LockscreenLongPress import com.android.systemui.keyguard.ui.composable.section.AmbientIndicationSection Loading Loading @@ -94,7 +95,10 @@ constructor( with(topAreaSection) { DefaultClockLayout( modifier = Modifier.fillMaxWidth(0.5f).graphicsLayer { Modifier.thenIf(isShadeLayoutWide) { Modifier.fillMaxWidth(0.5f) } .graphicsLayer { translationX = unfoldTranslations.start } ) Loading Loading
packages/SystemUI/compose/features/src/com/android/systemui/keyguard/ui/composable/blueprint/DefaultBlueprint.kt +7 −3 Original line number Diff line number Diff line Loading @@ -31,6 +31,7 @@ import androidx.compose.ui.unit.IntRect import androidx.lifecycle.compose.collectAsStateWithLifecycle import com.android.compose.animation.scene.SceneScope import com.android.compose.modifiers.padding import com.android.compose.modifiers.thenIf import com.android.systemui.compose.modifiers.sysuiResTag import com.android.systemui.keyguard.ui.composable.LockscreenLongPress import com.android.systemui.keyguard.ui.composable.section.AmbientIndicationSection Loading Loading @@ -94,7 +95,10 @@ constructor( with(topAreaSection) { DefaultClockLayout( modifier = Modifier.fillMaxWidth(0.5f).graphicsLayer { Modifier.thenIf(isShadeLayoutWide) { Modifier.fillMaxWidth(0.5f) } .graphicsLayer { translationX = unfoldTranslations.start } ) Loading