Add metric logging for fake landscape usage
- Reuse existing TaskSwitcherContainer for Overview metric logging - Log current orientation state for Overview when interacting with gestures or via three button nav - Log current orientation state on each phone rotation Bug: 332870519 Test: Manual Flag: NA Change-Id: Ia10cf1acb809432175daab55151998f0d77362f9
This commit is contained in:
@@ -669,7 +669,7 @@ public class TaskbarLauncherStateController {
|
||||
}
|
||||
|
||||
boolean isInOverviewUi() {
|
||||
return mLauncherState.overviewUi;
|
||||
return mLauncherState.isRecentsViewVisible;
|
||||
}
|
||||
|
||||
private void playStateTransitionAnim(AnimatorSet animatorSet, long duration,
|
||||
|
||||
Reference in New Issue
Block a user