Searched refs:mLastProgress (Results 1 – 4 of 4) sorted by relevance
63 private float mLastProgress = 0f; field in ImeBackAnimationController105 setPreCommitProgress(mLastProgress); in onBackStarted()127 mLastProgress = backEvent.getProgress(); in onBackProgressed()128 setPreCommitProgress(mLastProgress); in onBackProgressed()242 mLastProgress = 0f; in reset()283 writer.println(innerPrefix + "mLastProgress=" + mLastProgress); in dump()
134 private int mLastProgress = -1; field in SeekBarVolumizer304 mSeekBar.setProgress(mLastProgress > -1 ? mLastProgress : mOriginalStreamVolume, true); in updateSeekBar()312 if (mMuted && mLastProgress > 0) { in handleMessage()314 } else if (!mMuted && mLastProgress == 0) { in handleMessage()317 mAudioManager.setStreamVolume(mStreamType, mLastProgress, in handleMessage()485 mLastProgress = progress; in postSetVolume()546 if (mLastProgress >= 0) { in onSaveInstanceState()547 volumeStore.volume = mLastProgress; in onSaveInstanceState()555 mLastProgress = volumeStore.volume; in onRestoreInstanceState()556 postSetVolume(mLastProgress); in onRestoreInstanceState()[all …]
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