Searched refs:shadowContainerLayer (Results 1 – 1 of 1) sorted by relevance
116 final FrameLayout shadowContainerLayer = new FrameLayout(context); in startAnimation() local123 shadowContainerLayer.setLeft(containerRect.left); in startAnimation()124 shadowContainerLayer.setTop(containerRect.top); in startAnimation()125 shadowContainerLayer.setBottom(containerRect.bottom); in startAnimation()126 shadowContainerLayer.setRight(containerRect.right); in startAnimation()127 shadowContainerLayer.setBackgroundColor(resources.getColor( in startAnimation()134 overlay.add(shadowContainerLayer); in startAnimation()154 shadowContainerLayer.addView(expandLayer); in startAnimation()165 shadowContainerLayer.addView(mSnapshot); in startAnimation()182 overlay.remove(shadowContainerLayer); in startAnimation()