Home | History | Annotate | Download | only in home

Lines Matching refs:applications

240     private int stackApplications(List<ApplicationInfo> applications, int childLeft, int childTop) {
249 final int count = applications.size();
251 final ApplicationInfo info = applications.get(i);
320 * @param applications the applications to put in the favorites area
322 public void setFavorites(List<ApplicationInfo> applications) {
323 mFavorites = applications;
330 * @param applications the applications to put in the recents area
332 public void setRecents(List<ApplicationInfo> applications) {
333 mRecents = applications;