Searched refs:mDozing (Results 1 - 11 of 11) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DDozeScrimController.java45 private boolean mDozing; field in class:DozeScrimController
66 if (mDozing == dozing) return;
67 mDozing = dozing;
69 if (mDozing) {
98 if (mDozing && !isPulsing() && !mDozingAborted && !mWakeAndUnlocking
120 if (!mDozing || mPulseCallback != null) {
139 if (mDozing && !mWakeAndUnlocking) {
176 return mDozing;
319 if (DEBUG) Log.d(TAG, "Pulse in, mDozing=" + mDozing
[all...]
H A DStatusBarKeyguardViewManager.java89 private boolean mDozing; field in class:StatusBarKeyguardViewManager
161 if (mBouncer.needsFullscreenBouncer() && !mDozing) {
193 if (mDozing && !isWakeAndUnlocking()) {
226 if (mOccluded && !mDozing) {
275 if (mDozing != dozing) {
276 mDozing = dozing;
328 if (!mDozing) {
614 mLastDozing = mDozing;
626 boolean hideWhileDozing = mDozing && fpMode != MODE_WAKE_AND_UNLOCK_PULSING;
H A DScrimController.java113 private boolean mDozing; field in class:ScrimController
290 if (mDozing != dozing) {
291 mDozing = dozing;
385 if (mDozing) {
462 mScrimInFront.setClickable(!mDozing);
507 boolean dozing = mAnimatingDozeUnlock || mDozing;
H A DKeyguardBottomAreaView.java168 private boolean mDozing; field in class:KeyguardBottomAreaView
344 mRightAffordanceView.setVisibility(!mDozing && state.isVisible ? View.VISIBLE : View.GONE);
382 mRightAffordanceView.setVisibility(!mDozing && mRightButton.getIcon().isVisible
396 mLeftAffordanceView.setVisibility(!mDozing && state.isVisible ? View.VISIBLE : View.GONE);
801 mDozing = dozing;
H A DNotificationPanelView.java146 private boolean mDozing; field in class:NotificationPanelView
844 && !mDozing) {
861 return mDozing ? handled : true;
1709 && !mDozing ? VISIBLE : INVISIBLE);
2190 if (dozing == mDozing) return;
2191 mDozing = dozing;
2198 if (mDozing) {
2200 mKeyguardBottomArea.setDozing(mDozing, animate);
2203 mKeyguardBottomArea.setDozing(mDozing, animate);
2212 return mDozing;
[all...]
H A DStatusBar.java570 protected boolean mDozing; field in class:StatusBar
1342 mKeyguardIndicationController.setDozing(mDozing);
2069 && !mDozing
2705 return mDozing;
3541 pw.print(" mDozing="); pw.println(mDozing);
4716 Trace.traceCounter(Trace.TRACE_TAG_APP, "dozing", mDozing ? 1 : 0);
4718 boolean animate = !mDozing && mDozeServiceHost.shouldAnimateWakeup();
4719 mNotificationPanel.setDozing(mDozing, animate);
4720 mStackScroller.setDark(mDozing, animat
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyguardIndicationController.java95 private boolean mDozing; field in class:KeyguardIndicationController
168 if (!mDozing && mDevicePolicyManager.isDeviceManaged()) {
260 if (mDozing && !TextUtils.isEmpty(mTransientIndication)) {
287 if (mDozing) {
404 if (mDozing == dozing) {
407 mDozing = dozing;
426 if (mDozing) {
/frameworks/base/core/java/android/service/dreams/
H A DDreamService.java189 private boolean mDozing; field in class:DreamService
626 if (mCanDoze && !mDozing) {
627 mDozing = true;
633 if (mDozing) {
654 if (mDozing) {
655 mDozing = false;
675 return mDozing;
/frameworks/base/services/core/java/com/android/server/display/
H A DAutomaticBrightnessController.java177 private boolean mDozing; field in class:AutomaticBrightnessController
224 if (mDozing) {
237 mDozing = dozing;
278 pw.println(" mDozing=" + mDozing);
H A DDisplayPowerController.java264 private boolean mDozing; field in class:DisplayPowerController
782 if (mSkipRampState == RAMP_STATE_SKIP_NONE && mDozing) {
861 mDozing = state != Display.STATE_ON;
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/phone/
H A DStatusBarTest.java361 mStatusBar.mDozing = true;
381 mStatusBar.mDozing = false;
399 mStatusBar.mDozing = true;
418 mStatusBar.mDozing = false;

Completed in 5388 milliseconds