Home
last modified time | relevance | path

Searched refs:closeOverlay (Results 1 – 4 of 4) sorted by relevance

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DLauncherActivityInterface.java221 closeOverlay(); in switchToRecentsIfVisible()
280 public void closeOverlay() { in closeOverlay() method in LauncherActivityInterface
H A DBaseActivityInterface.java195 public void closeOverlay() { } in closeOverlay() method in BaseActivityInterface
H A DAbsSwipeUpHandler.java866 mActivityInterface.closeOverlay();
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/inputconsumers/
H A DOverviewInputConsumer.java92 mActivityInterface.closeOverlay(); in onMotionEvent()