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 66 private int mLastProgress = -1;
130 mSeekBar.setProgress(mLastProgress > -1 ? mLastProgress : mOriginalStreamVolume);
138 mAudioManager.setStreamVolume(mStreamType, mLastProgress,
239 mLastProgress = progress;
289 if (mLastProgress >= 0) {
290 volumeStore.volume = mLastProgress;
298 mLastProgress = volumeStore.volume;
299 postSetVolume(mLastProgress);
310 mLastProgress = msg.arg1
    [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 445 milliseconds