Home
last modified time | relevance | path

Searched refs:UI_HELPER_EXECUTOR (Results 1 – 25 of 63) sorted by relevance

123

/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
DRecentsAnimationController.java19 import static com.android.launcher3.util.Executors.UI_HELPER_EXECUTOR;
85 UI_HELPER_EXECUTOR.execute(() -> { in setUseLauncherSystemBarFlags()
99 UI_HELPER_EXECUTOR.execute(() -> mController.handOffAnimation(targets, states)); in handOffAnimation()
187 UI_HELPER_EXECUTOR.execute(finishCb); in finishController()
196 UI_HELPER_EXECUTOR.execute(() -> mController.detachNavigationBarFromApp(moveHomeToTop)); in detachNavigationBarFromApp()
204 UI_HELPER_EXECUTOR.execute(() -> mController.setWillFinishToHome(willFinishToHome)); in setWillFinishToHome()
219 UI_HELPER_EXECUTOR.execute( in setFinishTaskTransaction()
227 UI_HELPER_EXECUTOR.submit(() -> { in enableInputConsumer()
DRotationTouchHelper.java28 import static com.android.launcher3.util.Executors.UI_HELPER_EXECUTOR;
310 UI_HELPER_EXECUTOR.execute(mOrientationListener::enable); in enableMultipleRegions()
312 UI_HELPER_EXECUTOR.execute(mOrientationListener::disable); in enableMultipleRegions()
360 UI_HELPER_EXECUTOR.execute(() -> mSystemUiProxy.notifyPrioritizedRotation(rotation)); in notifySysuiOfCurrentRotation()
DImageActionsApi.java22 import static com.android.launcher3.util.Executors.UI_HELPER_EXECUTOR;
84 UI_HELPER_EXECUTOR.execute(() -> { in addImageAndSendIntent()
DTaskUtils.java19 import static com.android.launcher3.util.Executors.UI_HELPER_EXECUTOR;
119 UI_HELPER_EXECUTOR.execute( in closeSystemWindowsAsync()
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/util/
DCancellableTaskTest.kt65 Executors.UI_HELPER_EXECUTOR.execute(underTest) in submitJob()
82 Executors.UI_HELPER_EXECUTOR.submit { lock.lock() } in run_and_cancel_cancelTaskAndCallback()
101 awaitExecutorCompleted(Executors.UI_HELPER_EXECUTOR) in run_and_cancel_cancelCallback()
128 awaitExecutorCompleted(Executors.UI_HELPER_EXECUTOR) in awaitAllExecutorCompleted()
DSimpleBroadcastReceiverTest.kt27 import com.android.launcher3.util.Executors.UI_HELPER_EXECUTOR
55 underTest = SimpleBroadcastReceiver(context, UI_HELPER_EXECUTOR, intentConsumer) in setUp()
184 UI_HELPER_EXECUTOR.submit<Any> { null }.get() in awaitTasksCompleted()
DLockedUserStateTest.kt26 import com.android.launcher3.util.Executors.UI_HELPER_EXECUTOR
53 UI_HELPER_EXECUTOR.submit {}.get() in tearDown()
/packages/apps/Launcher3/src/com/android/launcher3/util/
DVibratorWrapper.java23 import static com.android.launcher3.util.Executors.UI_HELPER_EXECUTOR;
98 UI_HELPER_EXECUTOR.execute(mVibrator::cancel); in cancelVibrate()
104 UI_HELPER_EXECUTOR.execute(() -> mVibrator.vibrate(vibrationEffect, VIBRATION_ATTRS)); in vibrate()
115 UI_HELPER_EXECUTOR.execute(() -> { in vibrate()
DWallpaperColorHints.kt30 import com.android.launcher3.util.Executors.UI_HELPER_EXECUTOR in <lambda>()
54 UI_HELPER_EXECUTOR.execute { in <lambda>()
61 UI_HELPER_EXECUTOR.execute { in <lambda>()
DWallpaperOffsetInterpolator.java5 import static com.android.launcher3.util.Executors.UI_HELPER_EXECUTOR;
49 workspace.getContext(), UI_HELPER_EXECUTOR, i -> onWallpaperChanged()); in WallpaperOffsetInterpolator()
212 UI_HELPER_EXECUTOR.execute(() -> { in onWallpaperChanged()
240 super(UI_HELPER_EXECUTOR.getLooper()); in OffsetHandler()
DSettingsCache.java21 import static com.android.launcher3.util.Executors.UI_HELPER_EXECUTOR;
106 UI_HELPER_EXECUTOR.execute(() -> mResolver.unregisterContentObserver(this))); in SettingsCache()
145 UI_HELPER_EXECUTOR.execute(() -> mResolver.registerContentObserver(uri, false, this)); in registerUriAsync()
DLockedUserState.kt27 import com.android.launcher3.util.Executors.UI_HELPER_EXECUTOR
47 SimpleBroadcastReceiver(context, UI_HELPER_EXECUTOR) { in <lambda>()
DScreenOnTracker.java22 import static com.android.launcher3.util.Executors.UI_HELPER_EXECUTOR;
54 mReceiver = new SimpleBroadcastReceiver(context, UI_HELPER_EXECUTOR, this::onReceive); in ScreenOnTracker()
/packages/apps/Launcher3/src/com/android/launcher3/
DRemoveAnimationSettingsTracker.kt33 import com.android.launcher3.util.Executors.UI_HELPER_EXECUTOR
50 UI_HELPER_EXECUTOR.execute { in <lambda>()
57 UI_HELPER_EXECUTOR.execute { contentResolver.unregisterContentObserver(this) } in <lambda>()
/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
DContextualSearchStateManager.java24 import static com.android.launcher3.util.Executors.UI_HELPER_EXECUTOR;
99 new SimpleBroadcastReceiver(context, UI_HELPER_EXECUTOR, in ContextualSearchStateManager()
212 UI_HELPER_EXECUTOR.execute(() -> { in requestUpdateProperties()
241 UI_HELPER_EXECUTOR.getHandler().postDelayed( in registerSearchScreenSystemAction()
DGestureExclusionManager.kt65 Executors.UI_HELPER_EXECUTOR.execute { in addListener()
85 Executors.UI_HELPER_EXECUTOR.execute { in removeListener()
DImageActionUtils.java26 import static com.android.launcher3.util.Executors.UI_HELPER_EXECUTOR;
99 UI_HELPER_EXECUTOR.execute(() -> { in shareImage()
136 UI_HELPER_EXECUTOR.execute(() -> { in startShareActivity()
152 UI_HELPER_EXECUTOR.execute(() -> { in startShareActivity()
DAsyncClockEventDelegate.java21 import static com.android.launcher3.util.Executors.UI_HELPER_EXECUTOR;
79 context, UI_HELPER_EXECUTOR, this::onClockEventReceived); in AsyncClockEventDelegate()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/statehandlers/
DDepthController.java22 import static com.android.launcher3.util.Executors.UI_HELPER_EXECUTOR;
89 UI_HELPER_EXECUTOR.execute(() -> in ensureDependencies()
122 UI_HELPER_EXECUTOR.execute(() -> in removeSecondaryListeners()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DModelInitializer.kt43 import com.android.launcher3.util.Executors.UI_HELPER_EXECUTOR in <lambda>()
104 SimpleBroadcastReceiver(context, UI_HELPER_EXECUTOR) { model.reloadStringCache() } in <lambda>()
111 SimpleBroadcastReceiver(context, UI_HELPER_EXECUTOR) { model.forceReload() } in <lambda>()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DUserProfileManager.java19 import static com.android.launcher3.util.Executors.UI_HELPER_EXECUTOR;
75 UI_HELPER_EXECUTOR.post(() -> in setQuietMode()
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/ui/
DActivityAllAppsContainerViewTest.java21 import static com.android.launcher3.util.Executors.UI_HELPER_EXECUTOR;
127 UI_HELPER_EXECUTOR.submit(() -> null).get(); in awaitTasksCompleted()
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/quickstep/
DAllAppsActionManagerTest.kt27 import com.android.launcher3.util.Executors.UI_HELPER_EXECUTOR
49 private val bgExecutor = UI_HELPER_EXECUTOR
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/
DLauncherAnimationRunner.java20 import static com.android.launcher3.util.Executors.UI_HELPER_EXECUTOR;
150 UI_HELPER_EXECUTOR.execute(() -> { in finish()
/packages/apps/Launcher3/src/com/android/launcher3/widget/util/
DWidgetSizes.java18 import static com.android.launcher3.util.Executors.UI_HELPER_EXECUTOR;
113 UI_HELPER_EXECUTOR.execute(() -> { in updateWidgetSizeRangesAsync()

123