Home
last modified time | relevance | path

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

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