Searched refs:mUiExecutor (Results 1 – 3 of 3) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/model/ |
D | BaseLauncherBinder.java | 77 protected final LooperExecutor mUiExecutor; field in BaseLauncherBinder 89 mUiExecutor = MAIN_EXECUTOR; in BaseLauncherBinder() 156 new UnifiedWorkspaceBinder(cb, mUiExecutor, mApp, mBgDataModel, mMyBindingId, in bindWorkspaceAllAtOnce() 173 executeCallbacksTask(c -> c.bindDeepShortcutMap(shortcutMapCopy), mUiExecutor); in bindDeepShortcuts() 188 mUiExecutor); in bindAllApps() 200 executeCallbacksTask(c -> c.bindAllWidgets(widgets), mUiExecutor); in bindWidgets() 210 executeCallbacksTask(c -> c.bindSmartspaceWidget(), mUiExecutor); in bindSmartspaceWidget() 265 LooperIdleLock idleLock = new LooperIdleLock(lock, mUiExecutor.getLooper()); in newIdleLock() 267 if (mUiExecutor.getLooper().getQueue().isIdle()) { in newIdleLock() 275 private final Executor mUiExecutor; field in BaseLauncherBinder.UnifiedWorkspaceBinder [all …]
|
D | ModelWriter.java | 71 private final LooperExecutor mUiExecutor; field in ModelWriter 91 mUiExecutor = Executors.MAIN_EXECUTOR; in ModelWriter() 391 mUiExecutor.execute(() -> { in notifyOtherCallbacks() 545 mUiExecutor.post(() -> {
|
/packages/apps/Contacts/src/com/android/contacts/util/concurrent/ |
D | ListenableFutureLoader.java | 44 private final Executor mUiExecutor; field in ListenableFutureLoader 68 mUiExecutor = ContactsExecutors.newUiThreadExecutor(); in ListenableFutureLoader() 113 }, mUiExecutor); in onForceLoad()
|