OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ProgressTask
(Results
1 - 2
of
2
) sorted by null
/sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/tasks/
ProgressTask.java
28
public final class
ProgressTask
extends TaskMonitorImpl {
35
* Creates a new {@link
ProgressTask
} with the given title.
40
public
ProgressTask
(Shell parent, String title, ITask task) {
58
task.run(
ProgressTask
.this);
ProgressTaskFactory.java
26
* An {@link ITaskFactory} that creates a new {@link
ProgressTask
} dialog
44
new
ProgressTask
(mShell, title, task);
Completed in 8060 milliseconds