HomeSort by relevance Sort by last modified time
    Searched refs:onProgressUpdate (Results 1 - 25 of 90) sorted by null

1 2 3 4

  /external/robolectric/v1/src/main/java/android/os/
ShadowAsyncTaskBridge.java 25 public void onProgressUpdate(Progress... values) {
26 asyncTask.onProgressUpdate(values);
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
WakeLockHoldingProgressListener.java 56 public void onProgressUpdate(int index) {
MenuExecutor.java 87 public void onProgressUpdate(int index);
119 listener.onProgressUpdate(message.arg1);
155 private void onProgressUpdate(int index, ProgressListener listener) {
440 onProgressUpdate(index++, mListener);
  /cts/tests/tests/os/src/android/os/cts/
AsyncTaskTest.java 185 protected void onProgressUpdate(Integer... values) {
186 super.onProgressUpdate(values);
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAsyncTask.java 97 * Enqueue a call to {@link AsyncTask#onProgressUpdate(Object[])} on UI looper (or run it immediately
107 getBridge().onProgressUpdate(values);
  /developers/build/prebuilts/gradle/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
AsyncTask.java 70 * <code>onProgressUpdate</code> and <code>onPostExecute</code>.</p>
99 * protected void onProgressUpdate(Integer... progress) {
143 * {@link #onProgressUpdate} step.</li>
144 * <li>{@link #onProgressUpdate}, invoked on the UI thread after a
172 * {@link #doInBackground}, {@link #onProgressUpdate} manually.</li>
184 * {@link #onProgressUpdate} and {@link #onPostExecute}.
411 protected void onProgressUpdate(Progress... values) {
636 * {@link #onProgressUpdate} on the UI thread.
638 * {@link #onProgressUpdate} will note be called if the task has been
643 * @see #onProgressUpdate
    [all...]
  /developers/samples/android/ui/graphics/DisplayingBitmaps/Application/src/main/java/com/example/android/displayingbitmaps/util/
AsyncTask.java 70 * <code>onProgressUpdate</code> and <code>onPostExecute</code>.</p>
99 * protected void onProgressUpdate(Integer... progress) {
143 * {@link #onProgressUpdate} step.</li>
144 * <li>{@link #onProgressUpdate}, invoked on the UI thread after a
172 * {@link #doInBackground}, {@link #onProgressUpdate} manually.</li>
184 * {@link #onProgressUpdate} and {@link #onPostExecute}.
411 protected void onProgressUpdate(Progress... values) {
636 * {@link #onProgressUpdate} on the UI thread.
638 * {@link #onProgressUpdate} will note be called if the task has been
643 * @see #onProgressUpdate
    [all...]
  /development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
AsyncTask.java 70 * <code>onProgressUpdate</code> and <code>onPostExecute</code>.</p>
99 * protected void onProgressUpdate(Integer... progress) {
143 * {@link #onProgressUpdate} step.</li>
144 * <li>{@link #onProgressUpdate}, invoked on the UI thread after a
172 * {@link #doInBackground}, {@link #onProgressUpdate} manually.</li>
184 * {@link #onProgressUpdate} and {@link #onPostExecute}.
411 protected void onProgressUpdate(Progress... values) {
636 * {@link #onProgressUpdate} on the UI thread.
638 * {@link #onProgressUpdate} will note be called if the task has been
643 * @see #onProgressUpdate
    [all...]
  /frameworks/base/core/java/android/os/
AsyncTask.java 53 * <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}.
408 protected void onProgressUpdate(Progress... values) {
638 * {@link #onProgressUpdate} on the UI thread.
640 * {@link #onProgressUpdate} will not be called if the task has been
645 * @see #onProgressUpdate
    [all...]
  /frameworks/support/v4/java/android/support/v4/content/
ModernAsyncTask.java 230 protected void onProgressUpdate(Progress... values) {
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);
  /external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
AsyncTaskTest.java 100 "onProgressUpdate 33%",
101 "onProgressUpdate 66%",
102 "onProgressUpdate 99%",
133 @Override protected void onProgressUpdate(String... values) {
134 transcript.add("onProgressUpdate " + Join.join(", ", (Object[]) values));
  /external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/
UrlDownloaderTask.java 113 protected void onProgressUpdate(Integer... progress) {
ZipExtractorTask.java 123 protected void onProgressUpdate(Integer... progress) {
  /packages/apps/Camera2/src/com/android/camera/burst/
BurstResultsSaver.java 119 protected void onProgressUpdate(String... artifactTypes) {
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/suid/
SuidFilesActivity.java 279 protected void onProgressUpdate(File... values) {
280 super.onProgressUpdate(values);
  /development/apps/GestureBuilder/src/com/android/gesture/builder/
GestureBuilderActivity.java 371 protected void onProgressUpdate(NamedGesture... values) {
372 super.onProgressUpdate(values);
  /packages/apps/TV/usbtuner/src/com/android/usbtuner/setup/
ScanFragment.java 312 protected void onProgressUpdate(Integer... values) {
351 onProgressUpdate(MAX_PROGRESS * i++ / mScanChannelList.size());
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
LookupActivity.java 312 protected void onProgressUpdate(String... args) {
  /development/samples/devbytes/graphics/ImagePixelization/src/com/example/android/imagepixelization/
ImagePixelization.java 311 protected void onProgressUpdate(Void... values) {
  /frameworks/rs/java/tests/Refocus/src/com/android/rs/test/
MainActivity.java 140 protected void onProgressUpdate(Integer... progress) {
  /frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/
VrActivity.java 104 protected void onProgressUpdate(Integer... progress) {
  /libcore/tzdata/update_test_app/src/libcore/tzdata/update_test_app/installupdatetestapp/
MainActivity.java 109 protected void onProgressUpdate(String... values) {
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
LiveWallpaperListAdapter.java 185 protected void onProgressUpdate(LiveWallpaperTile...infos) {
  /packages/apps/Messaging/src/com/android/messaging/ui/contact/
ContactRecipientAutoCompleteView.java 190 protected void onProgressUpdate(final ChipReplacementTuple... values) {
  /packages/apps/Settings/src/com/android/settings/deviceinfo/
StorageWizardFormatProgress.java 128 protected void onProgressUpdate(Integer... progress) {

Completed in 642 milliseconds

1 2 3 4