Home
last modified time | relevance | path

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

/packages/apps/Car/Launcher/docklib/src/com/android/car/docklib/
DDockViewModel.kt77 private val currentItems = MutableLiveData<List<DockAppItem>>() in <lambda>() constant
92 currentItems.value = createDockList() in <lambda>()
93 currentItems.observeForever(observer) in <lambda>()
132 currentItems.value = createDockList() in <lambda>()
171 currentItems.value = createDockList() in <lambda>()
188 currentItems.value = createDockList() in <lambda>()
201 currentItems.value = createDockList() in <lambda>()
247 currentItems.value = createDockList() in <lambda>()
256 currentItems.removeObserver(observer) in <lambda>()
271 currentItems.value = createDockList() in <lambda>()
/packages/apps/Car/Launcher/libs/appgrid/lib/src/com/android/car/carlauncher/apporder/
DAppOrderController.java193 List<LauncherItem> currentItems = mCurrentAppList.getValue(); in handleAppListChange() local
195 for (int i = 0; i < currentItems.size(); i++) { in handleAppListChange()
196 msgList.add(currentItems.get(i).convertToMessage(i, -1)); in handleAppListChange()