Home
last modified time | relevance | path

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

/packages/apps/Launcher2/src/com/android/launcher2/
DLauncherModel.java78 private LoaderTask mLoaderTask;
685 LoaderTask oldTask = mLoaderTask; in stopLoaderLocked()
706 mLoaderTask = new LoaderTask(context, isLaunching); in startLoader()
731 private class LoaderTask implements Runnable { class in LauncherModel
739 LoaderTask(Context context, boolean isLaunching) { in LoaderTask() method in LauncherModel.LoaderTask
757 synchronized (LoaderTask.this) { in loadAndBindWorkspace()
773 synchronized (LoaderTask.this) { in waitForIdle()
778 synchronized (LoaderTask.this) { in waitForIdle()
783 LoaderTask.this.notify(); in waitForIdle()
877 synchronized (LoaderTask.this) { in stopLocked()
[all …]