Searched refs:mDozing (Results 1 – 8 of 8) sorted by relevance
38 private boolean mDozing; field in DozeScrimController47 Log.d(TAG, "Pulse in, mDozing=" + mDozing + " mPulseReason="50 if (!mDozing) {61 Log.d(TAG, "Pulse in finished, mDozing=" + mDozing);63 if (!mDozing) {88 if (mDozing == dozing) return; in setDozing()89 mDozing = dozing; in setDozing()90 if (!mDozing) { in setDozing()101 if (!mDozing || mPulseCallback != null) { in pulse()130 return mDozing; in isDozing()[all …]
101 private boolean mDozing; field in StatusBarKeyguardViewManager175 } else if (mShowing && !mDozing) { in onPanelExpansionChanged()204 if (mBouncer.needsFullscreenBouncer() && !mDozing) { in showBouncerOrKeyguard()245 if (mDozing && !isWakeAndUnlocking()) { in dismissWithAction()278 if (mOccluded && !mDozing) { in reset()323 if (mDozing != dozing) { in setDozing()324 mDozing = dozing; in setDozing()381 if (!mDozing) { in setOccluded()620 mLastDozing = mDozing; in updateStates()648 boolean hideWhileDozing = mDozing && fpMode != MODE_WAKE_AND_UNLOCK_PULSING; in isNavBarVisible()[all …]
498 protected boolean mDozing; field in StatusBar1150 mKeyguardIndicationController.setDozing(mDozing); in onThemeChanged()1453 && !mDozing in updateQsExpansionEnabled()1655 if ((hasArtwork || DEBUG_MEDIA_FAKE_ARTWORK) && !mDozing in updateMediaMetaData()1724 boolean cannotAnimateDoze = mDozing && !ScrimState.AOD.getAnimateChange(); in updateMediaMetaData()1765 mReportRejectedTouch.setVisibility(mState == StatusBarState.KEYGUARD && !mDozing in updateReportRejectedTouchVisibility()1908 return mDozing && mStackScroller.isFullyDark(); in isDozing()2532 if (mDozing || mKeyguardManager.isKeyguardLocked()) { in showWirelessChargingAnimation()2545 }, mDozing).show(); in showWirelessChargingAnimation()2752 pw.print(" mDozing="); pw.println(mDozing); in dump()[all …]
170 private boolean mDozing; field in KeyguardBottomAreaView356 mRightAffordanceView.setVisibility(!mDozing && state.isVisible ? View.VISIBLE : View.GONE); in updateRightAffordanceIcon()394 mRightAffordanceView.setVisibility(!mDozing && mRightButton.getIcon().isVisible in updateCameraVisibility()408 mLeftAffordanceView.setVisibility(!mDozing && state.isVisible ? View.VISIBLE : View.GONE); in updateLeftAffordanceIcon()824 mDozing = dozing; in setDozing()
155 private boolean mDozing; field in NotificationPanelView874 && !mDozing) { in onTouchEvent()891 return mDozing ? handled : true; in onTouchEvent()1754 && !mDozing ? VISIBLE : INVISIBLE); in updateHeaderKeyguardAlpha()2260 if (mDozing) { in updateDozingVisibilities()2262 mKeyguardBottomArea.setDozing(mDozing, animate); in updateDozingVisibilities()2265 mKeyguardBottomArea.setDozing(mDozing, animate); in updateDozingVisibilities()2274 return mDozing; in isDozing()2547 return !mDozing;2703 if (dozing == mDozing) return; in setDozing()[all …]
105 private boolean mDozing; field in KeyguardIndicationController176 if (!mDozing && mDevicePolicyManager.isDeviceManaged()) { in updateDisclosure()268 if (mDozing && !TextUtils.isEmpty(mTransientIndication)) { in showTransientIndication()296 if (mDozing) { in updateIndication()468 if (mDozing == dozing) { in setDozing()471 mDozing = dozing; in setDozing()486 pw.println(" mDozing: " + mDozing); in dump()508 if (mDozing) { in onRefreshBatteryInfo()
189 private boolean mDozing; field in DreamService661 if (mCanDoze && !mDozing) { in startDozing()662 mDozing = true; in startDozing()673 if (mDozing) { in updateDoze()694 if (mDozing) { in stopDozing()695 mDozing = false; in stopDozing()715 return mDozing; in isDozing()
291 private boolean mDozing; field in DisplayPowerController933 if (mSkipRampState == RAMP_STATE_SKIP_NONE && mDozing) { in updatePowerState()1029 mDozing = state != Display.STATE_ON; in updatePowerState()1652 pw.println(" mDozing=" + mDozing); in dumpLocal()