Searched refs:withDelay (Results 1 – 3 of 3) sorted by relevance
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
H A D | DiscoveryBounce.java | 124 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 D | PhonePipMenuController.java | 285 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 D | PipMenuView.java | 275 boolean resizeMenuOnShow, boolean withDelay, boolean showResizeHandle) { in showMenu() argument 324 if (withDelay) { in showMenu()
|