Searched defs:progress (Results 1 - 25 of 72) sorted by relevance

123

/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DStitchingChangeListener.java26 public void onStitchingProgress(Uri uri, int progress); argument
/packages/apps/Camera2/src/com/android/camera/
H A DImageTaskManager.java33 String filePath, Uri imageUri, int progress);
41 * Get task progress by Uri.
32 onTaskProgress( String filePath, Uri imageUri, int progress) argument
/packages/apps/Gallery2/src/com/android/gallery3d/anim/
H A DAlphaAnimation.java44 protected void onCalculate(float progress) { argument
46 + (mEndAlpha - mStartAlpha) * progress, 0f, 1f);
H A DFloatAnimation.java33 protected void onCalculate(float progress) { argument
34 mCurrent = mFrom + (mTo - mFrom) * progress;
H A DAnimation.java34 // In step 3, onCalculate(float progress) is called so subclasses can calculate
35 // the value according to progress (progress is a value in [0,1]).
38 // can change the progress value. The interpolator can be set by
91 abstract protected void onCalculate(float progress); argument
/packages/apps/Mms/src/com/android/mms/transaction/
H A DProgressCallbackEntity.java81 private void broadcastProgressIfNeeded(int progress) { argument
84 intent.putExtra("progress", progress);
/packages/apps/MusicFX/src/com/android/musicfx/seekbar/
H A DSeekBar.java26 * the thumb and drag left or right to set the current progress level or use the arrow keys.
37 * A callback that notifies clients when the progress level has been
45 * Notification that the progress level has changed. Clients can use the fromUser parameter
48 * @param seekBar The SeekBar whose progress has changed
49 * @param progress The current progress level. This will be in the range 0..max where max
51 * @param fromUser True if the progress change was initiated by the user.
53 void onProgressChanged(SeekBar seekBar, int progress, boolean fromUser); argument
94 * Sets a listener to receive notifications of changes to the SeekBar's progress level. Also
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
H A DProgressBar.java29 * Draw a progress bar for media items, transitions and the audio track
41 * Get the progress bar singleton
45 * @return The progress bar
63 // Prepare the progress bitmap
81 * Draw the progress bar
84 * @param progress The progress (between 0 and 100)
89 public void draw(Canvas canvas, int progress, Rect dest, int left, int width) { argument
90 switch (progress) {
106 dest.right = ((width - left) * progress) / 10
[all...]
H A DAudioTrackView.java271 * The audio track processing progress
273 * @param progress The progress
275 public void setProgress(int progress) { argument
276 mProgress = progress;
/packages/apps/Browser/src/com/android/browser/
H A DPageProgressView.java101 void setProgress(int progress) { argument
103 mTargetProgress = progress;
/packages/apps/Exchange/src/com/android/exchange/adapter/
H A DAttachmentLoader.java68 private void doProgressCallback(int progress) { argument
/packages/apps/LegacyCamera/jni/feature_mos/src/mosaic/
H A DMosaic.cpp179 int Mosaic::createMosaic(float &progress, bool &cancelComputation) argument
184 progress = TIME_PERCENT_ALIGN + TIME_PERCENT_BLEND
203 mosaicWidth, mosaicHeight, progress, cancelComputation);
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
H A DAttachmentProgressDialogFragment.java101 public void setProgress(int progress) { argument
103 mDialog.setProgress(progress);
/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
H A DNotificationService.java105 public static Notification makeUploadNotification(Context context, int progress, long when) { argument
113 .setProgress(100, Math.min(progress, 100), false);
H A DProgressService.java32 private static final String ACTION_PROGRESS = "progress";
49 UpdateRunnable(int id, long when, int progress) { argument
52 mProgress = progress;
58 Log.v(TAG, "id: " + mId + " when: " + mWhen + " progress: " + mProgress);
80 int progress = intent.getIntExtra("progress", 0);
81 handler.postDelayed(new UpdateRunnable(id, when, progress), 1000);
84 public static void startProgressUpdater(Context context, int id, long when, int progress) { argument
90 progressIntent.putExtra("progress", progress);
[all...]
/packages/apps/Camera/jni/feature_mos/src/mosaic/
H A DMosaic.cpp192 int Mosaic::createMosaic(float &progress, bool &cancelComputation) argument
197 progress = TIME_PERCENT_ALIGN + TIME_PERCENT_BLEND
216 mosaicWidth, mosaicHeight, progress, cancelComputation);
/packages/apps/Camera/perftests/panorama/
H A Dbenchmark.cpp93 float progress = 0.0; local
96 mosaic.createMosaic(progress, cancelComputation);
/packages/apps/Camera2/jni/feature_mos/src/mosaic/
H A DMosaic.cpp192 int Mosaic::createMosaic(float &progress, bool &cancelComputation) argument
197 progress = TIME_PERCENT_ALIGN + TIME_PERCENT_BLEND
216 mosaicWidth, mosaicHeight, progress, cancelComputation);
/packages/apps/Email/emailcommon/src/com/android/emailcommon/service/
H A DEmailServiceStatus.java63 public static final String SYNC_STATUS_PROGRESS = "progress";
69 * Some status updates need to provide values in addition to the core id, code, and progress.
86 * @param progress The progress of this sync operation.
90 final int statusType, final long id, final int statusCode, final int progress,
100 statusExtras.putInt(SYNC_STATUS_PROGRESS, progress);
116 * @param progress The progress of this sync operation.
119 final long mailboxId, final int statusCode, final int progress) {
120 syncStatus(cr, syncExtras, SYNC_STATUS_TYPE_MAILBOX, mailboxId, statusCode, progress, nul
89 syncStatus(final ContentResolver cr, final Bundle syncExtras, final int statusType, final long id, final int statusCode, final int progress, final StatusWriter writer) argument
118 syncMailboxStatus(final ContentResolver cr, final Bundle syncExtras, final long mailboxId, final int statusCode, final int progress) argument
[all...]
/packages/apps/Exchange/src/com/android/exchange/service/
H A DEasAttachmentLoader.java49 final long messageKey, final long attachmentId, final int status, final int progress) {
52 callback.loadAttachmentStatus(messageKey, attachmentId, status, progress);
72 public void doCallback(final int progress) { argument
74 EmailServiceStatus.IN_PROGRESS, progress);
277 // Send a progress update that we're starting.
48 doStatusCallback(final IEmailServiceCallback callback, final long messageKey, final long attachmentId, final int status, final int progress) argument
/packages/apps/Gallery2/src/com/android/gallery3d/ui/
H A DPhotoFallbackEffect.java157 protected void onCalculate(float progress) { argument
158 mProgress = progress;
H A DSlideshowView.java159 protected void onCalculate(float progress) { argument
160 mProgress = progress;
/packages/apps/Settings/src/com/android/settings/
H A DPointerSpeedPreference.java77 public void onProgressChanged(SeekBar seekBar, int progress, boolean fromTouch) { argument
79 mIm.tryPointerSpeed(progress + InputManager.MIN_POINTER_SPEED);
127 myState.progress = mSeekBar.getProgress();
146 mSeekBar.setProgress(myState.progress);
147 mIm.tryPointerSpeed(myState.progress + InputManager.MIN_POINTER_SPEED);
151 int progress; field in class:PointerSpeedPreference.SavedState
156 progress = source.readInt();
163 dest.writeInt(progress);
/packages/apps/UnifiedEmail/src/com/android/mail/bitmap/
H A DAttachmentGridDrawable.java38 public AttachmentGridDrawable(Resources res, Drawable placeholder, Drawable progress) { argument
42 mProgress = progress;
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/dictionarypack/
H A DDictionaryDownloadProgressBar.java69 * This method will stop any running updater thread for this progress bar and create and run
70 * a new one only if the progress bar is visible.
71 * Hence, as a result of calling this method, the progress bar will have an updater thread
72 * running if and only if the progress bar is visible.
108 private final static int REPORT_PERIOD = 150; // how often to report progress, in ms
120 // disabled between pressing the 'install' button and displaying the progress
163 public void setProgressFromAnotherThread(final int progress) { argument
164 if (mProgress != progress) {
165 mProgress = progress;

Completed in 587 milliseconds

123