Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPhonePipMenuController.java298 public void showMenuWithPossibleDelay(int menuState, Rect stackBounds, boolean allowMenuTimeout, in showMenuWithPossibleDelay() argument
305 showMenuInternal(menuState, stackBounds, allowMenuTimeout, willResizeMenu, in showMenuWithPossibleDelay()
312 public void showMenu(int menuState, Rect stackBounds, boolean allowMenuTimeout, in showMenu() argument
314 showMenuInternal(menuState, stackBounds, allowMenuTimeout, willResizeMenu, in showMenu()
318 private void showMenuInternal(int menuState, Rect stackBounds, boolean allowMenuTimeout, in showMenuInternal() argument
328 + " callers=\n%s", TAG, menuState, isMenuVisible(), allowMenuTimeout, in showMenuInternal()
341 mPipMenuView.showMenu(menuState, stackBounds, allowMenuTimeout, willResizeMenu, withDelay, in showMenuInternal()
H A DPipMenuView.java294 void showMenu(int menuState, Rect stackBounds, boolean allowMenuTimeout, in showMenu() argument
296 mAllowMenuTimeout = allowMenuTimeout; in showMenu()
334 if (allowMenuTimeout) { in showMenu()
363 if (allowMenuTimeout) { in showMenu()