HomeSort by relevance Sort by last modified time
    Searched refs:mergeAlgorithm (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher3/src/com/android/launcher3/allapps/
AlphabeticalAppsList.java 137 public interface MergeAlgorithm {
166 private MergeAlgorithm mMergeAlgorithm;
181 MergeAlgorithm mergeAlgorithm) {
184 mMergeAlgorithm = mergeAlgorithm;
AllAppsContainerView.java 72 final class FullMergeAlgorithm implements AlphabeticalAppsList.MergeAlgorithm {
92 final class SimpleSectionMergeAlgorithm implements AlphabeticalAppsList.MergeAlgorithm {
352 AlphabeticalAppsList.MergeAlgorithm mergeAlgorithm = mergeSectionsFully ?
359 mApps.setNumAppsPerRow(mNumAppsPerRow, mNumPredictedAppsPerRow, mergeAlgorithm);

Completed in 305 milliseconds