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 48 public abstract void setProgressMax(int max);
58 * between 0 and up to {@link #setProgressMax(int)} - 1.
TaskMonitorImpl.java 102 * Weird things will happen if setProgressMax is called multiple times
106 public void setProgressMax(int max) {
111 mUi.setProgressMax((int) MAX_COUNT);
138 * between 0 and up to {@link #setProgressMax(int)} - 1.
143 // mIncCoef is 0 if setProgressMax hasn't been used yet.
265 public void setProgressMax(int max) {
276 // subCoef can be 0 if setProgressMax() and incProgress() haven't been called yet
ProgressView.java 123 parentMonitor.setProgressMax(1);
257 public void setProgressMax(final int max) {
279 * between 0 and up to {@link #setProgressMax(int)} - 1.
ProgressTaskDialog.java 327 public void setProgressMax(final int max) {
357 * between 0 and up to {@link #setProgressMax(int)} - 1.
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
ITaskMonitor.java 87 public void setProgressMax(int max);
90 * Returns the max valie of the progress bar, as last set by {@link #setProgressMax(int)}.
99 * Callers MUST use setProgressMax before using this method.
105 * between 0 and up to {@link #setProgressMax(int)} - 1.
107 * Callers MUST use setProgressMax before using this method.
NullTaskMonitor.java 65 public void setProgressMax(int max) {
  /sdk/sdkmanager/libs/sdklib/tests/src/com/android/sdklib/internal/repository/
MockMonitor.java 61 public void setProgressMax(int max) {
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
SdkUpdaterNoWindow.java 167 parentMonitor.setProgressMax(1);
272 * Weird things will happen if setProgressMax is called multiple times
276 public void setProgressMax(int max) {
308 * between 0 and up to {@link #setProgressMax(int)} - 1.
473 public void setProgressMax(int max) {

Completed in 230 milliseconds