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

  /packages/apps/Launcher2/src/com/android/launcher2/
AllAppsList.java 32 public static final int DEFAULT_APPLICATIONS_NUMBER = 42;
36 new ArrayList<ApplicationInfo>(DEFAULT_APPLICATIONS_NUMBER);
39 new ArrayList<ApplicationInfo>(DEFAULT_APPLICATIONS_NUMBER);
  /packages/apps/Launcher3/src/com/android/launcher3/
AllAppsList.java 35 public static final int DEFAULT_APPLICATIONS_NUMBER = 42;
39 new ArrayList<AppInfo>(DEFAULT_APPLICATIONS_NUMBER);
42 new ArrayList<AppInfo>(DEFAULT_APPLICATIONS_NUMBER);

Completed in 1321 milliseconds