Home
last modified time | relevance | path

Searched refs:mDozing (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DDozeScrimController.java48 private boolean mDozing; field in DozeScrimController
65 if (mDozing == dozing) return; in setDozing()
66 mDozing = dozing; in setDozing()
68 if (mDozing) { in setDozing()
106 if (!mDozing || mPulseCallback != null) { in pulse()
124 if (mDozing && !mWakeAndUnlocking) { in abortPulsing()
155 return mDozing; in isDozing()
278 if (DEBUG) Log.d(TAG, "Pulse in, mDozing=" + mDozing + " mPulseReason="
280 if (!mDozing) return;
295 if (DEBUG) Log.d(TAG, "Pulse in finished, mDozing=" + mDozing);
[all …]
DScrimController.java88 private boolean mDozing; field in ScrimController
209 if (mDozing != dozing) { in setDozing()
210 mDozing = dozing; in setDozing()
256 if (mDozing) { in updateScrims()
319 mScrimInFront.setClickable(!mDozing); in setScrimInFrontColor()
DKeyguardBottomAreaView.java169 private boolean mDozing; field in KeyguardBottomAreaView
333 mRightAffordanceView.setVisibility(!mDozing && state.isVisible ? View.VISIBLE : View.GONE); in updateRightAffordanceIcon()
371 mRightAffordanceView.setVisibility(!mDozing && mRightButton.getIcon().isVisible in updateCameraVisibility()
385 mLeftAffordanceView.setVisibility(!mDozing && state.isVisible ? View.VISIBLE : View.GONE); in updateLeftAffordanceIcon()
815 mDozing = dozing; in setDozing()
DNotificationPanelView.java141 private boolean mDozing; field in NotificationPanelView
786 && !mDozing) { in onTouchEvent()
804 return mDozing ? handled : true; in onTouchEvent()
1651 && !mDozing ? VISIBLE : INVISIBLE); in updateHeaderKeyguardAlpha()
2123 if (dozing == mDozing) return; in setDozing()
2124 mDozing = dozing; in setDozing()
2131 if (mDozing) { in updateDozingVisibilities()
2133 mKeyguardBottomArea.setDozing(mDozing, animate); in updateDozingVisibilities()
2136 mKeyguardBottomArea.setDozing(mDozing, animate); in updateDozingVisibilities()
2145 return mDozing; in isDozing()
[all …]
DStatusBar.java553 private boolean mDozing; field in StatusBar
1986 && !mDozing in updateQsExpansionEnabled()
2619 return mDozing; in isDozing()
3379 pw.print(" mDozing="); pw.println(mDozing); in dump()
4417 boolean animate = !mDozing && mDozeServiceHost.shouldAnimateWakeup(); in updateDozingState()
4418 mNotificationPanel.setDozing(mDozing, animate); in updateDozingState()
4419 mStackScroller.setDark(mDozing, animate, mWakeUpTouchLocation); in updateDozingState()
4420 mScrimController.setDozing(mDozing); in updateDozingState()
4421 mKeyguardIndicationController.setDozing(mDozing); in updateDozingState()
4422 mNotificationPanel.setDark(mDozing, animate); in updateDozingState()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java95 private boolean mDozing; field in KeyguardIndicationController
167 if (!mDozing && mDevicePolicyManager.isDeviceManaged()) { in updateDisclosure()
234 if (mDozing && !TextUtils.isEmpty(mTransientIndication)) { in showTransientIndication()
261 if (mDozing) { in updateIndication()
368 if (mDozing == dozing) { in setDozing()
371 mDozing = dozing; in setDozing()
390 if (mDozing) { in onRefreshBatteryInfo()
417 || mDozing && updateMonitor.isScreenOn()) { in onFingerprintHelp()
/frameworks/base/core/java/android/service/dreams/
DDreamService.java189 private boolean mDozing; field in DreamService
626 if (mCanDoze && !mDozing) { in startDozing()
627 mDozing = true; in startDozing()
633 if (mDozing) { in updateDoze()
654 if (mDozing) { in stopDozing()
655 mDozing = false; in stopDozing()
675 return mDozing; in isDozing()
/frameworks/base/services/core/java/com/android/server/display/
DAutomaticBrightnessController.java170 private boolean mDozing; field in AutomaticBrightnessController
217 if (mDozing) { in getAutomaticScreenBrightness()
230 mDozing = dozing; in configure()
271 pw.println(" mDozing=" + mDozing); in dump()
DDisplayPowerController.java248 private boolean mDozing; field in DisplayPowerController
756 if (mSkipRampState == RAMP_STATE_SKIP_NONE && mDozing) { in updatePowerState()
835 mDozing = state != Display.STATE_ON; in updatePowerState()