Invoking onOverviewShown() on showRecents(false)

If a CTS test wants to show Recents in split-screen mode, we call this
and the test passes :) This is good enough for now.

Bug: 77275679
Test: atest android.server.am.ActivityManagerSplitScreenTests#testDockedStackToMinimizeWhenUnlocked
Change-Id: I5ac1b2890f70a48d86b7b0e85b6ebb8263843484
This commit is contained in:
Vadim Tryshev 2018-04-03 11:54:50 -07:00
parent b518981124
commit 9c5ece3eec
1 changed files with 2 additions and 0 deletions

View File

@ -134,6 +134,8 @@ public class TouchInteractionService extends Service {
if (triggeredFromAltTab) {
setupTouchConsumer(HIT_TARGET_NONE);
mEventQueue.onOverviewShownFromAltTab();
} else {
mOverviewCommandHelper.onOverviewShown();
}
}