Searched refs:newAppsList (Results 1 – 1 of 1) sorted by relevance
330 List<LauncherItem> newAppsList = new ArrayList<>(); in dispatchUpdates() local333 newAppsList.add(getEmptyLauncherItem()); in dispatchUpdates()337 newAppsList.set(mIndexingHelper.adaptorIndexToGridPosition(i), mLauncherItems.get(i)); in dispatchUpdates()340 /* oldList */ mGridOrderedLauncherItems, /* newList */ newAppsList); in dispatchUpdates()344 mGridOrderedLauncherItems.addAll(newAppsList); in dispatchUpdates()