Home | History | Annotate | Download | only in os

Lines Matching defs: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}.
443 protected void onProgressUpdate(Progress... values) {
673 * {@link #onProgressUpdate} on the UI thread.
675 * {@link #onProgressUpdate} will not be called if the task has been
680 * @see #onProgressUpdate
715 result.mTask.onProgressUpdate(result.mData);