Searched refs:tempRectF (Results 1 – 1 of 1) sorted by relevance
8044 final RectF tempRectF = mRecyclerView.mTempRectF; in getTransformedBoundingBox() local8045 tempRectF.set(out); in getTransformedBoundingBox()8046 childMatrix.mapRect(tempRectF); in getTransformedBoundingBox()8048 (int) Math.floor(tempRectF.left), in getTransformedBoundingBox()8049 (int) Math.floor(tempRectF.top), in getTransformedBoundingBox()8050 (int) Math.ceil(tempRectF.right), in getTransformedBoundingBox()8051 (int) Math.ceil(tempRectF.bottom) in getTransformedBoundingBox()