Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayoutController.java357 private float mMaxAlphaForKeyguard = 1.0f; field in NotificationStackScrollLayoutController
1301 mMaxAlphaForKeyguard = alpha; in setMaxAlphaForKeyguard()
1330 mView.setAlpha(Math.min(Math.min(mMaxAlphaFromView, mMaxAlphaForKeyguard), in updateAlpha()
1808 pw.println("mMaxAlphaForKeyguard=" + mMaxAlphaForKeyguard);