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.java56 private float mMinExpandHeight; field in PanelView
290 mMinExpandHeight = 0.0f; in onTouchEvent()
365 mMinExpandHeight = mExpandedHeight; in onTouchEvent()
368 newHeight = Math.max(newHeight, mMinExpandHeight); in onTouchEvent()
541 mMinExpandHeight = 0.0f; in onInterceptTouchEvent()