Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DKeyguardClockPositionAlgorithm.java47 private int mMaxPanelHeight; field in KeyguardClockPositionAlgorithm
91 mMaxPanelHeight = maxPanelHeight; in setup()
144 float value = (rubberbandFactor * (mMaxPanelHeight - mExpandedHeight)); in getClockYExpansionAdjustment()
145 float t = value / mMaxPanelHeight; in getClockYExpansionAdjustment()
147 * mMaxPanelHeight; in getClockYExpansionAdjustment()