Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/
H A DBaseLoaderResults.java56 protected final LooperExecutor mUiExecutor; field in BaseLoaderResults
68 mUiExecutor = uiExecutor; in BaseLoaderResults()
97 new WorkspaceBinder(cb, mUiExecutor, mApp, mBgDataModel, mMyBindingId, in bindWorkspace()
108 executeCallbacksTask(c -> c.bindAllApplications(apps, flags), mUiExecutor); in bindAllApps()
128 if (mUiExecutor.getLooper().getQueue().isIdle()) { in newIdleLock()
136 private final Executor mUiExecutor; field in BaseLoaderResults.WorkspaceBinder
158 mUiExecutor = uiExecutor; in WorkspaceBinder()
201 }, mUiExecutor); in bind()
207 bindWorkspaceItems(currentWorkspaceItems, mUiExecutor); in bind()
208 bindAppWidgets(currentAppWidgets, mUiExecutor); in bind()
[all …]
H A DBaseModelUpdateTask.java52 private Executor mUiExecutor; field in BaseModelUpdateTask
60 mUiExecutor = uiExecutor; in init()
86 mUiExecutor.execute(() -> task.execute(cb)); in scheduleCallbackTask()
H A DModelWriter.java70 private final LooperExecutor mUiExecutor; field in ModelWriter
91 mUiExecutor = Executors.MAIN_EXECUTOR; in ModelWriter()
398 mUiExecutor.execute(() -> { in notifyOtherCallbacks()
527 mUiExecutor.post(() -> { in verifyModel()
/aosp12/packages/apps/Contacts/src/com/android/contacts/util/concurrent/
H A DListenableFutureLoader.java44 private final Executor mUiExecutor; field in ListenableFutureLoader
68 mUiExecutor = ContactsExecutors.newUiThreadExecutor(); in ListenableFutureLoader()
113 }, mUiExecutor); in onForceLoad()
/aosp12/packages/apps/Launcher3/src_shortcuts_overrides/com/android/launcher3/model/
H A DLoaderResults.java45 executeCallbacksTask(c -> c.bindDeepShortcutMap(shortcutMapCopy), mUiExecutor); in bindDeepShortcuts()
52 executeCallbacksTask(c -> c.bindAllWidgets(widgets), mUiExecutor); in bindWidgets()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/screenshot/
H A DLongScreenshotActivity.java72 private final Executor mUiExecutor; field in LongScreenshotActivity
106 mUiExecutor = mainExecutor; in LongScreenshotActivity()
180 }, mUiExecutor); in onStart()
245 }, mUiExecutor); in onLongScreenshotReceived()
386 exportFuture.addListener(() -> onExportCompleted(action, exportFuture), mUiExecutor); in startExport()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardClockSwitchController.java116 private Executor mUiExecutor; field in KeyguardClockSwitchController
156 mUiExecutor = uiExecutor; in KeyguardClockSwitchController()
442 mUiExecutor.execute(() -> displayClock(KeyguardClockSwitch.SMALL)); in updateDoubleLineClock()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DNotificationPanelViewController.java613 private final Executor mUiExecutor; field in NotificationPanelViewController
775 mUiExecutor = uiExecutor; in NotificationPanelViewController()