Home
last modified time | relevance | path

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

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