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

/frameworks/support/loader/src/main/java/androidx/loader/content/
H A DModernAsyncTask.java201 * This method can call {@link #publishProgress} to publish updates
210 * @see #publishProgress
240 * Runs on the UI thread after {@link #publishProgress} is invoked.
241 * The specified values are the values passed to {@link #publishProgress}.
245 * @see #publishProgress
477 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
391 * This method can call {@link #publishProgress} to publish updates
400 * @see #publishProgress
433 * Runs on the UI thread after {@link #publishProgress} is invoked.
434 * The specified values are the values passed to {@link #publishProgress}.
438 * @see #publishProgress
684 protected final void publishProgress(Progress... values) { method in class:AsyncTask

Completed in 95 milliseconds