Merge "Fix TwoPanelWorkspaceTests" into tm-qpr-dev

This commit is contained in:
Schneider Victor-tulias
2023-03-29 17:03:59 +00:00
committed by Android (Google) Code Review
4 changed files with 26 additions and 1 deletions
+4
View File
@@ -3259,6 +3259,10 @@ public class Launcher extends StatefulActivity<LauncherState>
return new LauncherAccessibilityDelegate(this);
}
/** Enables/disabled the hotseat prediction icon long press edu for testing. */
@VisibleForTesting
public void enableHotseatEdu(boolean enable) {}
/**
* @see LauncherState#getOverviewScaleAndOffset(Launcher)
*/