Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/pip/phone/
H A DPipMenuView.java326 notifyMenuStateChangeStart(menuState, resizeMenuOnShow, () -> { in showMenu()
335 notifyMenuStateChangeStart(menuState, resizeMenuOnShow, null); in showMenu()
388 notifyMenuStateChangeStart(MENU_STATE_NONE, resize, null); in hideMenu()
528 private void notifyMenuStateChangeStart(int menuState, boolean resize, Runnable callback) { in notifyMenuStateChangeStart() method