Update animations for TM-QPR: Home > OverviewSplitSelect transition

This change updates the animation for initiating a split from the home screen. Also fixes a bug where icons were getting severely pixelated mid-animation.

Fixes: 236759099
Fixes: 244499770
Test: Manual
Change-Id: I56a76cbf286bd30540f3debdcb681d39c890a445
This commit is contained in:
Jeremy Sim
2022-09-19 21:53:53 -07:00
parent 37f83cf246
commit f3bfe4e156
9 changed files with 114 additions and 43 deletions
@@ -55,6 +55,7 @@ public interface QuickstepSystemShortcut {
@Override
public void onClick(View view) {
// Initiate splitscreen from the Home screen or Home All Apps
Bitmap bitmap;
Intent intent;
if (mItemInfo instanceof WorkspaceItemInfo) {