Searched defs:onProgressUpdate (Results 1 - 6 of 6) sorted by relevance

/frameworks/rs/java/tests/Refocus/src/com/android/rs/test/
H A DMainActivity.java140 protected void onProgressUpdate(Integer... progress) { method in class:MainActivity.RsAsyncTaskRunner
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/
H A DVrActivity.java104 protected void onProgressUpdate(Integer... progress) { method in class:VrActivity.VrSetupTask
H A DVrView.java446 protected void onProgressUpdate(String... progress) { method in class:VrView.VrRenderTesk
468 protected void onProgressUpdate(String... progress) { method in class:VrView.VrBinGridTask
/frameworks/opt/bitmap/src/com/android/bitmap/
H A DDecodeTask.java504 protected void onProgressUpdate(Void... values) { method in class:DecodeTask
/frameworks/support/compat/java/android/support/v4/content/
H A DModernAsyncTask.java248 protected void onProgressUpdate(Progress... values) { method in class:ModernAsyncTask
464 * {@link #onProgressUpdate} on the UI thread.
466 * {@link #onProgressUpdate} will note be called if the task has been
471 * @see #onProgressUpdate
505 result.mTask.onProgressUpdate(result.mData);
/frameworks/base/core/java/android/os/
H A DAsyncTask.java53 * <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}.
415 protected void onProgressUpdate(Progress... values) { method in class:AsyncTask
645 * {@link #onProgressUpdate} on the UI thread.
647 * {@link #onProgressUpdate} will not be called if the task has been
652 * @see #onProgressUpdate
[all...]

Completed in 1296 milliseconds