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

/frameworks/rs/tests/java_api/Refocus/src/com/android/rs/test/
H A DMainActivity.java245 protected void onProgressUpdate(ImageView... progress) { method in class:MainActivity.RsAsyncTaskRunner
/frameworks/rs/tests/java_api/VrDemo/src/com/example/android/rs/vr/
H A DVrActivity.java104 protected void onProgressUpdate(Integer... progress) { method in class:VrActivity.VrSetupTask
H A DVrView.java445 protected void onProgressUpdate(String... progress) { method in class:VrView.VrRenderTesk
467 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/core-utils/java/android/support/v4/content/
H A DModernAsyncTask.java248 protected void onProgressUpdate(Progress... values) { method in class:ModernAsyncTask
466 * {@link #onProgressUpdate} on the UI thread.
468 * {@link #onProgressUpdate} will note be called if the task has been
473 * @see #onProgressUpdate
507 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}.
443 protected void onProgressUpdate(Progress... values) { method in class:AsyncTask
673 * {@link #onProgressUpdate} on the UI thread.
675 * {@link #onProgressUpdate} will not be called if the task has been
680 * @see #onProgressUpdate
[all...]
/frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/
H A DSwarm.java383 protected void onProgressUpdate(FloatBuffer... values) { method in class:Swarm.Background
/frameworks/support/media-compat/tests/src/android/support/v4/media/
H A DMediaBrowserServiceCompatTest.java532 public void onProgressUpdate(String action, Bundle extras, Bundle data) { method in class:MediaBrowserServiceCompatTest.CustomActionCallback
/frameworks/support/media-compat/java/android/support/v4/media/
H A DMediaBrowserCompat.java136 * @see CustomActionCallback#onProgressUpdate
145 * {@link CustomActionCallback#onProgressUpdate}.
912 public void onProgressUpdate(String action, Bundle extras, Bundle data) { method in class:MediaBrowserCompat.CustomActionCallback
2258 mCallback.onProgressUpdate(mAction, mExtras, resultData);

Completed in 389 milliseconds