Home
last modified time | relevance | path

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

/frameworks/support/design/src/android/support/design/widget/
DBottomSheetBehavior.java126 private int mPeekHeight; field in BottomSheetBehavior
233 peekHeight = mPeekHeight; in onLayoutChild()
443 } else if (mPeekHeightAuto || mPeekHeight != peekHeight) { in setPeekHeight()
445 mPeekHeight = Math.max(0, peekHeight); in setPeekHeight()
465 return mPeekHeightAuto ? PEEK_HEIGHT_AUTO : mPeekHeight; in getPeekHeight()
595 return Math.abs(newTop - mMaxOffset) / (float) mPeekHeight > HIDE_THRESHOLD; in shouldHide()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DPanelView.java67 private float mPeekHeight; field in PanelView
155 mPeekHeight = peekHeight; in runPeekAnimation()
156 if (DEBUG) logf("peek to height=%.1f", mPeekHeight); in runPeekAnimation()
163 mPeekAnimator = ObjectAnimator.ofFloat(this, "expandedHeight", mPeekHeight) in runPeekAnimation()
355 if (newHeight > mPeekHeight) { in onTouchEvent()