Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardClockPositionAlgorithm.java85 private int mMaxShadeBottom; field in KeyguardClockPositionAlgorithm
149 mMaxShadeBottom = maxShadeBottom; in setup()
198 final int availableHeight = mMaxShadeBottom - mMinTopMargin; in getExpandedClockPosition()