Searched refs:mLastProgress (Results 1 – 1 of 1) sorted by relevance
71 private int mLastProgress = -1; field in SeekBarVolumizer145 mSeekBar.setProgress(mLastProgress > -1 ? mLastProgress : mOriginalStreamVolume); in updateSeekBar()153 if (mMuted && mLastProgress > 0) { in handleMessage()155 } else if (!mMuted && mLastProgress == 0) { in handleMessage()158 mAudioManager.setStreamVolume(mStreamType, mLastProgress, in handleMessage()264 mLastProgress = progress; in postSetVolume()314 if (mLastProgress >= 0) { in onSaveInstanceState()315 volumeStore.volume = mLastProgress; in onSaveInstanceState()323 mLastProgress = volumeStore.volume; in onRestoreInstanceState()324 postSetVolume(mLastProgress); in onRestoreInstanceState()[all …]