Home
last modified time | relevance | path

Searched refs:mProgress (Results 1 – 5 of 5) sorted by relevance

/external/skqp/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/
DSkottieRunner.java268 private float mProgress; // animation progress in the range of 0.0f to 1.0f field in SkottieRunner.SkottieAnimationImpl
287 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()
/external/skia/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/
DSkottieRunner.java268 private float mProgress; // animation progress in the range of 0.0f to 1.0f field in SkottieRunner.SkottieAnimationImpl
287 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()
/external/sl4a/InterpreterForAndroid/src/com/googlecode/android_scripting/
DUrlDownloaderTask.java50 private int mProgress = 0; field in UrlDownloaderTask.ProgressReportingOutputStream
59 mProgress += count; in write()
60 publishProgress(mProgress); in write()
DZipExtractorTask.java51 private int mProgress = 0; field in ZipExtractorTask
63 mProgress += count; in write()
64 publishProgress(mProgress); in write()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/ui/
DSeekBarDialogTask.java39 private final int mProgress; field in SeekBarDialogTask
47 mProgress = progress; in SeekBarDialogTask()
66 mSeekBar.setProgress(mProgress); in onCreate()