Home | History | Annotate | Download | only in statusbar

Lines Matching defs:mBar

60  * A note on locking:  We rely on the fact that calls onto mBar are oneway or
72 private volatile IStatusBar mBar;
181 if (mBar != null) {
183 mBar.showScreenPinningRequest(taskId);
191 if (mBar != null) {
193 mBar.showAssistDisclosure();
201 if (mBar != null) {
203 mBar.startAssist(args);
211 if (mBar != null) {
213 mBar.onCameraLaunchGestureDetected(source);
235 if (mBar != null) {
237 mBar.toggleSplitScreen();
244 if (mBar != null) {
246 mBar.appTransitionFinished();
253 if (mBar != null) {
255 mBar.toggleRecentApps();
269 if (mBar != null) {
271 mBar.preloadRecentApps();
278 if (mBar != null) {
280 mBar.cancelPreloadRecentApps();
287 if (mBar != null) {
289 mBar.showRecentApps(triggeredFromAltTab);
296 if (mBar != null) {
298 mBar.hideRecentApps(triggeredFromAltTab, triggeredFromHomeKey);
305 if (mBar != null) {
307 mBar.dismissKeyboardShortcutsMenu();
314 if (mBar != null) {
316 mBar.toggleKeyboardShortcutsMenu(deviceId);
323 if (mBar != null) {
325 mBar.showWirelessChargingAnimation(batteryLevel);
333 if (mBar != null) {
335 mBar.showPictureInPictureMenu();
342 if (mBar != null) {
344 mBar.setWindowState(window, state);
351 if (mBar != null) {
353 mBar.appTransitionPending();
360 if (mBar != null) {
362 mBar.appTransitionCancelled();
370 if (mBar != null) {
372 mBar.appTransitionStarting(
380 if (mBar != null) {
382 mBar.setTopAppHidesStatusBar(hidesStatusBar);
392 if (mBar != null) {
394 mBar.showShutdownUi(isReboot, reason);
403 if (mBar != null){
405 mBar.onProposedRotationChanged(rotation, isValid);
420 mGlobalActionListener.onGlobalActionsAvailableChanged(mBar != null);
425 if (mBar != null) {
427 mBar.showGlobalActionsMenu();
440 if (mBar != null) {
442 mBar.animateExpandNotificationsPanel();
452 if (mBar != null) {
454 mBar.animateCollapsePanels();
464 if (mBar != null) {
466 mBar.togglePanel();
476 if (mBar != null) {
478 mBar.animateExpandSettingsPanel(subPanel);
487 if (mBar != null) {
489 mBar.addQsTile(component);
498 if (mBar != null) {
500 mBar.remQsTile(component);
509 if (mBar != null) {
511 mBar.clickQsTile(component);
521 if (mBar != null) {
523 mBar.handleSystemKey(key);
531 if (mBar != null) {
533 mBar
541 if (mBar != null) {
543 mBar.showPinningEscapeToast();
551 if (mBar != null) {
553 mBar.showFingerprintDialog(bundle, receiver);
561 if (mBar != null) {
563 mBar.onFingerprintAuthenticated();
571 if (mBar != null) {
573 mBar.onFingerprintHelp(message);
581 if (mBar != null) {
583 mBar.onFingerprintError(error);
591 if (mBar != null) {
593 mBar.hideFingerprintDialog();
640 // It's important that the the callback and the call to mBar get done
657 if (mBar != null) {
659 mBar.disable(net1, net2);
677 if (mBar != null) {
679 mBar.setIcon(slot, icon);
698 if (mBar != null) {
700 mBar.setIcon(slot, icon);
715 if (mBar != null) {
717 mBar.removeIcon(slot);
738 if (mBar != null) {
740 mBar.topAppWindowChanged(menuVisible);
768 if (mBar != null) {
770 mBar.setImeWindowStatus(token, vis, backDisposition, showImeSwitcher);
817 if (mBar != null) {
819 mBar.setSystemUiVisibility(vis, fullscreenStackVis, dockedStackVis,
861 mBar = bar;
863 mBar.asBinder().linkToDeath(new DeathRecipient() {
866 mBar = null;
898 mGlobalActionListener.onGlobalActionsAvailableChanged(mBar != null);