Searched refs:UI_HELPER_EXECUTOR (Results 1 – 14 of 14) sorted by relevance
19 import static com.android.launcher3.util.Executors.UI_HELPER_EXECUTOR;71 UI_HELPER_EXECUTOR.execute(() -> { in finishController()82 UI_HELPER_EXECUTOR.submit(() -> { in enableInputConsumer()89 UI_HELPER_EXECUTOR.execute(() -> { in setWindowThresholdCrossed()
19 import static com.android.launcher3.util.Executors.UI_HELPER_EXECUTOR;73 UI_HELPER_EXECUTOR.execute(() -> { in getTaskKeys()100 UI_HELPER_EXECUTOR.execute(() -> { in getTasks()
18 import static com.android.launcher3.util.Executors.UI_HELPER_EXECUTOR;66 mBgHandler = new Handler(UI_HELPER_EXECUTOR.getLooper(), this::handleBgMessage); in OverviewInteractionState()
22 import static com.android.launcher3.util.Executors.UI_HELPER_EXECUTOR;81 UI_HELPER_EXECUTOR.execute(() -> mVibrator.vibrate(vibrationEffect)); in vibrate()
18 import static com.android.launcher3.util.Executors.UI_HELPER_EXECUTOR;40 sHandler = new Handler(UI_HELPER_EXECUTOR.getLooper(), in getHandler()
18 import static com.android.launcher3.util.Executors.UI_HELPER_EXECUTOR;60 .registerDisplayListener(this, UI_HELPER_EXECUTOR.getHandler()); in DefaultDisplay()
3 import static com.android.launcher3.util.Executors.UI_HELPER_EXECUTOR;203 super(UI_HELPER_EXECUTOR.getLooper()); in OffsetHandler()
54 public static final LooperExecutor UI_HELPER_EXECUTOR = field in Executors
3 import static com.android.launcher3.util.Executors.UI_HELPER_EXECUTOR;185 UI_HELPER_EXECUTOR.submit(new LauncherPreviewRenderer(getContext(), idp)), in openFile()
19 import static com.android.launcher3.util.Executors.UI_HELPER_EXECUTOR;160 UI_HELPER_EXECUTOR.post(mOutlineGeneratorCallback); in generateDragOutline()
19 import static com.android.launcher3.util.Executors.UI_HELPER_EXECUTOR;76 mMessageHandler = new Handler(UI_HELPER_EXECUTOR.getLooper(), this::handleMessage); in PredictionAppTracker()
27 import static com.android.launcher3.util.Executors.UI_HELPER_EXECUTOR;216 UI_HELPER_EXECUTOR.execute(TouchInteractionService.this::tryNotifyBackGesture);902 UI_HELPER_EXECUTOR.execute(() -> ActivityManagerWrapper.getInstance() in startRecentsActivityAsync()
37 import static com.android.launcher3.util.Executors.UI_HELPER_EXECUTOR;230 UI_HELPER_EXECUTOR.execute(() -> {
376 Executors.UI_HELPER_EXECUTOR.post(() -> mLauncher.getFolderNameProvider() in onDrop()