Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/animation/
DViewGroupItemVerticalExplodeAnimation.java149 final int bottomDist = containerRect.height() - viewRect.bottom; in startAnimation() local
151 ((float) Math.max(topDist, bottomDist) + expandLayerHalfHeight) / in startAnimation()