Home
last modified time | relevance | path

Searched refs:expandLayerHalfHeight (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/animation/
DViewGroupItemVerticalExplodeAnimation.java147 final int expandLayerHalfHeight = viewRect.height() / 2; in startAnimation() local
150 final float scale = expandLayerHalfHeight == 0 ? 1 : in startAnimation()
151 ((float) Math.max(topDist, bottomDist) + expandLayerHalfHeight) / in startAnimation()
152 expandLayerHalfHeight; in startAnimation()