Home | History | Annotate | Download | only in launcher2

Lines Matching refs:ViewCluster

1594     private class ViewCluster {
1611 public ViewCluster(ArrayList<View> views, ItemConfiguration config) {
1826 ViewCluster cluster = new ViewCluster(views, currentState);
1835 whichEdge = ViewCluster.LEFT;
1838 whichEdge = ViewCluster.RIGHT;
1841 whichEdge = ViewCluster.TOP;
1844 whichEdge = ViewCluster.BOTTOM;