Searched refs:expandLayer (Results 1 – 1 of 1) sorted by relevance
138 final View expandLayer = new View(context); in startAnimation() local154 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()