Home
last modified time | relevance | path

Searched refs:mLastProgress (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/java/android/view/
DImeBackAnimationController.java63 private float mLastProgress = 0f; field in ImeBackAnimationController
105 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()
/frameworks/base/core/java/android/preference/
DSeekBarVolumizer.java134 private int mLastProgress = -1; field in SeekBarVolumizer
304 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 …]
/frameworks/av/media/module/service.mediatranscoding/tests/
DMediaTranscodingServiceTestHelper.h219 mLastProgress = progress; in updateProgress()
225 *lastProgress = mLastProgress; in getUpdateCount()
246 int mLastProgress = -1; member
/frameworks/av/media/module/libmediatranscoding/transcoder/tests/
DMediaSampleWriterTests.cpp207 EXPECT_GT(progress, mLastProgress); in onProgressUpdate()
211 mLastProgress = progress; in onProgressUpdate()
234 int32_t mLastProgress = -1; member in android::TestCallbacks