Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/animation/
DViewGroupItemVerticalExplodeAnimation.java118 final Rect containerRect = UiUtils.getMeasuredBoundsOnScreen(mContainer); in startAnimation() local
122 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()
/packages/apps/Launcher3/tests/tapl/com/android/launcher3/tapl/
DLauncherInstrumentation.java1032 final Rect containerRect = getVisibleBounds(container); in scrollToLastVisibleRow() local
1033 final int itemRowNewTopOnScreen = containerRect.top + topPaddingInContainer; in scrollToLastVisibleRow()
1042 containerRect.height() - distance - bottomGestureMarginInContainer, in scrollToLastVisibleRow()