HomeSort by relevance Sort by last modified time
    Searched refs:mLastProgress (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/android/preference/
SeekBarVolumizer.java 77 private int mLastProgress = -1;
151 mSeekBar.setProgress(mLastProgress > -1 ? mLastProgress : mOriginalStreamVolume, true);
159 if (mMuted && mLastProgress > 0) {
161 } else if (!mMuted && mLastProgress == 0) {
164 mAudioManager.setStreamVolume(mStreamType, mLastProgress,
277 mLastProgress = progress;
329 if (mLastProgress >= 0) {
330 volumeStore.volume = mLastProgress;
338 mLastProgress = volumeStore.volume
    [all...]
  /development/samples/devbytes/graphics/ImagePixelization/src/com/example/android/imagepixelization/
ImagePixelization.java 64 int mLastProgress = 0;
87 if (Math.abs(mSeekBar.getProgress() - mLastProgress) > SEEKBAR_STOP_CHANGE_DELTA) {
263 mLastProgress = mSeekBar.getProgress();
  /packages/apps/Email/provider_src/com/android/email/service/
AttachmentService.java 180 int mLastProgress;
222 mLastProgress = orig.mLastProgress;
536 req.mLastProgress,progress);
542 req.mLastProgress = progress;
    [all...]

Completed in 76 milliseconds