Searched refs:expandLayerHalfHeight (Results 1 – 1 of 1) sorted by relevance
147 final int expandLayerHalfHeight = viewRect.height() / 2; in startAnimation() local150 final float scale = expandLayerHalfHeight == 0 ? 1 : in startAnimation()151 ((float) Math.max(topDist, bottomDist) + expandLayerHalfHeight) / in startAnimation()152 expandLayerHalfHeight; in startAnimation()