Home
last modified time | relevance | path

Searched refs:hideFakeTaskbar (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/interaction/
H A DOverviewGestureTutorialController.java152 hideFakeTaskbar(/* animateToHotseat= */ false); in animateTaskViewToOverview()
H A DSwipeUpGestureTutorialController.java200 hideFakeTaskbar(/* animateToHotseat= */ false); in fadeOutFakeTaskView()
220 hideFakeTaskbar(/* animateToHotseat= */ true); in animateFakeTaskViewHome()
H A DTutorialController.java446 void hideFakeTaskbar(boolean animateToHotseat) { in hideFakeTaskbar() method in TutorialController