Home
last modified time | relevance | path

Searched refs:getProgress (Results 1 – 9 of 9) sorted by relevance

/third_party/node/benchmark/
D_benchmark_progress.js76 getProgress() { method in BenchmarkProgress
115 process.stderr.write(this.getProgress());
/third_party/skia/platform_tools/android/apps/skottie/skottielib/src/main/java/org/skia/skottie/
DSkottieView.java206 public float getProgress() { in getProgress() method in SkottieView
208 return mAnimation.getProgress(); in getProgress()
DSkottieAnimation.java282 public float getProgress() { in getProgress() method in SkottieAnimation
/third_party/flutter/skia/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/
DSkottieAnimation.java28 @FloatRange(from = 0, to = 1) float getProgress(); in getProgress() method
DSkottieRunner.java386 public float getProgress() { in getProgress() method in SkottieRunner.SkottieAnimationImpl
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/java/com/google/sample/oboe/manualtest/
DBufferSizeView.java134 int progress = mFaderThreshold.getProgress(); in updateBufferSize()
DManualGlitchActivity.java221 setToleranceProgress(mFaderTolerance.getProgress()); in startAudioTest()
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/analyzer/
DLatencyAnalyzer.h364 virtual int32_t getProgress() const = 0;
442 int32_t getProgress() const override { in getProgress() function
/third_party/skia/third_party/externals/oboe/apps/OboeTester/app/src/main/cpp/
Djni-bridge.cpp530 return engine.mActivityRoundTripLatency.getLatencyAnalyzer()->getProgress(); in Java_com_google_sample_oboe_manualtest_RoundTripLatencyActivity_getAnalyzerProgress()