Merge "Fix 3-button nav diplacement on lockscreen" into main

This commit is contained in:
Jagrut Desai
2025-03-20 13:49:54 -07:00
committed by Android (Google) Code Review
@@ -952,7 +952,7 @@ public class TaskbarViewController implements TaskbarControllers.LoggableTaskbar
// or fade in while already in in-app state.
Interpolator interpolator = mIsHotseatIconOnTopWhenAligned ? LINEAR : FINAL_FRAME;
int offsetY = launcherDp.getTaskbarOffsetY();
int offsetY = taskbarDp.getTaskbarOffsetY();
setter.setFloat(mTaskbarIconTranslationYForHome, VALUE, -offsetY, interpolator);
setter.setFloat(mTaskbarNavButtonTranslationY, VALUE, -offsetY, interpolator);
setter.setFloat(mTaskbarNavButtonTranslationYForInAppDisplay, VALUE, offsetY, interpolator);