Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f2eec5c4 authored by Johannes Gallmann's avatar Johannes Gallmann Committed by Android (Google) Code Review
Browse files

Merge "Update java doc for getWindowCornerRadius" into main

parents cbbe9780 778d5b04
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);