Searched refs:publishProgress (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/os/
H A DAsyncTask.java75 * publishProgress((int) ((i / (float) count) * 100));
124 * can also use {@link #publishProgress} to publish one or more units
128 * call to {@link #publishProgress}. The timing of the execution is
347 * This method can call {@link #publishProgress} to publish updates
356 * @see #publishProgress
389 * Runs on the UI thread after {@link #publishProgress} is invoked.
390 * The specified values are the values passed to {@link #publishProgress}.
394 * @see #publishProgress
640 protected final void publishProgress(Progress... values) { method in class:AsyncTask
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/
H A DVrActivity.java88 publishProgress(n, total);
H A DVrView.java443 publishProgress(line);
/frameworks/support/v4/java/android/support/v4/content/
H A DModernAsyncTask.java182 * This method can call {@link #publishProgress} to publish updates
191 * @see #publishProgress
221 * Runs on the UI thread after {@link #publishProgress} is invoked.
222 * The specified values are the values passed to {@link #publishProgress}.
226 * @see #publishProgress
455 protected final void publishProgress(Progress... values) { method in class:ModernAsyncTask
/frameworks/opt/bitmap/src/com/android/bitmap/
H A DDecodeTask.java110 publishProgress();

Completed in 86 milliseconds