Searched refs:boundingRect (Results 1 – 1 of 1) sorted by relevance
1313 final Rect boundingRect = new Rect(); field in CellLayout.ViewCluster1453 config.getBoundingRectForViews(views, boundingRect); in getBoundingRect()1455 return boundingRect; in getBoundingRect()1584 Rect boundingRect = new Rect(); in addViewsToTempLocation() local1586 currentState.getBoundingRectForViews(views, boundingRect); in addViewsToTempLocation()1594 … GridOccupancy blockOccupied = new GridOccupancy(boundingRect.width(), boundingRect.height()); in addViewsToTempLocation()1595 int top = boundingRect.top; in addViewsToTempLocation()1596 int left = boundingRect.left; in addViewsToTempLocation()1606 findNearestArea(boundingRect.left, boundingRect.top, boundingRect.width(), in addViewsToTempLocation()1607 boundingRect.height(), direction, in addViewsToTempLocation()[all …]