Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java1480 Collections.sort(config.sortedViews, comparator); in sortConfigurationForEdgePush()
1531 for (View v: currentState.sortedViews) { in pushViewsToTempLocation()
2393 final ArrayList<View> sortedViews = new ArrayList<>(); field in CellLayout.ItemConfiguration
2414 sortedViews.add(v); in add()