Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/model/
DBaseLauncherBinder.java173 executeCallbacksTask(c -> c.bindDeepShortcutMap(shortcutMapCopy), mUiExecutor); in bindDeepShortcuts()
187 executeCallbacksTask(c -> c.bindAllApplications(apps, flags, packageUserKeytoUidMap), in bindAllApps()
200 executeCallbacksTask(c -> c.bindAllWidgets(widgets), mUiExecutor); in bindWidgets()
210 executeCallbacksTask(c -> c.bindSmartspaceWidget(), mUiExecutor); in bindSmartspaceWidget()
249 protected void executeCallbacksTask(CallbackTask task, Executor executor) { in executeCallbacksTask() method in BaseLauncherBinder
327 executeCallbacksTask(c -> { in bind()
337 executeCallbacksTask(c -> c.bindScreens(mOrderedScreenIds), mUiExecutor); in bind()
351 executeCallbacksTask(c -> c.bindExtraContainerItems(item), mUiExecutor)); in bind()
376 executeCallbacksTask( in bind()
390 executeCallbacksTask(c -> c.bindStringCache(cacheClone), pendingExecutor); in setupPendingBind()
[all …]