Revert "Update animations for TM-QPR: Overview > OverviewSplitSelect transition"

This reverts commit a50bb39048.

Reason for revert: Causes a P1 bug (b/241165022).

Fixes: 241165022
Bug: 236760307
Change-Id: Icc080d9a37e26d70d0f4cf846a4fd39df3b71625
This commit is contained in:
Jeremy Sim
2022-08-18 21:24:37 +00:00
parent a50bb39048
commit 2fe7dd7306
11 changed files with 33 additions and 175 deletions
@@ -500,7 +500,7 @@ public class PortraitPagedViewHandler implements PagedOrientationHandler {
public void setSplitInstructionsParams(View out, DeviceProfile dp, int splitInstructionsHeight,
int splitInstructionsWidth, int threeButtonNavShift) {
out.setPivotX(0);
out.setPivotY(splitInstructionsHeight);
out.setPivotY(0);
out.setRotation(getDegreesRotated());
int distanceToEdge;
if ((DisplayController.getNavigationMode(out.getContext()) == THREE_BUTTONS)