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