/packages/apps/Launcher3/quickstep/src/com/android/quickstep/ |
D | RecentsAnimationController.java | 19 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()
|
D | RotationTouchHelper.java | 28 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()
|
D | ImageActionsApi.java | 22 import static com.android.launcher3.util.Executors.UI_HELPER_EXECUTOR; 84 UI_HELPER_EXECUTOR.execute(() -> { in addImageAndSendIntent()
|
D | TaskUtils.java | 19 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/ |
D | CancellableTaskTest.kt | 65 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()
|
D | SimpleBroadcastReceiverTest.kt | 27 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()
|
D | LockedUserStateTest.kt | 26 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/ |
D | VibratorWrapper.java | 23 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()
|
D | WallpaperColorHints.kt | 30 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>()
|
D | WallpaperOffsetInterpolator.java | 5 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()
|
D | SettingsCache.java | 21 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()
|
D | LockedUserState.kt | 27 import com.android.launcher3.util.Executors.UI_HELPER_EXECUTOR 47 SimpleBroadcastReceiver(context, UI_HELPER_EXECUTOR) { in <lambda>()
|
D | ScreenOnTracker.java | 22 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/ |
D | RemoveAnimationSettingsTracker.kt | 33 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/ |
D | ContextualSearchStateManager.java | 24 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()
|
D | GestureExclusionManager.kt | 65 Executors.UI_HELPER_EXECUTOR.execute { in addListener() 85 Executors.UI_HELPER_EXECUTOR.execute { in removeListener()
|
D | ImageActionUtils.java | 26 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()
|
D | AsyncClockEventDelegate.java | 21 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/ |
D | DepthController.java | 22 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/ |
D | ModelInitializer.kt | 43 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/ |
D | UserProfileManager.java | 19 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/ |
D | ActivityAllAppsContainerViewTest.java | 21 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/ |
D | AllAppsActionManagerTest.kt | 27 import com.android.launcher3.util.Executors.UI_HELPER_EXECUTOR 49 private val bgExecutor = UI_HELPER_EXECUTOR
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/ |
D | LauncherAnimationRunner.java | 20 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/ |
D | WidgetSizes.java | 18 import static com.android.launcher3.util.Executors.UI_HELPER_EXECUTOR; 113 UI_HELPER_EXECUTOR.execute(() -> { in updateWidgetSizeRangesAsync()
|