/third_party/typescript/tests/baselines/reference/ |
D | jsdocTemplateTag.symbols | 36 Element.prototype.animate = function(keyframes) {}; 37 >Element.prototype.animate : Symbol(Animatable.animate, Decl(lib.dom.d.ts, --, --)) 41 >animate : Symbol(Animatable.animate, Decl(lib.dom.d.ts, --, --))
|
D | jsdocTemplateTag.types | 44 Element.prototype.animate = function(keyframes) {}; 45 >Element.prototype.animate = function(keyframes) {} : (keyframes: Array<any>) => void 46 >Element.prototype.animate : (keyframes: Keyframe[] | PropertyIndexedKeyframes, options?: number | … 50 >animate : (keyframes: Keyframe[] | PropertyIndexedKeyframes, options?: number | KeyframeAnimationO…
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | drawer_test.dart | 38 await tester.pump(); // drawer should be starting to animate in 43 await tester.pump(); // drawer should be starting to animate away 63 await tester.pump(); // drawer should be starting to animate in 75 // drawer should be starting to animate away 105 await tester.pump(); // drawer should be starting to animate in 113 // drawer should be starting to animate away 159 await tester.pump(); // drawer should be starting to animate in 167 // drawer should be starting to animate away 221 await tester.pump(); // drawer should be starting to animate in
|
D | transitions_test.dart | 61 decoration: decorationTween.animate(controller), 107 decorationTween.animate(CurvedAnimation( 157 ).animate(controller); 181 ).animate(controller); 199 final Animation<double> animation = Tween<double>(begin: -1.0, end: 1.0).animate(controller); 230 final Animation<double> animation = Tween<double>(begin: -1.0, end: 1.0).animate(controller);
|
D | animated_list_test.dart | 70 // Newly inserted item 0's height should animate from 0 to 100 86 // The height of the newly inserted items at index 0 and 1 should animate from 0 to 100. 164 // Newly removed item 0's height should animate from 100 to 0 over 100ms
|
D | scrollable_animations_test.dart | 10 testWidgets('Does not animate if already at target position', (WidgetTester tester) async { 33 …testWidgets('Does not animate if already at target position within tolerance', (WidgetTester teste…
|
D | positioned_test.dart | 59 testWidgets('Can animate position data', (WidgetTester tester) async { 95 rect: rect.animate(controller),
|
/third_party/flutter/skia/tools/viewer/ |
D | GMSlide.cpp | 30 bool GMSlide::animate(double nanos) { return fGM->animate(nanos); } in animate() function in GMSlide
|
D | SampleSlide.cpp | 27 bool SampleSlide::animate(double nanos) { return fSample->animate(nanos); } in animate() function in SampleSlide
|
D | GMSlide.h | 22 bool animate(double nanos) override;
|
D | Slide.h | 26 virtual bool animate(double nanos) { return false; } in animate() function
|
D | SampleSlide.h | 27 bool animate(double) override;
|
D | ParticlesSlide.h | 29 bool animate(double) override;
|
/third_party/skia/tools/viewer/ |
D | GMSlide.cpp | 43 bool GMSlide::animate(double nanos) { return fGM->animate(nanos); } in animate() function in GMSlide
|
D | SampleSlide.cpp | 27 bool SampleSlide::animate(double nanos) { return fSample->animate(nanos); } in animate() function in SampleSlide
|
D | GMSlide.h | 23 bool animate(double nanos) override;
|
D | SampleSlide.h | 27 bool animate(double) override;
|
D | Slide.h | 25 virtual bool animate(double nanos) { return false; } in animate() function
|
/third_party/icu/icu4c/source/data/misc/ |
D | grammaticalFeatures.txt | 246 "animate", 439 "animate", 651 "animate", 788 "animate", 912 "animate", 956 "animate",
|
/third_party/skia/third_party/externals/icu/source/data/misc/ |
D | grammaticalFeatures.txt | 246 "animate", 439 "animate", 651 "animate", 788 "animate", 912 "animate", 956 "animate",
|
/third_party/gstreamer/gstreamer/docs/libs/controller/ |
D | index.md | 3 `gstreamer-controller` provides functionality to animate element properties over time.
|
/third_party/typescript/tests/cases/conformance/jsdoc/ |
D | jsdocTemplateTag.ts | 28 Element.prototype.animate = function(keyframes) {};
|
/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | circle_avatar.dart | 74 /// color will cause the avatar to animate to the new color. 91 /// image will cause the avatar to animate to the new image. 120 /// the avatar to animate from a 20 pixel diameter to a 40 pixel diameter. 136 /// the avatar to animate from a 20 pixel diameter to a 40 pixel diameter.
|
/third_party/flutter/flutter/packages/flutter/test/animation/ |
D | tween_test.dart | 22 test('Can animate tweens', () { 27 final Animation<double> animation = tween.animate(controller);
|
/third_party/weston/clients/ |
D | subsurfaces.c | 543 int animate; member 601 if (app->animate) in sub_redraw_handler() 698 app->animate = !app->animate; in key_handler() 758 app->animate = 1; in demoapp_create()
|