Merge "Allow icons to take up full width in all cases where width > height." into tm-dev

This commit is contained in:
TreeHugger Robot
2022-03-08 19:08:59 +00:00
committed by Android (Google) Code Review
3 changed files with 19 additions and 22 deletions

View File

@@ -336,8 +336,7 @@ abstract class SwipeUpGestureTutorialController extends TutorialController {
1f - SHAPE_PROGRESS_DURATION /* shapeProgressStart */,
radius, 255,
false, /* isOpening */
mFakeIconView, mDp,
false /* isVerticalBarLayout */);
mFakeIconView, mDp);
mFakeIconView.setAlpha(1);
mFakeTaskView.setAlpha(getWindowAlpha(progress));
mFakePreviousTaskView.setAlpha(getWindowAlpha(progress));