Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardClockSwitch.java124 private boolean mHasVisibleNotifications; field in KeyguardClockSwitch
347 if (hasVisibleNotifications == mHasVisibleNotifications) { in setHasVisibleNotifications()
350 mHasVisibleNotifications = hasVisibleNotifications; in setHasVisibleNotifications()
436 final float alpha = mHasVisibleNotifications ? mDarkAmount : 1f; in updateBigClockAlpha()