Searched refs:LooperExecutor (Results 1 – 7 of 7) sorted by relevance
46 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"));
30 public class LooperExecutor extends AbstractExecutorService { class34 public LooperExecutor(Looper looper) { in LooperExecutor() method in LooperExecutor
32 import com.android.launcher3.util.LooperExecutor;58 LooperExecutor mockMainThreadExecutor = mock(LooperExecutor.class); in setup()
31 import com.android.launcher3.util.LooperExecutor;53 private final LooperExecutor mMainThreadExecutor;65 public RecentTasksList(LooperExecutor mainThreadExecutor, in RecentTasksList()
38 import com.android.launcher3.util.LooperExecutor;56 protected final LooperExecutor mUiExecutor;67 AllAppsList allAppsList, Callbacks[] callbacksList, LooperExecutor uiExecutor) { in BaseLoaderResults()
48 import com.android.launcher3.util.LooperExecutor;70 private final LooperExecutor mUiExecutor;
62 import com.android.launcher3.util.LooperExecutor;107 protected LooperExecutor mMainThreadExecutor = MAIN_EXECUTOR;