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