From 653b4b9b31b665767640a2378ec00d392b8a7eee Mon Sep 17 00:00:00 2001 From: Brandon Dayauon Date: Wed, 14 May 2025 11:33:10 -0700 Subject: [PATCH] Make hotseatQsbShadowHeight public This variable is used during layout of the psb in hotSeat.java. It is specifically applied to calculate the qsbOffsetY() bug: 413719316 Test: manually presubmit Flag: com.google.android.apps.nexuslauncher.psb_aim_reskin Change-Id: I9b4bd244a39de61e7ef23dbf477e1808f30f5401 --- src/com/android/launcher3/DeviceProfile.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/android/launcher3/DeviceProfile.java b/src/com/android/launcher3/DeviceProfile.java index 848b7962a5..a1aaff9f81 100644 --- a/src/com/android/launcher3/DeviceProfile.java +++ b/src/com/android/launcher3/DeviceProfile.java @@ -236,7 +236,7 @@ public class DeviceProfile { public int hotseatQsbWidth; // only used when isQsbInline public final int hotseatQsbHeight; public final int hotseatQsbVisualHeight; - private final int hotseatQsbShadowHeight; + public final int hotseatQsbShadowHeight; public int hotseatBorderSpace; private final int mMinHotseatIconSpacePx; private final int mMinHotseatQsbWidthPx;