Searched refs:mLastProgress (Results 1 – 7 of 7) sorted by relevance
123 private int mLastProgress = -1; field in SeekBarVolumizer278 mSeekBar.setProgress(mLastProgress > -1 ? mLastProgress : mOriginalStreamVolume, true); in updateSeekBar()286 if (mMuted && mLastProgress > 0) { in handleMessage()288 } else if (!mMuted && mLastProgress == 0) { in handleMessage()291 mAudioManager.setStreamVolume(mStreamType, mLastProgress, in handleMessage()439 mLastProgress = progress; in postSetVolume()496 if (mLastProgress >= 0) { in onSaveInstanceState()497 volumeStore.volume = mLastProgress; in onSaveInstanceState()505 mLastProgress = volumeStore.volume; in onRestoreInstanceState()506 postSetVolume(mLastProgress); in onRestoreInstanceState()[all …]
80 private float mLastProgress; field in AssistantInputConsumer198 ValueAnimator animator = ValueAnimator.ofFloat(mLastProgress, 0) in onMotionEvent()229 mLastProgress = Math.min(mDistance * 1f / mDragDistThreshold, 1) * mTimeFraction; in updateAssistantProgress()234 SystemUiProxy.INSTANCE.get(mContext).onAssistantProgress(mLastProgress); in updateAssistantProgress()273 mLastProgress = 1; in onFling()
49 private int mLastProgress = -1; field in BalanceSeekBar79 if (progress != mLastProgress) {83 mLastProgress = progress;
42 private int mLastProgress = -1; field in PointerSpeedPreference83 if (progress != mLastProgress) { in onProgressChanged()85 mLastProgress = progress; in onProgressChanged()
53 private int mLastProgress = -1; field in LabeledSeekBar125 if (progress != mLastProgress) {127 mLastProgress = progress;
219 mLastProgress = progress; in updateProgress()225 *lastProgress = mLastProgress; in getUpdateCount()246 int mLastProgress = -1; member
207 EXPECT_GT(progress, mLastProgress); in onProgressUpdate()211 mLastProgress = progress; in onProgressUpdate()234 int32_t mLastProgress = -1; member in android::TestCallbacks