Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java1305 private class ViewCluster { class in CellLayout
1323 public ViewCluster(ArrayList<View> views, ItemConfiguration config) { in ViewCluster() method in CellLayout.ViewCluster
1487 ViewCluster cluster = new ViewCluster(views, currentState); in pushViewsToTempLocation()
1496 whichEdge = ViewCluster.LEFT; in pushViewsToTempLocation()
1499 whichEdge = ViewCluster.RIGHT; in pushViewsToTempLocation()
1502 whichEdge = ViewCluster.TOP; in pushViewsToTempLocation()
1505 whichEdge = ViewCluster.BOTTOM; in pushViewsToTempLocation()