Searched refs:sortedViews (Results 1 – 1 of 1) sorted by relevance
1883 for (View v: currentState.sortedViews) { in pushViewsToTempLocation()2112 Collections.sort(config.sortedViews, comparator); in sortConfigurationForEdgePush()2534 public final ArrayList<View> sortedViews = new ArrayList<>(); field in CellLayout.ItemConfiguration2555 sortedViews.add(v); in add()