Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardClockPositionAlgorithm.java208 float shadeExpansion = Interpolators.FAST_OUT_LINEAR_IN.getInterpolation(mPanelExpansion); in getClockY() local
209 float clockY = MathUtils.lerp(clockYBouncer, clockYRegular, shadeExpansion); in getClockY()
210 clockYDark = MathUtils.lerp(clockYBouncer, clockYDark, shadeExpansion); in getClockY()