Searched refs:topAppWindowChanged (Results 1 – 8 of 8) sorted by relevance
70 void topAppWindowChanged(boolean menuVisible); in topAppWindowChanged() method
170 public void topAppWindowChanged(boolean menuVisible) {171 StatusBarManagerService.this.topAppWindowChanged(menuVisible);548 private void topAppWindowChanged(final boolean menuVisible) { in topAppWindowChanged() method in StatusBarManagerService559 mBar.topAppWindowChanged(menuVisible); in topAppWindowChanged()
52 void topAppWindowChanged(boolean menuVisible); in topAppWindowChanged() method
108 mCommandQueue.topAppWindowChanged(true); in testTopAppWindowChanged()110 verify(mCallbacks).topAppWindowChanged(eq(true)); in testTopAppWindowChanged()
111 default void topAppWindowChanged(boolean visible) { } in topAppWindowChanged() method237 public void topAppWindowChanged(boolean menuVisible) { in topAppWindowChanged() method in CommandQueue487 mCallbacks.get(i).topAppWindowChanged(msg.arg1 != 0); in handleMessage()
289 public void topAppWindowChanged(boolean showMenu) { in topAppWindowChanged() method in NavigationBarFragment
847 topAppWindowChanged(switches[2] != 0); in start()3338 public void topAppWindowChanged(boolean showMenu) { in topAppWindowChanged() method
7828 statusbar.topAppWindowChanged(needsMenu); in updateSystemUiVisibilityLw()