Searched refs:peekHeight (Results 1 – 2 of 2) sorted by relevance
1043 int peekHeight = mTopDrawerView.getPeekContainer().getHeight(); in clampViewPositionVertical() local1045 return Math.max(peekHeight - child.getHeight(), Math.min(top, 0)); in clampViewPositionVertical()1117 int peekHeight = mBottomDrawerView.getPeekContainer().getHeight(); in clampViewPositionVertical() local1119 Math.min(top, parentHeight - peekHeight)); in clampViewPositionVertical()
164 private void runPeekAnimation(long duration, float peekHeight, boolean collapseWhenFinished) { in runPeekAnimation() argument165 mPeekHeight = peekHeight; in runPeekAnimation()