Searched refs:rubberband (Results 1 – 1 of 1) sorted by relevance
190 float rubberband = heightDelta * rubberbandFactor; in handleExpansion() local192 && (rubberband + child.getCollapsedHeight()) > child.getMaxContentHeight()) { in handleExpansion()194 (rubberband + child.getCollapsedHeight()) - child.getMaxContentHeight(); in handleExpansion()196 rubberband -= overshoot; in handleExpansion()198 child.setActualHeight((int) (child.getCollapsedHeight() + rubberband)); in handleExpansion()