Merge "First pass at Taskbar layout UI polish for SUW" into tm-qpr-dev

This commit is contained in:
TreeHugger Robot
2022-10-12 02:27:37 +00:00
committed by Android (Google) Code Review
6 changed files with 53 additions and 18 deletions

View File

@@ -354,6 +354,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;
}