Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DKeyguardClockPositionAlgorithm.java304 float fullyDarkBurnInOffset = burnInPreventionOffsetY(burnInPreventionOffsetY); in getClockY() local
306 + fullyDarkBurnInOffset in getClockY()
308 mCurrentBurnInOffsetY = MathUtils.lerp(0, fullyDarkBurnInOffset, darkAmount); in getClockY()