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