Update onOverviewShown interface to get signal of whether it should be

iterated in forward or backward direction

For more information, check out the change in the same topic.

Bug: 258854035
Test: manual
Change-Id: Id4a201c1979645ec319478f634039a4e9e495a35
This commit is contained in:
Tracy Zhou
2023-01-12 07:17:58 +00:00
parent fe2e6495c2
commit 6fb8b3cec4
@@ -197,7 +197,7 @@ public class TouchInteractionService extends Service
@BinderThread
@Override
public void onOverviewShown(boolean triggeredFromAltTab) {
public void onOverviewShown(boolean triggeredFromAltTab, boolean forward) {
if (triggeredFromAltTab) {
TaskUtils.closeSystemWindowsAsync(CLOSE_SYSTEM_WINDOWS_REASON_RECENTS);
mOverviewCommandHelper.addCommand(OverviewCommandHelper.TYPE_SHOW_NEXT_FOCUS);