Searched defs:publishProgress (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/compat/java/android/support/v4/content/
H A DModernAsyncTask.java200 * This method can call {@link #publishProgress} to publish updates
209 * @see #publishProgress
239 * Runs on the UI thread after {@link #publishProgress} is invoked.
240 * The specified values are the values passed to {@link #publishProgress}.
244 * @see #publishProgress
474 protected final void publishProgress(Progress... values) { method in class:ModernAsyncTask
/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
363 * This method can call {@link #publishProgress} to publish updates
372 * @see #publishProgress
405 * Runs on the UI thread after {@link #publishProgress} is invoked.
406 * The specified values are the values passed to {@link #publishProgress}.
410 * @see #publishProgress
656 protected final void publishProgress(Progress... values) { method in class:AsyncTask

Completed in 108 milliseconds