Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java1426 private class ViewCluster { class in CellLayout
1443 public ViewCluster(ArrayList<View> views, ItemConfiguration config) { in ViewCluster() method in CellLayout.ViewCluster
1658 ViewCluster cluster = new ViewCluster(views, currentState); in pushViewsToTempLocation()
1667 whichEdge = ViewCluster.LEFT; in pushViewsToTempLocation()
1670 whichEdge = ViewCluster.RIGHT; in pushViewsToTempLocation()
1673 whichEdge = ViewCluster.TOP; in pushViewsToTempLocation()
1676 whichEdge = ViewCluster.BOTTOM; in pushViewsToTempLocation()
/packages/apps/Launcher2/src/com/android/launcher2/
DCellLayout.java1594 private class ViewCluster { class in CellLayout
1611 public ViewCluster(ArrayList<View> views, ItemConfiguration config) { in ViewCluster() method in CellLayout.ViewCluster
1826 ViewCluster cluster = new ViewCluster(views, currentState); in pushViewsToTempLocation()
1835 whichEdge = ViewCluster.LEFT; in pushViewsToTempLocation()
1838 whichEdge = ViewCluster.RIGHT; in pushViewsToTempLocation()
1841 whichEdge = ViewCluster.TOP; in pushViewsToTempLocation()
1844 whichEdge = ViewCluster.BOTTOM; in pushViewsToTempLocation()