Searched refs:mLastProgress (Results 1 – 1 of 1) sorted by relevance
77 private int mLastProgress = -1; field in SeekBarVolumizer151 mSeekBar.setProgress(mLastProgress > -1 ? mLastProgress : mOriginalStreamVolume); in updateSeekBar()159 if (mMuted && mLastProgress > 0) { in handleMessage()161 } else if (!mMuted && mLastProgress == 0) { in handleMessage()164 mAudioManager.setStreamVolume(mStreamType, mLastProgress, in handleMessage()277 mLastProgress = progress; in postSetVolume()329 if (mLastProgress >= 0) { in onSaveInstanceState()330 volumeStore.volume = mLastProgress; in onSaveInstanceState()338 mLastProgress = volumeStore.volume; in onRestoreInstanceState()339 postSetVolume(mLastProgress); in onRestoreInstanceState()[all …]