Home | History | Annotate | Download | only in os

Lines Matching refs:onProgressUpdate

53  * <code>onProgressUpdate</code> and <code>onPostExecute</code>.</p>
82 * protected void onProgressUpdate(Integer... progress) {
126 * {@link #onProgressUpdate} step.</li>
127 * <li>{@link #onProgressUpdate}, invoked on the UI thread after a
155 * {@link #doInBackground}, {@link #onProgressUpdate} manually.</li>
167 * {@link #onProgressUpdate} and {@link #onPostExecute}.
408 protected void onProgressUpdate(Progress... values) {
638 * {@link #onProgressUpdate} on the UI thread.
640 * {@link #onProgressUpdate} will not be called if the task has been
645 * @see #onProgressUpdate
680 result.mTask.onProgressUpdate(result.mData);