Searched refs:mMinExpandHeight (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DPanelView.java56 private float mMinExpandHeight; field in class:PanelView
290 mMinExpandHeight = 0.0f;
365 mMinExpandHeight = mExpandedHeight;
368 newHeight = Math.max(newHeight, mMinExpandHeight);
541 mMinExpandHeight = 0.0f;

Completed in 37 milliseconds