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/
DNotificationPanelViewController.java524 private float mKeyguardHeadsUpShowingAmount = 0.0f; field in NotificationPanelViewController
2989 newAlpha *= 1.0f - mKeyguardHeadsUpShowingAmount; in updateHeaderKeyguardAlpha()
3311 mKeyguardHeadsUpShowingAmount = amount; in setKeyguardHeadsUpShowingAmount()
3316 return mKeyguardHeadsUpShowingAmount; in getKeyguardHeadsUpShowingAmount()