Searched refs:containerRect (Results 1 – 1 of 1) sorted by relevance
118 final Rect containerRect = UiUtils.getMeasuredBoundsOnScreen(mContainer); in startAnimation() local122 containerRect.offset(-decorRect.left, -decorRect.top); in startAnimation()123 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()143 viewRect.offset(-containerRect.left - decorRect.left, in startAnimation()144 -containerRect.top - decorRect.top); in startAnimation()149 final int bottomDist = containerRect.height() - viewRect.bottom; in startAnimation()