commit | e69b6f49f79372ff9120ca73b51015c22be7967c | [log] [tgz] |
---|---|---|
author | fbaron <fbaron@google.com> | Mon Dec 18 13:20:34 2023 -0800 |
committer | fbaron <fbaron@google.com> | Tue Dec 19 13:52:45 2023 -0800 |
tree | 325757ee89687d54f6d6f46404de3813602e871b | |
parent | 789414190fa1d81ef75a5e1a314f27a3e1604443 [diff] |
Align QSB with hotseat and workspace icons The QSB was a bit wider becuase icons visible size is a bit smaller than their actual size due to b/235886078 so we add a workaround to adjust QSB size based on the visible icon size Bug: 281587788 Test: atest HomeScreenImageTest Flag: NONE Change-Id: I593ca2d588f08b830be0b2ac389c747b6f558b91
diff --git a/tests/assets/dumpTests/DeviceProfileDumpTest/tabletLandscape.txt b/tests/assets/dumpTests/DeviceProfileDumpTest/tabletLandscape.txt index 1781673..0f27893 100644 --- a/tests/assets/dumpTests/DeviceProfileDumpTest/tabletLandscape.txt +++ b/tests/assets/dumpTests/DeviceProfileDumpTest/tabletLandscape.txt
@@ -87,7 +87,7 @@ numShownHotseatIcons: 6 hotseatBorderSpace: 100.0px (50.0dp) isQsbInline: false - hotseatQsbWidth: 1224.0px (612.0dp) + hotseatQsbWidth: 1214.0px (607.0dp) isTaskbarPresent:false isTaskbarPresentInApps:true taskbarHeight: 0.0px (0.0dp)
diff --git a/tests/assets/dumpTests/DeviceProfileDumpTest/tabletLandscape3Button.txt b/tests/assets/dumpTests/DeviceProfileDumpTest/tabletLandscape3Button.txt index bd9e267..85f7ca1 100644 --- a/tests/assets/dumpTests/DeviceProfileDumpTest/tabletLandscape3Button.txt +++ b/tests/assets/dumpTests/DeviceProfileDumpTest/tabletLandscape3Button.txt
@@ -87,7 +87,7 @@ numShownHotseatIcons: 6 hotseatBorderSpace: 100.0px (50.0dp) isQsbInline: false - hotseatQsbWidth: 1224.0px (612.0dp) + hotseatQsbWidth: 1214.0px (607.0dp) isTaskbarPresent:false isTaskbarPresentInApps:true taskbarHeight: 0.0px (0.0dp)
diff --git a/tests/assets/dumpTests/DeviceProfileDumpTest/tabletPortrait.txt b/tests/assets/dumpTests/DeviceProfileDumpTest/tabletPortrait.txt index e983ef7..bd47777 100644 --- a/tests/assets/dumpTests/DeviceProfileDumpTest/tabletPortrait.txt +++ b/tests/assets/dumpTests/DeviceProfileDumpTest/tabletPortrait.txt
@@ -87,7 +87,7 @@ numShownHotseatIcons: 6 hotseatBorderSpace: 116.0px (58.0dp) isQsbInline: false - hotseatQsbWidth: 1300.0px (650.0dp) + hotseatQsbWidth: 1290.0px (645.0dp) isTaskbarPresent:false isTaskbarPresentInApps:true taskbarHeight: 0.0px (0.0dp)
diff --git a/tests/assets/dumpTests/DeviceProfileDumpTest/tabletPortrait3Button.txt b/tests/assets/dumpTests/DeviceProfileDumpTest/tabletPortrait3Button.txt index aa92838..902885a 100644 --- a/tests/assets/dumpTests/DeviceProfileDumpTest/tabletPortrait3Button.txt +++ b/tests/assets/dumpTests/DeviceProfileDumpTest/tabletPortrait3Button.txt
@@ -87,7 +87,7 @@ numShownHotseatIcons: 6 hotseatBorderSpace: 116.0px (58.0dp) isQsbInline: false - hotseatQsbWidth: 1300.0px (650.0dp) + hotseatQsbWidth: 1290.0px (645.0dp) isTaskbarPresent:false isTaskbarPresentInApps:true taskbarHeight: 0.0px (0.0dp)