Searched refs:notifyMenuStateChangeStart (Results 1 – 1 of 1) sorted by relevance
346 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