Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/animation/
DViewGroupItemVerticalExplodeAnimation.java138 final View expandLayer = new View(context); in startAnimation() local
154 shadowContainerLayer.addView(expandLayer); in startAnimation()
155 expandLayer.setLeft(viewRect.left); in startAnimation()
156 expandLayer.setTop(viewRect.top); in startAnimation()
157 expandLayer.setBottom(viewRect.bottom); in startAnimation()
158 expandLayer.setRight(viewRect.right); in startAnimation()
159 expandLayer.setBackgroundColor(resources.getColor( in startAnimation()
161 ViewCompat.setElevation(expandLayer, elevation); in startAnimation()
175 expandLayer.animate().scaleY(scale) in startAnimation()