Home
last modified time | relevance | path

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

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarViewController.java127 private final TaskbarModelCallbacks mModelCallbacks; field in TaskbarViewController
163 mModelCallbacks = TaskbarModelCallbacksFactory.newInstance(mActivity) in TaskbarViewController()
191 mModelCallbacks.init(controllers); in init()
194 LauncherAppState.getInstance(mActivity).getModel().addCallbacksAndLoad(mModelCallbacks); in init()
225 LauncherAppState.getInstance(mActivity).getModel().removeCallbacks(mModelCallbacks); in onDestroy()
227 mModelCallbacks.unregisterListeners(); in onDestroy()
546 mModelCallbacks.setDeferUpdatesForSUW(defer); in setDeferUpdatesForSUW()
889 mModelCallbacks.dumpLogs(prefix + "\t", pw); in dumpLogs()
894 mModelCallbacks.commitRunningAppsToUI(); in commitRunningAppsToUI()
899 mModelCallbacks.updateRunningApps(); in updateRunningApps()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java329 private final ModelCallbacks mModelCallbacks = createModelCallbacks(); field in Launcher
549 mModelCallbacks.setPagesToBindSynchronously(IntSet.wrap(pageIds)); in onCreate()
1147 if (mModelCallbacks.getPendingExecutor() != null) return;
1744 IntSet synchronouslyBoundPages = mModelCallbacks.getSynchronouslyBoundPages();
1807 mModelCallbacks.clearPendingBinds();
2202 return mModelCallbacks.getPagesToBindSynchronously(orderedScreenIds);
2207 mModelCallbacks.startBinding();
2212 mModelCallbacks.setIsFirstPagePinnedItemEnabled(isFirstPagePinnedItemEnabled);
2217 mModelCallbacks.bindScreens(orderedScreenIds);
2240 mModelCallbacks.preAddApps();
[all …]