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.java73 private int mMaxShadeBottom; field in KeyguardClockPositionAlgorithm
141 mMaxShadeBottom = maxShadeBottom; in setup()
174 final int availableHeight = mMaxShadeBottom - mMinTopMargin; in getExpandedClockPosition()