Home | History | Annotate | Download | only in statusbar

Lines Matching refs:mBar

45  * A note on locking:  We rely on the fact that calls onto mBar are oneway or
56 private volatile IStatusBar mBar;
113 if (mBar != null) {
115 mBar.buzzBeepBlinked();
124 if (mBar != null) {
126 mBar.notificationLightPulse(argb, onMillis, offMillis);
136 if (mBar != null) {
138 mBar.notificationLightOff();
147 if (mBar != null) {
149 mBar.showScreenPinningRequest();
163 if (mBar != null) {
165 mBar.animateExpandNotificationsPanel();
175 if (mBar != null) {
177 mBar.animateCollapsePanels();
187 if (mBar != null) {
189 mBar.animateExpandSettingsPanel();
209 // It's important that the the callback and the call to mBar get done
224 if (mBar != null) {
226 mBar.disable(net);
250 if (mBar != null) {
252 mBar.setIcon(index, icon);
277 if (mBar != null) {
279 mBar.setIcon(index, icon);
299 if (mBar != null) {
301 mBar.removeIcon(index);
323 if (mBar != null) {
325 mBar.topAppWindowChanged(menuVisible);
353 if (mBar != null) {
355 mBar.setImeWindowStatus(token, vis, backDisposition, showImeSwitcher);
386 if (mBar != null) {
388 mBar.setSystemUiVisibility(vis, mask);
399 if (mBar != null) {
401 mBar.toggleRecentApps();
408 if (mBar != null) {
410 mBar.preloadRecentApps();
417 if (mBar != null) {
419 mBar.cancelPreloadRecentApps();
426 if (mBar != null) {
428 mBar.showRecentApps(triggeredFromAltTab);
435 if (mBar != null) {
437 mBar.hideRecentApps(triggeredFromAltTab, triggeredFromHomeKey);
450 if (mBar != null) {
452 mBar.setWindowState(window, state);
481 mBar = bar;