Searched defs:mBar (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/tablet/
H A DNotificationPeekPanel.java25 TabletStatusBar mBar; field in class:NotificationPeekPanel
44 mBar = bar;
51 mBar.resetNotificationPeekFadeTimer();
H A DTabletTicker.java78 private TabletStatusBar mBar; field in class:TabletTicker
84 mBar = bar;
248 mBar.doneTicking();
304 final int statusBarHeight = mBar.getStatusBarHeight();
320 final View.OnClickListener clicker = mBar.makeClicker(contentIntent,
H A DNotificationPanel.java57 TabletStatusBar mBar; field in class:NotificationPanel
76 mBar = b;
108 mBar.clearAll();
304 if (mBar != null) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentsPanelView.java67 private StatusBar mBar; field in class:RecentsPanelView
244 if (mBar != null) {
245 mBar.animateCollapse();
314 mBar = bar;
606 mBar.animateCollapse();
/frameworks/base/services/java/com/android/server/
H A DStatusBarManagerService.java48 * A note on locking: We rely on the fact that calls onto mBar are oneway or
61 volatile IStatusBar mBar; field in class:StatusBarManagerService
123 if (mBar != null) {
125 mBar.animateExpand();
134 if (mBar != null) {
136 mBar.animateCollapse();
151 // It's important that the the callback and the call to mBar get done
164 if (mBar != null) {
166 mBar.disable(net);
188 if (mBar !
[all...]

Completed in 949 milliseconds