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/
DNotificationPanelView.java425 private float mKeyguardHeadsUpShowingAmount = 0.0f; field in NotificationPanelView
2297 newAlpha *= 1.0f - mKeyguardHeadsUpShowingAmount; in updateHeaderKeyguardAlpha()
2947 mKeyguardHeadsUpShowingAmount = amount; in setKeyguardHeadsUpShowingAmount()
2952 return mKeyguardHeadsUpShowingAmount; in getKeyguardHeadsUpShowingAmount()