Loading packages/SystemUI/compose/features/src/com/android/systemui/bouncer/ui/composable/PatternBouncer.kt +1 −1 Original line number Diff line number Diff line Loading @@ -424,7 +424,7 @@ private suspend fun showFailureAnimation( private fun offset( availableSize: Int, spacingPerDot: Float, dotCount: Int, dotCount: Byte, isCentered: Boolean = false, ): Float { val default = availableSize - spacingPerDot * dotCount Loading Loading
packages/SystemUI/compose/features/src/com/android/systemui/bouncer/ui/composable/PatternBouncer.kt +1 −1 Original line number Diff line number Diff line Loading @@ -424,7 +424,7 @@ private suspend fun showFailureAnimation( private fun offset( availableSize: Int, spacingPerDot: Float, dotCount: Int, dotCount: Byte, isCentered: Boolean = false, ): Float { val default = availableSize - spacingPerDot * dotCount Loading