Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPhonePipMenuController.java319 boolean willResizeMenu, boolean withDelay, boolean showResizeHandle) { in showMenuInternal() argument
329 willResizeMenu, withDelay, showResizeHandle, Debug.getCallers(5, " ")); in showMenuInternal()
341 mPipMenuView.showMenu(menuState, stackBounds, allowMenuTimeout, willResizeMenu, withDelay, in showMenuInternal()
H A DPipMenuView.java295 boolean resizeMenuOnShow, boolean withDelay, boolean showResizeHandle) { in showMenu() argument
344 if (withDelay) { in showMenu()