Searched refs:heightDelta (Results 1 – 2 of 2) sorted by relevance
170 private void handleExpansion(float heightDelta, ExpandableView child) { in handleExpansion() argument171 if (heightDelta < 0) { in handleExpansion()172 heightDelta = 0; in handleExpansion()178 float rubberband = heightDelta * rubberbandFactor; in handleExpansion()
2874 final int heightDelta = child.getMeasuredHeight() - oldHeight; in measureAndAdjustDown() local2876 getChildAt(i).offsetTopAndBottom(heightDelta); in measureAndAdjustDown()