Home
last modified time | relevance | path

Searched refs:shouldShowEduOnAppLaunch (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DLauncherTaskbarUIController.java282 if (!shouldShowEduOnAppLaunch()) { in showEduOnAppLaunch()
306 public boolean shouldShowEduOnAppLaunch() { in shouldShowEduOnAppLaunch() method in LauncherTaskbarUIController
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DQuickstepTransitionManager.java725 if (taskbarController != null && taskbarController.shouldShowEduOnAppLaunch()) { in getOpeningWindowAnimators()