/third_party/typescript/tests/baselines/reference/ |
D | misspelledJsDocTypedefTags.types | 3 Animation.AnimationModel.ScreenshotCapture.Request; 4 >Animation.AnimationModel.ScreenshotCapture.Request : error 5 >Animation.AnimationModel.ScreenshotCapture : any 6 >Animation.AnimationModel : any 7 >Animation : { new (effect?: AnimationEffect, timeline?: AnimationTimeline): Animation; prototype: … 13 Animation.AnimationModel.ScreenshotCapture.Request; 14 >Animation.AnimationModel.ScreenshotCapture.Request : error 15 >Animation.AnimationModel.ScreenshotCapture : any 16 >Animation.AnimationModel : any 17 >Animation : { new (effect?: AnimationEffect, timeline?: AnimationTimeline): Animation; prototype: …
|
D | misspelledJsDocTypedefTags.symbols | 3 Animation.AnimationModel.ScreenshotCapture.Request; 4 >Animation : Symbol(Animation, Decl(lib.dom.d.ts, --, --), Decl(lib.dom.d.ts, --, --), Decl(a.js, 1… 7 Animation.AnimationModel.ScreenshotCapture.Request; 8 >Animation : Symbol(Animation, Decl(lib.dom.d.ts, --, --), Decl(lib.dom.d.ts, --, --), Decl(a.js, 1…
|
D | jsdocTemplateTag.errors.txt | 1 … Keyframe[] | PropertyIndexedKeyframes, options?: number | KeyframeAnimationOptions) => Animation'. 2 Type 'void' is not assignable to type 'Animation'. 30 … Keyframe[] | PropertyIndexedKeyframes, options?: number | KeyframeAnimationOptions) => Animation'. 31 !!! error TS2322: Type 'void' is not assignable to type 'Animation'.
|
/third_party/skia/modules/skottie/src/ |
D | Skottie.cpp | 165 Animation::Builder::Stats* stats, in AnimationBuilder() 311 Animation::Builder::Builder(uint32_t flags) : fFlags(flags) {} in Builder() 312 Animation::Builder::~Builder() = default; 314 Animation::Builder& Animation::Builder::setResourceProvider(sk_sp<ResourceProvider> rp) { in setResourceProvider() 319 Animation::Builder& Animation::Builder::setFontManager(sk_sp<SkFontMgr> fmgr) { in setFontManager() 324 Animation::Builder& Animation::Builder::setPropertyObserver(sk_sp<PropertyObserver> pobserver) { in setPropertyObserver() 329 Animation::Builder& Animation::Builder::setLogger(sk_sp<Logger> logger) { in setLogger() 334 Animation::Builder& Animation::Builder::setMarkerObserver(sk_sp<MarkerObserver> mobserver) { in setMarkerObserver() 339 Animation::Builder& Animation::Builder::setPrecompInterceptor(sk_sp<PrecompInterceptor> pi) { in setPrecompInterceptor() 344 Animation::Builder& Animation::Builder::setExpressionManager(sk_sp<ExpressionManager> em) { in setExpressionManager() [all …]
|
/third_party/flutter/skia/modules/skottie/src/ |
D | Skottie.cpp | 272 Animation::Builder::Stats* stats, in AnimationBuilder() 422 Animation::Builder::Builder() = default; 423 Animation::Builder::~Builder() = default; 425 Animation::Builder& Animation::Builder::setResourceProvider(sk_sp<ResourceProvider> rp) { in setResourceProvider() 430 Animation::Builder& Animation::Builder::setFontManager(sk_sp<SkFontMgr> fmgr) { in setFontManager() 435 Animation::Builder& Animation::Builder::setPropertyObserver(sk_sp<PropertyObserver> pobserver) { in setPropertyObserver() 440 Animation::Builder& Animation::Builder::setLogger(sk_sp<Logger> logger) { in setLogger() 445 Animation::Builder& Animation::Builder::setMarkerObserver(sk_sp<MarkerObserver> mobserver) { in setMarkerObserver() 450 sk_sp<Animation> Animation::Builder::make(SkStream* stream) { in make() 470 sk_sp<Animation> Animation::Builder::make(const char* data, size_t data_len) { in make() [all …]
|
D | Composition.cpp | 23 explicit SkottieSGAdapter(sk_sp<Animation> animation) in attachNestedAnimation() 44 const sk_sp<Animation> fAnimation; in attachNestedAnimation() 49 SkottieAnimatorAdapter(sk_sp<Animation> animation, float time_scale) in attachNestedAnimation() 62 const sk_sp<Animation> fAnimation; in attachNestedAnimation() 72 auto animation = Animation::Builder() in attachNestedAnimation()
|
D | SkottieTool.cpp | 41 bool handleFrame(const sk_sp<skottie::Animation>& anim, size_t idx) const { in handleFrame() 57 virtual bool saveFrame(const sk_sp<skottie::Animation>& anim, SkFILEWStream*) const = 0; 73 bool saveFrame(const sk_sp<skottie::Animation>& anim, SkFILEWStream* stream) const override { in saveFrame() 105 bool saveFrame(const sk_sp<skottie::Animation>& anim, SkFILEWStream* stream) const override { in saveFrame() 189 auto anim = skottie::Animation::Builder() in main()
|
/third_party/flutter/skia/modules/skottie/include/ |
D | Skottie.h | 121 class SK_API Animation : public SkNVRefCnt<Animation> { 175 sk_sp<Animation> make(SkStream*); 176 sk_sp<Animation> make(const char* data, size_t length); 177 sk_sp<Animation> makeFromFile(const char path[]); 193 static sk_sp<Animation> Make(const char* data, size_t length); 194 static sk_sp<Animation> Make(SkStream*); 195 static sk_sp<Animation> MakeFromFile(const char path[]); 197 ~Animation(); 244 Animation(std::unique_ptr<sksg::Scene>, SkString ver, const SkSize& size, 255 typedef SkNVRefCnt<Animation> INHERITED;
|
/third_party/skia/modules/androidkit/src/ |
D | SkottieAnimation.cpp | 21 auto animation = Animation::Builder().make(cstr, strlen(cstr)); in Animation_Create() 27 SkSafeUnref(reinterpret_cast<Animation*>(native_animation)); in Animation_Release() 31 const auto* animation = reinterpret_cast<const Animation*>(native_animation); in Animation_GetDuration() 36 const auto* animation = reinterpret_cast<const Animation*>(native_animation); in Animation_GetFrameCnt() 41 const auto* animation = reinterpret_cast<const Animation*>(native_animation); in Animation_GetWidth() 46 const auto* animation = reinterpret_cast<const Animation*>(native_animation); in Animation_GetHeight() 51 if (auto* animation = reinterpret_cast<Animation*>(native_animation)) { in Animation_SeekFrame() 57 if (auto* animation = reinterpret_cast<Animation*>(native_animation)) { in Animation_SeekTime() 63 const auto* animation = reinterpret_cast<const Animation*>(native_animation); in Animation_Render()
|
/third_party/skia/modules/skottie/include/ |
D | Skottie.h | 88 class SK_API Animation : public SkNVRefCnt<Animation> { 161 sk_sp<Animation> make(SkStream*); 162 sk_sp<Animation> make(const char* data, size_t length); 163 sk_sp<Animation> makeFromFile(const char path[]); 183 static sk_sp<Animation> Make(const char* data, size_t length); 184 static sk_sp<Animation> Make(SkStream*); 185 static sk_sp<Animation> MakeFromFile(const char path[]); 187 ~Animation(); 272 Animation(std::unique_ptr<sksg::Scene>, 287 using INHERITED = SkNVRefCnt<Animation>;
|
/third_party/flutter/skia/modules/canvaskit/ |
D | skottie_bindings.cpp | 88 auto animation = skottie::Animation::Builder() in Make() 162 ManagedAnimation(sk_sp<skottie::Animation> animation, in ManagedAnimation() 167 sk_sp<skottie::Animation> fAnimation; 176 class_<skottie::Animation>("Animation") in EMSCRIPTEN_BINDINGS() 177 .smart_ptr<sk_sp<skottie::Animation>>("sk_sp<Animation>") in EMSCRIPTEN_BINDINGS() 178 .function("version", optional_override([](skottie::Animation& self)->std::string { in EMSCRIPTEN_BINDINGS() 181 .function("size", &skottie::Animation::size) in EMSCRIPTEN_BINDINGS() 182 .function("duration", &skottie::Animation::duration) in EMSCRIPTEN_BINDINGS() 183 .function("seek", optional_override([](skottie::Animation& self, SkScalar t)->void { in EMSCRIPTEN_BINDINGS() 186 .function("render", optional_override([](skottie::Animation& self, SkCanvas* canvas)->void { in EMSCRIPTEN_BINDINGS() [all …]
|
/third_party/flutter/flutter/packages/flutter/lib/src/animation/ |
D | animation.dart | 28 /// Signature for listeners attached using [Animation.addStatusListener]. 48 /// * [Tween], which can be used to create [Animation] subclasses that 49 /// convert `Animation<double>`s into other kinds of `Animation`s. 50 abstract class Animation<T> extends Listenable implements ValueListenable<T> { 53 const Animation(); 98 /// Chains a [Tween] (or [CurveTween]) to this [Animation]. 100 /// This method is only valid for `Animation<double>` instances (i.e. when `T` 105 /// It returns an [Animation] specialized to the same type, `U`, as the 107 /// given [Tween] to the value of this [Animation]. 112 /// an `Animation<Alignment>` that swings from top left to top right as the [all …]
|
D | animations.dart | 16 class _AlwaysCompleteAnimation extends Animation<double> { 46 const Animation<double> kAlwaysCompleteAnimation = _AlwaysCompleteAnimation(); 48 class _AlwaysDismissedAnimation extends Animation<double> { 78 const Animation<double> kAlwaysDismissedAnimation = _AlwaysDismissedAnimation(); 83 class AlwaysStoppedAnimation<T> extends Animation<T> { 117 /// Implements most of the [Animation] interface by deferring its behavior to a 118 /// given [parent] Animation. 120 /// To implement an [Animation] that is driven by a parent, it is only necessary 131 Animation<T> get parent; 133 // keep these next five dartdocs in sync with the dartdocs in Animation<T> [all …]
|
D | tween.dart | 14 // Animation<Offset> _animation; 17 /// An object that can produce a value of type `T` given an [Animation<double>] 37 /// of an [Animation]. 41 /// The current value of this object for the given [Animation]. 50 /// an [Animation]. 51 /// * [animate], which creates an [Animation] out of this object, continually 53 T evaluate(Animation<double> animation) => transform(animation.value); 55 /// Returns a new [Animation] that is driven by the given animation but that 58 /// Essentially this returns an [Animation] that automatically applies the 65 Animation<T> animate(Animation<double> parent) { [all …]
|
/third_party/flutter/flutter/dev/integration_tests/android_splash_screens/splash_screen_kitchen_sink/android/app/src/main/java/io/flutter/splash_screen_kitchen_sink/ |
D | FlutterZoomSplashView.java | 13 import android.view.animation.Animation; 43 private final Animation.AnimationListener animationListener = new Animation.AnimationListener() { 45 public void onAnimationStart(Animation animation) {} 48 public void onAnimationEnd(Animation animation) { 60 public void onAnimationRepeat(Animation animation) {} 105 Animation scaleUp = new ScaleAnimation( in animateLogoOverlay() 108 Animation.RELATIVE_TO_SELF, 0.5f, in animateLogoOverlay() 109 Animation.RELATIVE_TO_SELF, 0.5f in animateLogoOverlay()
|
/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | page_transitions_theme.dart | 17 @required Animation<double> routeAnimation, // The route's linear 0.0 - 1.0 animation. 31 final Animation<Offset> _positionAnimation; 32 final Animation<double> _opacityAnimation; 79 final Animation<double> animation; 80 final Animation<double> secondaryAnimation; 96 final Animation<double> clipAnimation = Tween<double>( 101 final Animation<double> opacityAnimation = _scrimOpacityTween.animate(primaryAnimation); 102 …final Animation<Offset> primaryTranslationAnimation = _primaryTranslationTween.animate(primaryAnim… 104 final Animation<Offset> secondaryTranslationAnimation = _secondaryTranslationTween.animate( 178 Animation<double> animation, [all …]
|
/third_party/skia/experimental/skottiekit/ |
D | skottiekit_bindings.cpp | 111 auto animation = skottie::Animation::Builder() in Make() 192 ManagedAnimation(sk_sp<skottie::Animation> animation, in ManagedAnimation() 197 sk_sp<skottie::Animation> fAnimation; 354 class_<skottie::Animation>("Animation") in EMSCRIPTEN_BINDINGS() 355 .smart_ptr<sk_sp<skottie::Animation>>("sk_sp<Animation>") in EMSCRIPTEN_BINDINGS() 356 .function("version", optional_override([](skottie::Animation& self)->std::string { in EMSCRIPTEN_BINDINGS() 359 .function("size" , &skottie::Animation::size) in EMSCRIPTEN_BINDINGS() 360 .function("duration", &skottie::Animation::duration) in EMSCRIPTEN_BINDINGS() 361 .function("fps" , &skottie::Animation::fps) in EMSCRIPTEN_BINDINGS() 362 .function("seek", optional_override([](skottie::Animation& self, SkScalar t)->void { in EMSCRIPTEN_BINDINGS() [all …]
|
/third_party/flutter/skia/bench/ |
D | SKPAnimationBench.h | 21 class Animation : public SkRefCnt { 26 virtual ~Animation() {} in ~Animation() 29 SKPAnimationBench(const char* name, const SkPicture*, const SkIRect& devClip, sk_sp<Animation>, 32 static sk_sp<Animation> MakeZoomAnimation(SkScalar zoomMax, double zoomPeriodMs); 44 sk_sp<Animation> fAnimation;
|
/third_party/skia/modules/canvaskit/ |
D | skottie_bindings.cpp | 161 auto animation = skottie::Animation::Builder() in Make() 272 ManagedAnimation(sk_sp<skottie::Animation> animation, in ManagedAnimation() 278 const sk_sp<skottie::Animation> fAnimation; 287 class_<skottie::Animation>("Animation") in EMSCRIPTEN_BINDINGS() 288 .smart_ptr<sk_sp<skottie::Animation>>("sk_sp<Animation>") in EMSCRIPTEN_BINDINGS() 289 .function("version", optional_override([](skottie::Animation& self)->std::string { in EMSCRIPTEN_BINDINGS() 292 .function("_size", optional_override([](skottie::Animation& self, in EMSCRIPTEN_BINDINGS() 297 .function("duration", &skottie::Animation::duration) in EMSCRIPTEN_BINDINGS() 298 .function("fps" , &skottie::Animation::fps) in EMSCRIPTEN_BINDINGS() 299 .function("seek", optional_override([](skottie::Animation& self, SkScalar t)->void { in EMSCRIPTEN_BINDINGS() [all …]
|
/third_party/skia/bench/ |
D | SKPAnimationBench.h | 21 class Animation : public SkRefCnt { 28 SKPAnimationBench(const char* name, const SkPicture*, const SkIRect& devClip, sk_sp<Animation>, 31 static sk_sp<Animation> MakeZoomAnimation(SkScalar zoomMax, double zoomPeriodMs); 43 sk_sp<Animation> fAnimation;
|
/third_party/flutter/skia/modules/skottie/gm/ |
D | SkottieGM.cpp | 57 fAnimation = Animation::Builder() in onOnceBeforeDraw() 87 sk_sp<Animation> fAnimation; 109 fAnimation = Animation::Builder() in onOnceBeforeDraw() 160 sk_sp<Animation> fAnimation; 183 fAnimation = Animation::Builder() in onOnceBeforeDraw() 221 sk_sp<Animation> fAnimation;
|
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/shrine/ |
D | expanding_bottom_sheet.dart | 69 Animation<T> _getEmphasizedEasingAnimation<T>({ 74 @required Animation<double> parent, 131 Animation<double> _widthAnimation; 132 Animation<double> _heightAnimation; 133 Animation<double> _thumbnailOpacityAnimation; 134 Animation<double> _cartOpacityAnimation; 135 Animation<double> _shapeAnimation; 136 Animation<Offset> _slideAnimation; 153 Animation<double> _getWidthAnimation(double screenWidth) { 174 Animation<double> _getHeightAnimation(double screenHeight) { [all …]
|
/third_party/skia/modules/skottie/gm/ |
D | SkottieGM.cpp | 56 fAnimation = skottie::Animation::Builder() in onOnceBeforeDraw() 86 sk_sp<skottie::Animation> fAnimation; 112 fAnimation = skottie::Animation::Builder() in onOnceBeforeDraw() 172 sk_sp<skottie::Animation> fAnimation; 197 fAnimation = skottie::Animation::Builder() in onOnceBeforeDraw() 237 sk_sp<skottie::Animation> fAnimation;
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | pages.dart | 47 Widget _defaultTransitionsBuilder(BuildContext context, Animation<double> animation, Animation<doub… 106 …Widget buildPage(BuildContext context, Animation<double> animation, Animation<double> secondaryAni… 111 …Widget buildTransitions(BuildContext context, Animation<double> animation, Animation<double> secon…
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | animated_list_test.dart | 10 final Map<int, Animation<double>> animations = <int, Animation<double>>{}; 17 itemBuilder: (BuildContext context, int index, Animation<double> animation) { 46 itemBuilder: (BuildContext context, int index, Animation<double> animation) { 116 Widget buildItem(BuildContext context, int item, Animation<double> animation) { 136 itemBuilder: (BuildContext context, int index, Animation<double> animation) { 152 (BuildContext context, Animation<double> animation) => buildItem(context, 0, animation),
|