Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardClockPositionAlgorithm.java332 float alphaKeyguard = Math.max(0, y / Math.max(1f, getClockY(1f, mDarkAmount))); in getClockAlpha() local
337 alphaKeyguard *= qsAlphaFactor; in getClockAlpha()
339 alphaKeyguard = Interpolators.ACCELERATE.getInterpolation(alphaKeyguard); in getClockAlpha()
340 return MathUtils.lerp(alphaKeyguard, 1f, mDarkAmount); in getClockAlpha()