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 D | PhonePipMenuController.java | 264 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 D | PipMenuView.java | 274 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()
|