Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/animation/
DViewGroupItemVerticalExplodeAnimation.java119 final Rect decorRect = UiUtils.getMeasuredBoundsOnScreen(decorView); in startAnimation() local
122 containerRect.offset(-decorRect.left, -decorRect.top); in startAnimation()
143 viewRect.offset(-containerRect.left - decorRect.left, in startAnimation()
144 -containerRect.top - decorRect.top); in startAnimation()