Searched refs:heightDelta (Results 1 – 2 of 2) sorted by relevance
156 private void handleExpansion(float heightDelta, ExpandableView child) { in handleExpansion() argument157 if (heightDelta < 0) { in handleExpansion()158 heightDelta = 0; in handleExpansion()164 float rubberband = heightDelta * rubberbandFactor; in handleExpansion()
2681 final int heightDelta = child.getMeasuredHeight() - oldHeight; in measureAndAdjustDown() local2683 getChildAt(i).offsetTopAndBottom(heightDelta); in measureAndAdjustDown()