Searched refs:containerRect (Results 1 – 2 of 2) 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()
1756 final Rect containerRect = getVisibleBounds(container); in scrollToLastVisibleRow() local1757 final int itemRowNewTopOnScreen = containerRect.top + topPaddingInContainer; in scrollToLastVisibleRow()1770 final Rect containerRect = getVisibleBounds(container); in scrollUpByDistance() local1777 containerRect.height() - bottomGestureMarginInContainer - distance, in scrollUpByDistance()1789 final Rect containerRect = getVisibleBounds(container); in scrollDownByDistance() local1796 containerRect.height() - distance - bottomGestureMarginInContainer, in scrollDownByDistance()1804 final Rect containerRect = getVisibleBounds(container); in scrollLeftByDistance() local1812 Math.max(containerRect.width() - distance - leftGestureMargin, in scrollLeftByDistance()