Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardClockPositionAlgorithm.java132 private float getClockYFraction() { in getClockYFraction() method in KeyguardClockPositionAlgorithm
139 return (int) (getClockYFraction() * mHeight); in getClockY()