Home
last modified time | relevance | path

Searched refs:mIsDozing (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DStatusBarStateControllerImpl.java131 private boolean mIsDozing; field in StatusBarStateControllerImpl
260 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()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
H A DKeyguardIndicationRotateTextViewController.java92 private boolean mIsDozing; field in KeyguardIndicationRotateTextViewController
158 if (mIsDozing) { in updateIndication()
333 if (isDozing == mIsDozing) return;
334 mIsDozing = isDozing;
335 if (mIsDozing) {
379 pw.println(" dozing:" + mIsDozing); in dump()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DLockIconViewController.java129 private boolean mIsDozing; field in LockIconViewController
167 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;