First pass at Taskbar layout UI polish for SUW

Bug: 231906478
Change-Id: I5d55d1e33f928d4b8034c356565a0f9d8bc5c3fb
This commit is contained in:
Vinit Nayak
2022-09-29 17:52:45 -07:00
parent 7523b94105
commit 2081742cb7
6 changed files with 53 additions and 18 deletions

View File

@@ -345,6 +345,11 @@ public class TaskbarStashController implements TaskbarControllers.LoggableTaskba
}
return mStashedHeight;
}
if (!mActivity.isUserSetupComplete()) {
// Special insets for SUW.
return mActivity.getResources().getDimensionPixelSize(R.dimen.taskbar_suw_insets);
}
return mUnstashedHeight;
}