Home
last modified time | relevance | path

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

/frameworks/support/design/src/android/support/design/widget/
DBottomSheetBehavior.java399 public final void setPeekHeight(int peekHeight) { in setPeekHeight() argument
400 mPeekHeight = Math.max(0, peekHeight); in setPeekHeight()
401 mMaxOffset = mParentHeight - peekHeight; in setPeekHeight()