Searched refs:onProgressUpdate (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/android/os/
H A DAsyncTask.java50 * <code>onProgressUpdate</code> and <code>onPostExecute</code>.</p>
79 * protected void onProgressUpdate(Integer... progress) {
123 * {@link #onProgressUpdate} step.</li>
124 * <li>{@link #onProgressUpdate}, invoked on the UI thread after a
152 * {@link #doInBackground}, {@link #onProgressUpdate} manually.</li>
164 * {@link #onProgressUpdate} and {@link #onPostExecute}.
386 protected void onProgressUpdate(Progress... values) { method in class:AsyncTask
611 * {@link #onProgressUpdate} on the UI thread.
613 * {@link #onProgressUpdate} will not be called if the task has been
618 * @see #onProgressUpdate
[all...]
/frameworks/support/v4/java/android/support/v4/content/
H A DModernAsyncTask.java225 protected void onProgressUpdate(Progress... values) { method in class:ModernAsyncTask
440 * {@link #onProgressUpdate} on the UI thread.
442 * {@link #onProgressUpdate} will note be called if the task has been
447 * @see #onProgressUpdate
477 result.mTask.onProgressUpdate(result.mData);
/frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
H A DRecentTasksLoader.java430 protected void onProgressUpdate(ArrayList<TaskDescription>... values) {
543 protected void onProgressUpdate(TaskDescription... values) {
/frameworks/opt/bitmap/src/com/android/bitmap/
H A DDecodeTask.java501 protected void onProgressUpdate(Void... values) { method in class:DecodeTask

Completed in 132 milliseconds