Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DDiscoveryBounce.java124 private static void showForHomeIfNeeded(Launcher launcher, boolean withDelay) { in showForHomeIfNeeded() argument
134 if (withDelay) { in showForHomeIfNeeded()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPhonePipMenuController.java285 boolean willResizeMenu, boolean withDelay, boolean showResizeHandle) { in showMenuInternal() argument
291 + " withDelay=" + withDelay in showMenuInternal()
304 mPipMenuView.showMenu(menuState, stackBounds, allowMenuTimeout, willResizeMenu, withDelay, in showMenuInternal()
H A DPipMenuView.java275 boolean resizeMenuOnShow, boolean withDelay, boolean showResizeHandle) { in showMenu() argument
324 if (withDelay) { in showMenu()