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.java190 final float maxClockY = getMaxClockY(); in getExpandedClockPosition() local
191 if (y > maxClockY) { in getExpandedClockPosition()
192 y = maxClockY; in getExpandedClockPosition()