Searched refs:mIsDozing (Results 1 – 3 of 3) sorted by relevance
92 private boolean mIsDozing; field in KeyguardIndicationRotateTextViewController158 if (mIsDozing) { in updateIndication()330 if (isDozing == mIsDozing) return;331 mIsDozing = isDozing;332 if (mIsDozing) {376 pw.println(" dozing:" + mIsDozing); in dump()
144 private boolean mIsDozing; field in StatusBarStateControllerImpl315 return mIsDozing; in isDozing()340 if (mIsDozing == isDozing) { in setIsDozing()344 mIsDozing = isDozing; in setIsDozing()424 mDozeInterpolator = mIsDozing in startDozeAnimation()428 if (mDozeAmount == 1f && !mIsDozing) { in startDozeAnimation()497 (mIsDozing && mDozeAmount == 0) || (!mIsDozing && mDozeAmount == 1); in beginInteractionJankMonitor()529 return mIsDozing ? CUJ_LOCKSCREEN_TRANSITION_TO_AOD : CUJ_LOCKSCREEN_TRANSITION_FROM_AOD; in getCujType()636 pw.println(" mIsDozing=" + mIsDozing); in dump()
140 private boolean mIsDozing; field in LegacyLockIconViewController178 mIsDozing = isDozing;283 mIsDozing = mStatusBarStateController.isDozing(); in setLockIconView()356 if (!mIsKeyguardShowing && !mIsDozing) { in updateVisibility()371 mShowAodUnlockedIcon = mIsDozing && mUdfpsEnrolled && !mRunningFPS && mCanDismissLockScreen; in updateVisibility()372 mShowAodLockIcon = mIsDozing && mUdfpsEnrolled && !mRunningFPS && !mCanDismissLockScreen; in updateVisibility()420 return !mIsDozing in isLockScreen()484 pw.println(" mIsDozing: " + mIsDozing); in dump()546 mIsDozing = isDozing;