Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardIndicationRotateTextViewController.java92 private boolean mIsDozing; field in KeyguardIndicationRotateTextViewController
158 if (mIsDozing) { in updateIndication()
330 if (isDozing == mIsDozing) return;
331 mIsDozing = isDozing;
332 if (mIsDozing) {
376 pw.println(" dozing:" + mIsDozing); in dump()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DStatusBarStateControllerImpl.java144 private boolean mIsDozing; field in StatusBarStateControllerImpl
315 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()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DLegacyLockIconViewController.java140 private boolean mIsDozing; field in LegacyLockIconViewController
178 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;