Home
last modified time | relevance | path

Searched refs:LooperExecutor (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/util/
H A DExecutors.java46 public static final LooperExecutor MAIN_EXECUTOR =
47 new LooperExecutor(Looper.getMainLooper());
52 public static final LooperExecutor UI_HELPER_EXECUTOR =
53 new LooperExecutor(
75 public static final LooperExecutor MODEL_EXECUTOR =
76 new LooperExecutor(createAndStartNewLooper("launcher-loader"));
H A DLooperExecutor.java30 public class LooperExecutor extends AbstractExecutorService { class
34 public LooperExecutor(Looper looper) { in LooperExecutor() method in LooperExecutor
/aosp12/packages/apps/Launcher3/quickstep/tests/src/com/android/quickstep/
H A DRecentTasksListTest.java32 import com.android.launcher3.util.LooperExecutor;
58 LooperExecutor mockMainThreadExecutor = mock(LooperExecutor.class); in setup()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DRecentTasksList.java31 import com.android.launcher3.util.LooperExecutor;
53 private final LooperExecutor mMainThreadExecutor;
65 public RecentTasksList(LooperExecutor mainThreadExecutor, in RecentTasksList()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/model/
H A DBaseLoaderResults.java38 import com.android.launcher3.util.LooperExecutor;
56 protected final LooperExecutor mUiExecutor;
67 AllAppsList allAppsList, Callbacks[] callbacksList, LooperExecutor uiExecutor) { in BaseLoaderResults()
H A DModelWriter.java48 import com.android.launcher3.util.LooperExecutor;
70 private final LooperExecutor mUiExecutor;
/aosp12/packages/apps/Launcher3/tests/src/com/android/launcher3/ui/
H A DAbstractLauncherUiTest.java62 import com.android.launcher3.util.LooperExecutor;
107 protected LooperExecutor mMainThreadExecutor = MAIN_EXECUTOR;