Searched refs:boundingRect (Results 1 – 1 of 1) sorted by relevance
1376 final Rect boundingRect = new Rect(); field in CellLayout.ViewCluster1516 config.getBoundingRectForViews(views, boundingRect); in getBoundingRect()1518 return boundingRect; in getBoundingRect()1647 Rect boundingRect = new Rect(); in addViewsToTempLocation() local1649 currentState.getBoundingRectForViews(views, boundingRect); in addViewsToTempLocation()1657 … GridOccupancy blockOccupied = new GridOccupancy(boundingRect.width(), boundingRect.height()); in addViewsToTempLocation()1658 int top = boundingRect.top; in addViewsToTempLocation()1659 int left = boundingRect.left; in addViewsToTempLocation()1669 findNearestArea(boundingRect.left, boundingRect.top, boundingRect.width(), in addViewsToTempLocation()1670 boundingRect.height(), direction, in addViewsToTempLocation()[all …]