Loading packages/SystemUI/shared/src/com/android/systemui/shared/system/QuickStepContract.java +2 −0 Original line number Diff line number Diff line Loading @@ -414,6 +414,8 @@ 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. The corner radius may change when folding/unfolding the device. * * @param context A display associated context. */ public static float getWindowCornerRadius(Context context) { return ScreenDecorationsUtils.getWindowCornerRadius(context); Loading Loading
packages/SystemUI/shared/src/com/android/systemui/shared/system/QuickStepContract.java +2 −0 Original line number Diff line number Diff line Loading @@ -414,6 +414,8 @@ 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. The corner radius may change when folding/unfolding the device. * * @param context A display associated context. */ public static float getWindowCornerRadius(Context context) { return ScreenDecorationsUtils.getWindowCornerRadius(context); Loading