Searched defs:mMaxPanelHeight (Results 1 - 1 of 1) sorted by relevance

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

Completed in 35 milliseconds