Home | History | Annotate | Download | only in server

Lines Matching refs:mBar

48  * A note on locking:  We rely on the fact that calls onto mBar are oneway or
61 volatile IStatusBar mBar;
125 if (mBar != null) {
127 mBar.animateExpandNotificationsPanel();
136 if (mBar != null) {
138 mBar.animateCollapsePanels();
147 if (mBar != null) {
149 mBar.animateExpandSettingsPanel();
168 // It's important that the the callback and the call to mBar get done
183 if (mBar != null) {
185 mBar.disable(net);
208 if (mBar != null) {
210 mBar.setIcon(index, icon);
234 if (mBar != null) {
236 mBar.setIcon(index, icon);
255 if (mBar != null) {
257 mBar.removeIcon(index);
277 if (mBar != null) {
279 mBar.topAppWindowChanged(menuVisible);
304 if (mBar != null) {
306 mBar.setImeWindowStatus(token, vis, backDisposition);
336 if (mBar != null) {
338 mBar.setSystemUiVisibility(vis, mask);
359 if (mBar != null) {
361 mBar.setHardKeyboardStatus(available, enabled);
371 if (mBar != null) {
373 mBar.toggleRecentApps();
380 if (mBar != null) {
382 mBar.preloadRecentApps();
389 if (mBar != null) {
391 mBar.cancelPreloadRecentApps();
404 if (mBar != null) {
406 mBar.setWindowState(window, state);
435 mBar = bar;
501 if (mBar != null) {
503 mBar.addNotification(key, notification);
517 if (mBar != null) {
519 mBar.updateNotification(key, notification);
533 if (mBar != null) {
535 mBar.removeNotification(key);