Searched refs:mIsDozing (Results 1 – 3 of 3) sorted by relevance
131 private boolean mIsDozing; field in StatusBarStateControllerImpl260 return mIsDozing; in isDozing()285 if (mIsDozing == isDozing) { in setIsDozing()289 mIsDozing = isDozing; in setIsDozing()368 mDozeInterpolator = mIsDozing in startDozeAnimation()372 if (mDozeAmount == 1f && !mIsDozing) { in startDozeAnimation()446 (mIsDozing && mDozeAmount == 0) || (!mIsDozing && mDozeAmount == 1); in beginInteractionJankMonitor()475 return mIsDozing ? CUJ_LOCKSCREEN_TRANSITION_TO_AOD : CUJ_LOCKSCREEN_TRANSITION_FROM_AOD; in getCujType()610 pw.println(" mIsDozing=" + mIsDozing); in dump()
92 private boolean mIsDozing; field in KeyguardIndicationRotateTextViewController158 if (mIsDozing) { in updateIndication()333 if (isDozing == mIsDozing) return;334 mIsDozing = isDozing;335 if (mIsDozing) {379 pw.println(" dozing:" + mIsDozing); in dump()
129 private boolean mIsDozing; field in LockIconViewController167 mIsDozing = isDozing;252 mIsDozing = mStatusBarStateController.isDozing(); in onViewAttached()303 if (!mIsKeyguardShowing && !mIsDozing) { in updateVisibility()318 mShowAodUnlockedIcon = mIsDozing && mUdfpsEnrolled && !mRunningFPS && mCanDismissLockScreen; in updateVisibility()319 mShowAodLockIcon = mIsDozing && mUdfpsEnrolled && !mRunningFPS && !mCanDismissLockScreen; in updateVisibility()389 return !mIsDozing in isLockScreen()453 pw.println(" mIsDozing: " + mIsDozing); in dump()514 mIsDozing = isDozing;