Log when taskbar is in task switcher container.

Test: wwdebug & wwlogcat
Bug: 261177876
Change-Id: Id4eda7ee7e4e2c1aa60e07d5b65410b3847d9ac6
This commit is contained in:
Brian Isganitis
2023-03-04 01:42:26 +00:00
parent a176ad060f
commit c762ef68d4
5 changed files with 28 additions and 8 deletions

View File

@@ -406,6 +406,10 @@ import java.util.StringJoiner;
return mLauncherState != LauncherState.ALL_APPS;
}
boolean isInOverview() {
return mLauncherState == LauncherState.OVERVIEW;
}
private void playStateTransitionAnim(AnimatorSet animatorSet, long duration,
boolean committed) {
boolean isInStashedState = mLauncherState.isTaskbarStashed(mLauncher);