Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardStatusBarViewController.java496 newAlpha = Math.min(getKeyguardContentsAlpha(), alphaQsExpansion) in updateViewState()
536 private float getKeyguardContentsAlpha() { in getKeyguardContentsAlpha() method in KeyguardStatusBarViewController