Searched refs:heightDelta (Results 1 – 2 of 2) sorted by relevance
912 private fun handleExpansion(heightDelta: Float, child: ExpandableView) { in handleExpansion()913 var hDelta = heightDelta in handleExpansion()
2868 final int heightDelta = child.getMeasuredHeight() - oldHeight; in measureAndAdjustDown() local2870 getChildAt(i).offsetTopAndBottom(heightDelta); in measureAndAdjustDown()