Searched refs:decorRect (Results 1 – 1 of 1) sorted by relevance
119 final Rect decorRect = UiUtils.getMeasuredBoundsOnScreen(decorView); in startAnimation() local122 containerRect.offset(-decorRect.left, -decorRect.top); in startAnimation()143 viewRect.offset(-containerRect.left - decorRect.left, in startAnimation()144 -containerRect.top - decorRect.top); in startAnimation()