Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelView.java66 private float mMinExpandHeight; field in PanelView
312 mMinExpandHeight = 0.0f; in onTouchEvent()
385 mMinExpandHeight = mExpandedHeight; in onTouchEvent()
388 newHeight = Math.max(newHeight, mMinExpandHeight); in onTouchEvent()
572 mMinExpandHeight = 0.0f; in onInterceptTouchEvent()