Searched defs:SimpleSectionMergeAlgorithm (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/allapps/
H A DAllAppsContainerView.java82 final class SimpleSectionMergeAlgorithm implements AlphabeticalAppsList.MergeAlgorithm { class in inherits:AlphabeticalAppsList.MergeAlgorithm
89 public SimpleSectionMergeAlgorithm(int minAppsPerRow, int minRowsInMergedSection, int maxNumMerges) { method in class:SimpleSectionMergeAlgorithm
346 new SimpleSectionMergeAlgorithm((int) Math.ceil(mNumAppsPerRow / 2f),

Completed in 51 milliseconds