Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardClockPositionAlgorithm.java171 result.clockX = (int) interpolate(0, burnInPreventionOffsetX(), mDarkAmount); in run()
253 private float burnInPreventionOffsetX() { in burnInPreventionOffsetX() method in KeyguardClockPositionAlgorithm