Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPhonePipMenuController.java264 public void showMenuWithPossibleDelay(int menuState, Rect stackBounds, boolean allowMenuTimeout, in showMenuWithPossibleDelay() argument
271 showMenuInternal(menuState, stackBounds, allowMenuTimeout, willResizeMenu, in showMenuWithPossibleDelay()
278 public void showMenu(int menuState, Rect stackBounds, boolean allowMenuTimeout, in showMenu() argument
280 showMenuInternal(menuState, stackBounds, allowMenuTimeout, willResizeMenu, in showMenu()
284 private void showMenuInternal(int menuState, Rect stackBounds, boolean allowMenuTimeout, in showMenuInternal() argument
289 + " allowMenuTimeout=" + allowMenuTimeout in showMenuInternal()
304 mPipMenuView.showMenu(menuState, stackBounds, allowMenuTimeout, willResizeMenu, withDelay, in showMenuInternal()
H A DPipMenuView.java274 void showMenu(int menuState, Rect stackBounds, boolean allowMenuTimeout, in showMenu() argument
276 mAllowMenuTimeout = allowMenuTimeout; in showMenu()
314 if (allowMenuTimeout) { in showMenu()
343 if (allowMenuTimeout) { in showMenu()