Loading packages/SystemUI/shared/src/com/android/systemui/shared/system/QuickStepContract.java +1 −1 Original line number Diff line number Diff line Loading @@ -367,7 +367,7 @@ public class QuickStepContract { /** * Corner radius that should be used on windows in order to cover the display. * These values are expressed in pixels because they should not respect display or font * scaling, this means that we don't have to reload them on config changes. * scaling. The corner radius may change when folding/unfolding the device. */ public static float getWindowCornerRadius(Context context) { return ScreenDecorationsUtils.getWindowCornerRadius(context); Loading Loading
packages/SystemUI/shared/src/com/android/systemui/shared/system/QuickStepContract.java +1 −1 Original line number Diff line number Diff line Loading @@ -367,7 +367,7 @@ public class QuickStepContract { /** * Corner radius that should be used on windows in order to cover the display. * These values are expressed in pixels because they should not respect display or font * scaling, this means that we don't have to reload them on config changes. * scaling. The corner radius may change when folding/unfolding the device. */ public static float getWindowCornerRadius(Context context) { return ScreenDecorationsUtils.getWindowCornerRadius(context); Loading