Searched refs:boundingRect (Results 1 – 3 of 3) sorted by relevance
356 Rect boundingRect = new Rect(); in addViewsToTempLocation() local358 currentState.getBoundingRectForViews(views, boundingRect); in addViewsToTempLocation()366 GridOccupancy blockOccupied = new GridOccupancy(boundingRect.width(), in addViewsToTempLocation()367 boundingRect.height()); in addViewsToTempLocation()368 int top = boundingRect.top; in addViewsToTempLocation()369 int left = boundingRect.left; in addViewsToTempLocation()379 int[] tmpLocation = findNearestArea(boundingRect.left, boundingRect.top, in addViewsToTempLocation()380 boundingRect.width(), boundingRect.height(), direction, in addViewsToTempLocation()385 int deltaX = tmpLocation[0] - boundingRect.left; in addViewsToTempLocation()386 int deltaY = tmpLocation[1] - boundingRect.top; in addViewsToTempLocation()
36 private val boundingRect = Rect() in <lambda>() constant153 config.getBoundingRectForViews(views, boundingRect) in <lambda>()155 return boundingRect in <lambda>()
1478 Rect boundingRect = new Rect(region); in getIntersectingRectanglesInRegion() local1491 boundingRect.union(r1); in getIntersectingRectanglesInRegion()1494 return isOverlapping ? boundingRect : null; in getIntersectingRectanglesInRegion()