Searched defs: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}.
385 protected void onProgressUpdate(Progress... values) { method in class:AsyncTask
610 * {@link #onProgressUpdate} on the UI thread.
612 * {@link #onProgressUpdate} will note be called if the task has been
617 * @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/media/jni/mediaeditor/
H A DVideoEditorClasses.h277 jmethodID onProgressUpdate; member in struct:__anon19
/frameworks/base/media/java/android/media/videoeditor/
H A DMediaArtistNativeHelper.java1767 private void onProgressUpdate(int taskId, int progress) { method in class:MediaArtistNativeHelper

Completed in 83 milliseconds