Home
last modified time | relevance | path

Searched defs:getProgress (Results 1 – 8 of 8) sorted by relevance

/external/skqp/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
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowNotification.java112 public int getProgress() { in getProgress() method in ShadowNotification
/external/skia/platform_tools/android/apps/skottie/skottielib/src/main/java/org/skia/skottie/
DSkottieView.java206 public float getProgress() { in getProgress() method in SkottieView
DSkottieAnimation.java282 public float getProgress() { in getProgress() method in SkottieAnimation
/external/lottie/lottie/src/main/java/com/airbnb/lottie/animation/keyframe/
DBaseKeyframeAnimation.java140 public float getProgress() { in getProgress() method in BaseKeyframeAnimation
/external/oboe/apps/OboeTester/app/src/main/cpp/analyzer/
DLatencyAnalyzer.h442 int32_t getProgress() const override { in getProgress() function
/external/lottie/lottie/src/main/java/com/airbnb/lottie/
DLottieAnimationView.java924 @FloatRange(from = 0.0f, to = 1.0f) public float getProgress() { in getProgress() method in LottieAnimationView