Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelView.java57 private float mPeekHeight; field in PanelView
155 mPeekHeight = getPeekHeight(); in runPeekAnimation()
156 if (DEBUG) logf("peek to height=%.1f", mPeekHeight); in runPeekAnimation()
160 mPeekAnimator = ObjectAnimator.ofFloat(this, "expandedHeight", mPeekHeight) in runPeekAnimation()
315 if (newHeight > mPeekHeight) { in onTouchEvent()