Searched refs:mBar (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/services/core/java/com/android/server/statusbar/
H A DStatusBarManagerService.java54 * A note on locking: We rely on the fact that calls onto mBar are oneway or
65 private volatile IStatusBar mBar; field in class:StatusBarManagerService
126 if (mBar != null) {
128 mBar.buzzBeepBlinked();
137 if (mBar != null) {
139 mBar.notificationLightPulse(argb, onMillis, offMillis);
149 if (mBar != null) {
151 mBar.notificationLightOff();
160 if (mBar != null) {
162 mBar
[all...]
/frameworks/support/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/widget/
H A DContentLoadingProgressBarActivity.java46 private ContentLoadingProgressBar mBar; field in class:ContentLoadingProgressBarActivity
61 mBar = (ContentLoadingProgressBar)findViewById(R.id.progressbar);
72 mLastVisibility = mBar.getVisibility();
74 mBar.getViewTreeObserver().addOnGlobalLayoutListener(this);
81 mBar.show();
86 mBar.hide();
95 final int visibility = mBar.getVisibility();
106 mLastVisibility = mBar.getVisibility();
/frameworks/support/samples/Support4Demos/src/com/example/android/supportv4/widget/
H A DContentLoadingProgressBarActivity.java46 private ContentLoadingProgressBar mBar; field in class:ContentLoadingProgressBarActivity
61 mBar = (ContentLoadingProgressBar)findViewById(R.id.progressbar);
72 mLastVisibility = mBar.getVisibility();
74 mBar.getViewTreeObserver().addOnGlobalLayoutListener(this);
81 mBar.show();
86 mBar.hide();
95 final int visibility = mBar.getVisibility();
106 mLastVisibility = mBar.getVisibility();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPhoneStatusBarView.java36 PhoneStatusBar mBar; field in class:PhoneStatusBarView
47 mBar.makeExpandedInvisible();
63 mBar = bar;
77 return mBar.panelsEnabled();
98 mBar.makeExpandedVisible(false);
124 boolean barConsumedEvent = mBar.interceptTouchEvent(event);
140 mBar.onTrackingStarted();
148 mBar.onClosingFinished();
154 mBar.onTrackingStopped(expand);
165 return mBar
[all...]
H A DLockscreenWallpaper.java54 private final PhoneStatusBar mBar; field in class:LockscreenWallpaper
68 mBar = bar;
190 mBar.updateMediaMetaData(
H A DPanelView.java97 PanelBar mBar; field in class:PanelView
127 mBar.onExpandingFinished();
433 mBar.onTrackingStopped(expand);
441 mBar.onTrackingStarted();
815 mBar = panelBar;
862 // When peeking, we already tell mBar that we expanded ourselves. Make sure that we also
863 // notify mBar that we might have closed ourselves.
934 mBar.onClosingFinished();
1035 mBar.panelExpansionChanged(mExpandedFraction, mExpandedFraction > 0f || mPeekPending
H A DNotificationPanelView.java547 GestureRecorder gr = ((PhoneStatusBarView) mBar).mBar.getGestureRecorder();
2267 mBar.panelScrimMinFractionChanged(minFraction);
/frameworks/base/packages/SystemUI/src/com/android/systemui/assist/
H A DAssistManager.java56 private final BaseStatusBar mBar; field in class:AssistManager
83 mBar = bar;
184 if (!mBar.isDeviceProvisioned()) {
189 mBar.animateCollapsePanels(CommandQueue.FLAG_EXCLUDE_SEARCH_PANEL |
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpManager.java93 private PhoneStatusBar mBar; field in class:HeadsUpManager
165 mBar = bar;
173 return mBar;
393 if (mIsExpanded || mBar.isBouncerShowing()) {

Completed in 725 milliseconds