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