Searched refs:mIsDozing (Results 1 – 5 of 5) sorted by relevance
31 boolean mIsDozing; field in DozeTrigger42 mIsDozing = false;67 mIsDozing = false; in stopDozing()83 if (mIsDozing) { in poke()94 mIsDozing = true; in forcePoke()99 return mIsDozing; in isDozing()
54 private boolean mIsDozing; field in AssistHandleLikeHomeBehavior67 mIsDozing = mStatusBarStateController.isDozing(); in onModeActivated()84 if (mIsDozing == isDozing) { in handleDozingChanged()88 mIsDozing = isDozing; in handleDozingChanged()107 if (mIsHomeHandleHiding || mIsDozing) { in callbackForCurrentState()118 pw.println(prefix + " mIsDozing=" + mIsDozing); in dump()
132 private boolean mIsDozing; field in AssistHandleReminderExpBehavior171 mIsDozing = mStatusBarStateController.isDozing(); in onModeActivated()252 if (mIsDozing == isDozing) { in handleDozingChanged()257 mIsDozing = isDozing; in handleDozingChanged()313 if (mIsDozing || mIsNavBarHidden || mOnLockscreen || !getShowWhenTaught()) { in callbackForLearnedState()335 if (mIsDozing || mIsNavBarHidden || isSuppressed()) { in callbackForUnlearnedState()443 pw.println(prefix + " mIsDozing=" + mIsDozing); in dump()
82 private boolean mIsDozing; field in StatusBarStateControllerImpl148 return mIsDozing; in isDozing()163 if (mIsDozing == isDozing) { in setIsDozing()167 mIsDozing = isDozing; in setIsDozing()198 mDozeInterpolator = mIsDozing in startDozeAnimation()309 pw.println(" mIsDozing=" + mIsDozing); in dump()
80 private boolean mIsDozing; field in NotificationGroupAlertTransferHelper125 if (mIsDozing != isDozing) { in onDozingChanged()131 mIsDozing = isDozing; in onDozingChanged()419 return mIsDozing ? mAmbientPulseManager : mHeadsUpManager; in getActiveAlertManager()