Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardStatusBarViewController.java98 private float mKeyguardHeadsUpShowingAmount = 0.0f; field in KeyguardStatusBarViewController
102 mKeyguardHeadsUpShowingAmount = aFloat;
105 view -> mKeyguardHeadsUpShowingAmount,
558 * (1.0f - mKeyguardHeadsUpShowingAmount); in updateViewState()