summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Johannes Gallmann <gallmann@google.com> 2023-12-20 09:25:25 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2023-12-20 09:25:25 +0000
commitf2eec5c498299b15fd398d1d8e33f8c359a9e69b (patch)
treeed1f1a36421fd6202771eefea1f98f1727a0fac4
parentcbbe9780686cbba48a47fabfe444642c387d257d (diff)
parent778d5b04ba83da9b359d84ece3fc9fc980013066 (diff)
Merge "Update java doc for getWindowCornerRadius" into main
-rw-r--r--packages/SystemUI/shared/src/com/android/systemui/shared/system/QuickStepContract.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/SystemUI/shared/src/com/android/systemui/shared/system/QuickStepContract.java b/packages/SystemUI/shared/src/com/android/systemui/shared/system/QuickStepContract.java
index d8c1e41465db..131eb6b63df3 100644
--- a/packages/SystemUI/shared/src/com/android/systemui/shared/system/QuickStepContract.java
+++ b/packages/SystemUI/shared/src/com/android/systemui/shared/system/QuickStepContract.java
@@ -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);