Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardStatusBarViewController.java278 private float mSystemEventAnimatorAlpha = 1; field in KeyguardStatusBarViewController
562 newAlpha = Math.min(newAlpha, mSystemEventAnimatorAlpha); in updateViewState()
743 mSystemEventAnimatorAlpha = alpha; in getSystemEventAnimator()