Home
last modified time | relevance | path

Searched defs:animator (Results 1 – 14 of 14) sorted by relevance

/third_party/skia/modules/skottie/src/animator/
DAnimator.cpp20 for (const auto& animator : fAnimators) { in onSeek() local
93 sk_sp<KeyframeAnimator> animator; in bindImpl() local
/third_party/flutter/skia/modules/skottie/src/effects/
DMotionBlurEffect.cpp16 sk_sp<MotionBlurEffect> MotionBlurEffect::Make(sk_sp<sksg::Animator> animator, in Make()
36 MotionBlurEffect::MotionBlurEffect(sk_sp<sksg::Animator> animator, in MotionBlurEffect()
/third_party/flutter/skia/modules/skottie/src/text/
DTextAnimator.cpp157 auto animator = sk_ref_sp(this); in TextAnimator() local
199 if (auto animator = TextAnimator::Make(janimator, abuilder)) { in Make() local
DTextAdapter.cpp198 for (const auto& animator : animators) { in applyAnimators() local
/third_party/flutter/flutter/dev/integration_tests/android_splash_screens/splash_screen_load_rotate/android/app/src/main/java/io/flutter/splash_screen_load_rotate/
DNeverEndingSplashView.java26 private ViewPropertyAnimator animator; field in NeverEndingSplashView
/third_party/skia/modules/skottie/src/effects/
DMotionBlurEffect.cpp37 sk_sp<MotionBlurEffect> MotionBlurEffect::Make(sk_sp<Animator> animator, in Make()
57 MotionBlurEffect::MotionBlurEffect(sk_sp<Animator> animator, in MotionBlurEffect()
/third_party/flutter/skia/modules/skottie/src/
DSkottieAnimator.cpp240 sk_sp<KeyframeAnimator> animator(new KeyframeAnimator(*jv, abuilder, std::move(apply))); in Make() local
345 auto animator = KeyframeAnimator<T>::Make(jpropK, abuilder, std::move(apply)); in BindPropertyImpl() local
389 for (const auto& animator : fAnimators) { in onTick() local
DSkottieAdapter.cpp41 for (auto& animator : fAnimators) { in onTick() local
/third_party/skia/modules/skottie/src/text/
DTextAdapter.cpp236 if (auto animator = TextAnimator::Make(janimator, abuilder, adapter.get())) { in Make() local
560 for (const auto& animator : fAnimators) { in onSync() local
/third_party/flutter/engine/flutter/shell/common/
Dace_engine.cc40 std::unique_ptr<Animator> animator, in Engine()
Dengine.cc43 std::unique_ptr<Animator> animator, in Engine()
Dace_shell.cc140 auto animator = std::make_unique<Animator>(*shell, task_runners, in CreateShellOnPlatformThread() local
Dshell.cc121 auto animator = std::make_unique<Animator>(*shell, task_runners, in CreateShellOnPlatformThread() local
/third_party/flutter/skia/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/app/
DHelloCanvasAR.java119 ValueAnimator animator; field in HelloCanvasAR