Searched refs:rubberband (Results 1 – 1 of 1) sorted by relevance
164 float rubberband = heightDelta * rubberbandFactor; in handleExpansion() local165 if (expandable && (rubberband + child.getMinHeight()) > child.getMaxContentHeight()) { in handleExpansion()166 float overshoot = (rubberband + child.getMinHeight()) - child.getMaxContentHeight(); in handleExpansion()168 rubberband -= overshoot; in handleExpansion()170 child.setContentHeight((int) (child.getMinHeight() + rubberband)); in handleExpansion()