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

/frameworks/base/core/java/android/os/
H A DAsyncTask.java72 * publishProgress((int) ((i / (float) count) * 100));
121 * can also use {@link #publishProgress} to publish one or more units
125 * call to {@link #publishProgress}. The timing of the execution is
337 * This method can call {@link #publishProgress} to publish updates
346 * @see #publishProgress
376 * Runs on the UI thread after {@link #publishProgress} is invoked.
377 * The specified values are the values passed to {@link #publishProgress}.
381 * @see #publishProgress
620 protected final void publishProgress(Progress... values) { method in class:AsyncTask
/frameworks/support/v4/java/android/support/v4/content/
H A DModernAsyncTask.java177 * This method can call {@link #publishProgress} to publish updates
186 * @see #publishProgress
216 * Runs on the UI thread after {@link #publishProgress} is invoked.
217 * The specified values are the values passed to {@link #publishProgress}.
221 * @see #publishProgress
450 protected final void publishProgress(Progress... values) { method in class:ModernAsyncTask

Completed in 7 milliseconds