Searched refs:heightDelta (Results 1 – 2 of 2) sorted by relevance
182 private void handleExpansion(float heightDelta, ExpandableView child) { in handleExpansion() argument183 if (heightDelta < 0) { in handleExpansion()184 heightDelta = 0; in handleExpansion()190 float rubberband = heightDelta * rubberbandFactor; in handleExpansion()
2870 final int heightDelta = child.getMeasuredHeight() - oldHeight; in measureAndAdjustDown() local2872 getChildAt(i).offsetTopAndBottom(heightDelta); in measureAndAdjustDown()