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
137 mMaxShadeBottom = maxShadeBottom; in setup()
180 final int availableHeight = mMaxShadeBottom - mMinTopMargin; in getExpandedClockPosition()