Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardClockPositionAlgorithm.java184 final float maxClockY = getMaxClockY(); in getExpandedClockPosition() local
185 if (y > maxClockY) { in getExpandedClockPosition()
186 y = maxClockY; in getExpandedClockPosition()