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

/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/v4/java/android/support/v4/content/
H A DModernAsyncTask.java230 protected void onProgressUpdate(Progress... values) { method in class:ModernAsyncTask
445 * {@link #onProgressUpdate} on the UI thread.
447 * {@link #onProgressUpdate} will note be called if the task has been
452 * @see #onProgressUpdate
486 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}.
399 protected void onProgressUpdate(Progress... values) { method in class:AsyncTask
629 * {@link #onProgressUpdate} on the UI thread.
631 * {@link #onProgressUpdate} will not be called if the task has been
636 * @see #onProgressUpdate
[all...]

Completed in 147 milliseconds