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.java1756 final Rect containerRect = getVisibleBounds(container); in scrollToLastVisibleRow() local
1757 final int itemRowNewTopOnScreen = containerRect.top + topPaddingInContainer; in scrollToLastVisibleRow()
1770 final Rect containerRect = getVisibleBounds(container); in scrollUpByDistance() local
1777 containerRect.height() - bottomGestureMarginInContainer - distance, in scrollUpByDistance()
1789 final Rect containerRect = getVisibleBounds(container); in scrollDownByDistance() local
1796 containerRect.height() - distance - bottomGestureMarginInContainer, in scrollDownByDistance()
1804 final Rect containerRect = getVisibleBounds(container); in scrollLeftByDistance() local
1812 Math.max(containerRect.width() - distance - leftGestureMargin, in scrollLeftByDistance()