Searched refs:mProgress (Results 1 – 5 of 5) sorted by relevance
268 private float mProgress; // animation progress in the range of 0.0f to 1.0f field in SkottieRunner.SkottieAnimationImpl287 mProgress = 0f; in init()324 mAnimationStartTime = currentTime - (long)(1000000 * mDuration * mProgress); in start()371 mProgress = progress; in setProgress()374 - (long)(1000000 * mDuration * mProgress); in setProgress()387 return mProgress; in getProgress()424 mProgress); in drawFrame()469 mProgress = animationProgressNS / (float)durationNS; in doFrame()
50 private int mProgress = 0; field in UrlDownloaderTask.ProgressReportingOutputStream59 mProgress += count; in write()60 publishProgress(mProgress); in write()
51 private int mProgress = 0; field in ZipExtractorTask63 mProgress += count; in write()64 publishProgress(mProgress); in write()
39 private final int mProgress; field in SeekBarDialogTask47 mProgress = progress; in SeekBarDialogTask()66 mSeekBar.setProgress(mProgress); in onCreate()