Searched refs:mPeekHeight (Results 1 – 1 of 1) sorted by relevance
81 private float mPeekHeight; field in PanelView173 mPeekHeight = peekHeight; in runPeekAnimation()174 if (DEBUG) logf("peek to height=%.1f", mPeekHeight); in runPeekAnimation()181 mPeekAnimator = ObjectAnimator.ofFloat(this, "expandedHeight", mPeekHeight) in runPeekAnimation()375 if (newHeight > mPeekHeight) { in onTouchEvent()