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.java1313 final Rect boundingRect = new Rect(); field in CellLayout.ViewCluster
1453 config.getBoundingRectForViews(views, boundingRect); in getBoundingRect()
1455 return boundingRect; in getBoundingRect()
1584 Rect boundingRect = new Rect(); in addViewsToTempLocation() local
1586 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 …]