Home
last modified time | relevance | path

Searched refs:boundingRect (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java1376 final Rect boundingRect = new Rect(); field in CellLayout.ViewCluster
1516 config.getBoundingRectForViews(views, boundingRect); in getBoundingRect()
1518 return boundingRect; in getBoundingRect()
1647 Rect boundingRect = new Rect(); in addViewsToTempLocation() local
1649 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 …]