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

1 2 3

  /external/robolectric/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) {
437 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/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);
  /development/samples/training/bitmapfun/src/com/example/android/bitmapfun/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 50 * <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) {
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/
ModernAsyncTask.java 225 protected void onProgressUpdate(Progress... values) {
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);
  /external/robolectric/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));
  /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);
  /development/samples/Wiktionary/src/com/example/android/wiktionary/
LookupActivity.java 312 protected void onProgressUpdate(String... args) {
  /packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
LiveWallpaperListAdapter.java 230 protected void onProgressUpdate(LiveWallpaperInfo...infos) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recent/
RecentTasksLoader.java 419 protected void onProgressUpdate(ArrayList<TaskDescription>... values) {
530 protected void onProgressUpdate(TaskDescription... values) {
  /frameworks/base/media/jni/mediaeditor/
VideoEditorClasses.h 277 jmethodID onProgressUpdate;
  /packages/apps/Dialer/tests/src/com/android/dialer/tests/calllog/
FillCallLogTestActivity.java 237 protected void onProgressUpdate(Integer... values) {
238 Log.d(TAG, "onProgressUpdate");
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/camera/analyzer/
CameraAnalyzerActivity.java 267 protected void onProgressUpdate(Integer... cameraTestIndex) {
  /packages/apps/Gallery2/src/com/android/gallery3d/app/
ManageCachePage.java 397 public void onProgressUpdate(int index) {
PhotoPage.java     [all...]
  /packages/apps/Settings/src/com/android/settings/
TrustedCredentialsSettings.java 241 @Override protected void onProgressUpdate(Integer... progressAndMax) {
KeyguardAppWidgetPickActivity.java 227 public void onProgressUpdate(Bitmap... values) {
  /packages/experimental/CameraPreviewTest/src/com/example/android/videochatcameratest/
VideoChatTestActivity.java 472 protected void onProgressUpdate(String... message) {
  /packages/apps/Email/src/com/android/email/activity/setup/
AccountCheckSettingsFragment.java 563 protected void onProgressUpdate(Integer... progress) {
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java 475 protected void onProgressUpdate(Boolean... values) {
476 super.onProgressUpdate(values);
    [all...]
  /frameworks/base/media/java/android/media/videoeditor/
MediaArtistNativeHelper.java 137 public void OnProgressUpdate(int taskId, int progress);
    [all...]

Completed in 1406 milliseconds

1 2 3