HomeSort by relevance Sort by last modified time
    Searched defs:setProgressMax (Results 1 - 8 of 8) sorted by null

  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/tasks/
IProgressUiProvider.java 49 public abstract void setProgressMax(int max);
59 * between 0 and up to {@link #setProgressMax(int)} - 1.
TaskMonitorImpl.java 106 * Weird things will happen if setProgressMax is called multiple times
111 public void setProgressMax(int max) {
116 mUi.setProgressMax((int) MAX_COUNT);
145 * between 0 and up to {@link #setProgressMax(int)} - 1.
151 // mIncCoef is 0 if setProgressMax hasn't been used yet.
286 public void setProgressMax(int max) {
299 // subCoef can be 0 if setProgressMax() and incProgress() haven't been called yet
ProgressView.java 126 parentMonitor.setProgressMax(1);
270 public void setProgressMax(final int max) {
295 * between 0 and up to {@link #setProgressMax(int)} - 1.
ProgressTaskDialog.java 338 public void setProgressMax(final int max) {
371 * between 0 and up to {@link #setProgressMax(int)} - 1.
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
ITaskMonitor.java 86 public void setProgressMax(int max);
89 * Returns the max valie of the progress bar, as last set by {@link #setProgressMax(int)}.
98 * Callers MUST use setProgressMax before using this method.
104 * between 0 and up to {@link #setProgressMax(int)} - 1.
106 * Callers MUST use setProgressMax before using this method.
NullTaskMonitor.java 69 public void setProgressMax(int max) {
  /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/
MockMonitor.java 63 public void setProgressMax(int max) {
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
SdkUpdaterNoWindow.java 170 parentMonitor.setProgressMax(1);
282 * Weird things will happen if setProgressMax is called multiple times
287 public void setProgressMax(int max) {
321 * between 0 and up to {@link #setProgressMax(int)} - 1.
542 public void setProgressMax(int max) {

Completed in 132 milliseconds