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()
1032 final Rect containerRect = getVisibleBounds(container); in scrollToLastVisibleRow() local1033 final int itemRowNewTopOnScreen = containerRect.top + topPaddingInContainer; in scrollToLastVisibleRow()1042 containerRect.height() - distance - bottomGestureMarginInContainer, in scrollToLastVisibleRow()