Searched refs:rubberband (Results 1 – 1 of 1) sorted by relevance
176 float rubberband = heightDelta * rubberbandFactor; in handleExpansion() local178 && (rubberband + child.getCollapsedHeight()) > child.getMaxContentHeight()) { in handleExpansion()180 (rubberband + child.getCollapsedHeight()) - child.getMaxContentHeight(); in handleExpansion()182 rubberband -= overshoot; in handleExpansion()184 child.setActualHeight((int) (child.getCollapsedHeight() + rubberband)); in handleExpansion()