Merge "NIU Actions: Add NIU Actions tooltip" into sc-dev am: 4e74ccb082

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/15126744

Change-Id: I603a29767934ac22dc6200c3e63053d6278236d2
This commit is contained in:
Ashish Gupta
2021-07-08 07:42:16 +00:00
committed by Automerger Merge Worker
8 changed files with 126 additions and 4 deletions
@@ -794,6 +794,7 @@ public class TaskView extends FrameLayout implements Reusable {
mIconView.setRotation(orientationHandler.getDegreesRotated());
snapshotParams.topMargin = deviceProfile.overviewTaskThumbnailTopMarginPx;
mSnapshotView.setLayoutParams(snapshotParams);
getThumbnail().getTaskOverlay().updateOrientationState(orientationState);
}
private void setIconAndDimTransitionProgress(float progress, boolean invert) {