Home
last modified time | relevance | path

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

/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/apporder/
DAppOrderController.java228 List<LauncherItem> launcherListCopy = new ArrayList<>(); in updateMirroringItem() local
234 launcherListCopy.add(new AppItem(item.getPackageName(), item.getClassName(), in updateMirroringItem()
247 launcherListCopy.add(new AppItem(item.getPackageName(), item.getClassName(), in updateMirroringItem()
256 launcherListCopy.add(item); in updateMirroringItem()
259 launcherListCopy.add(item); in updateMirroringItem()
262 mCurrentAppList.postValue(launcherListCopy); in updateMirroringItem()