Home | History | Annotate | Download | only in util

Lines Matching refs:onProgressUpdate

70  * <code>onProgressUpdate</code> and <code>onPostExecute</code>.</p>
99 * protected void onProgressUpdate(Integer... progress) {
143 * {@link #onProgressUpdate} step.</li>
144 * <li>{@link #onProgressUpdate}, invoked on the UI thread after a
172 * {@link #doInBackground}, {@link #onProgressUpdate} manually.</li>
184 * {@link #onProgressUpdate} and {@link #onPostExecute}.
411 protected void onProgressUpdate(Progress... values) {
636 * {@link #onProgressUpdate} on the UI thread.
638 * {@link #onProgressUpdate} will note be called if the task has been
643 * @see #onProgressUpdate
673 result.mTask.onProgressUpdate(result.mData);