/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/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/icu/icu4c/source/data/misc/ |
D | grammaticalFeatures.txt | 246 "animate", 439 "animate", 651 "animate", 788 "animate", 912 "animate", 956 "animate",
|
/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 | SlideDir.cpp | 87 fSlide->animate(t * 1e6); in tick() 356 bool SlideDir::animate(double nanos) { in animate() function in SlideDir 364 fScene->animate(t); in animate()
|
D | Slide.h | 26 virtual bool animate(double nanos) { return false; } in animate() function
|
/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;
|
/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.
|
D | page_transitions_theme.dart | 99 ).animate(primaryAnimation); 101 final Animation<double> opacityAnimation = _scrimOpacityTween.animate(primaryAnimation); 102 …final Animation<Offset> primaryTranslationAnimation = _primaryTranslationTween.animate(primaryAnim… 104 final Animation<Offset> secondaryTranslationAnimation = _secondaryTranslationTween.animate(
|
/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/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/examples/flutter_gallery/lib/demo/shrine/ |
D | expanding_bottom_sheet.dart | 110 ).animate(parent); 156 return Tween<double>(begin: _width, end: screenWidth).animate( 190 ).animate( 204 return Tween<double>(begin: _kCornerRadius, end: 0.0).animate( 222 return Tween<double>(begin: 1.0, end: 0.0).animate( 462 final Animation<double> thumbnailSize = Tween<double>(begin: 0.8, end: 1.0).animate(
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | animated_switcher.dart | 303 _addEntryForNewChild(animate: false); 325 _addEntryForNewChild(animate: true); 339 void _addEntryForNewChild({ @required bool animate }) { 340 assert(animate || _currentEntry == null); 342 assert(animate); 367 if (animate) {
|