Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardClockPositionAlgorithm.java243 float alphaKeyguard = Math.max(0, y / Math.max(1f, getClockY(1f))); in getClockAlpha() local
244 alphaKeyguard = Interpolators.ACCELERATE.getInterpolation(alphaKeyguard); in getClockAlpha()
245 return MathUtils.lerp(alphaKeyguard, 1f, mDarkAmount); in getClockAlpha()