Searched refs:animating (Results 1 – 25 of 55) sorted by relevance
123
/third_party/flutter/flutter/packages/flutter/lib/src/cupertino/ |
D | activity_indicator.dart | 22 this.animating = true, 24 }) : assert(animating != null), 32 final bool animating; 55 if (widget.animating) 62 if (widget.animating != oldWidget.animating) { 63 if (widget.animating)
|
/third_party/skia/demos.skia.org/demos/path_performance/ |
D | shared.js | 14 animating = false; field in Animator 18 if (this.animating === false) { 19 this.animating = true; 24 if (this.animating && this.renderer) { 40 this.animating = false;
|
/third_party/flutter/flutter/packages/flutter/test/cupertino/ |
D | activity_indicator_test.dart | 14 await tester.pumpWidget(const Center(child: CupertinoActivityIndicator(animating: false))); 19 await tester.pumpWidget(const Center(child: CupertinoActivityIndicator(animating: false)));
|
D | button_test.dart | 113 // No animating by default.
|
/third_party/flutter/flutter/packages/flutter/test/material/ |
D | flexible_space_bar_test.dart | 28 // Clear the widget tree to avoid animating between Android and iOS. 148 // Clear the widget tree to avoid animating between Android and iOS. 190 // Clear the widget tree to avoid animating between Android and iOS.
|
D | app_bar_test.dart | 86 // Clear the widget tree to avoid animating between Android and iOS. 712 // Now verify that the appbar is animating open 742 // Now verify that the appbar is animating closed 794 // Now verify that the appbar is animating open 828 // Now verify that the appbar is animating closed
|
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/ |
D | animated_size.dart | 23 /// animating, or waiting for the child's size to change. 35 /// for the render object to begin animating the size towards the child's new 57 /// this render object sizes itself to fit the child instead of animating 144 /// See [RenderAnimatedSizeState] for situations when we may not be animating
|
D | viewport_offset.dart | 212 /// even if there is (for example) a [ScrollActivity] currently animating the
|
/third_party/flutter/flutter/packages/flutter/lib/src/material/ |
D | arc.dart | 32 /// Creates a [Tween] for animating [Offset]s along a circular arc. 232 /// Creates a [Tween] for animating [Rect]s along a circular arc. 348 /// Creates a [Tween] for animating [Rect]s along a circular arc.
|
D | expand_icon.dart | 114 // If the widget is initially expanded, rotate the icon without animating it.
|
D | bottom_navigation_bar.dart | 415 // Defines the padding for the animating icons + labels. 905 // Describes an animating color splash circle. 952 // Paints the animating color splash circles.
|
D | tab_controller.dart | 197 /// True while we're animating from [previousIndex] to [index] as a
|
/third_party/flutter/engine/flutter/testing/scenario_app/ |
D | README.md | 13 a continuously animating colored square that bounces off the sides of the
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | scroll_context.dart | 38 /// A [TickerProvider] to use when animating the scroll position.
|
D | implicit_animations.dart | 221 /// respond to those _changes_ by animating the changes over a specified 281 /// The curve to apply when animating the parameters of this container. 313 /// is animating. For instance, if the state is animating its widget's 481 /// // The color value toward which we are animating. 597 /// supports animating the [padding]. 946 /// [Directionality] (the same as this widget, but for animating 1099 /// same as this widget, but for animating [Positioned]).
|
D | navigator.dart | 908 /// the previous route once the new route has finished animating in. 925 /// new route has finished animating (see [Route.didComplete]). The removed 1043 /// has finished animating. The futures that had been returned from pushing 1112 /// route once the new route has finished animating in. 1126 /// new route has finished animating (see [Route.didComplete]). 1177 /// notified, once the new route has finished animating. The futures that had 1216 /// new route has finished animating. 1253 /// new route has finished animating. 1668 /// finished animating in. 1826 /// animating in.
|
D | visibility.dart | 131 /// One example when this might be useful is if the subtree is animating its
|
D | animated_cross_fade.dart | 178 /// How the children should be aligned while the size is animating.
|
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/material/ |
D | bottom_navigation_demo.dart | 172 // We want to have the newly animating (fading in) views on top.
|
/third_party/flutter/flutter/packages/flutter/test/widgets/ |
D | visibility_test.dart | 40 final bool animating = TickerMode.of(context); 43 child: Text('a $animating', textDirection: TextDirection.rtl),
|
D | slivers_appbar_floating_test.dart | 126 …testWidgets('Sliver appbars - floating - no floating behavior when animating', (WidgetTester teste…
|
D | animated_switcher_test.dart | 348 …testWidgets('AnimatedSwitcher updates widgets without animating if they are isomorphic.', (WidgetT…
|
/third_party/flutter/flutter/packages/flutter/lib/src/animation/ |
D | animation_controller.dart | 410 /// If the controller is not animating, the last elapsed duration is null. 414 /// Whether this animation is currently animating in either the forward or reverse direction.
|
/third_party/skia/third_party/externals/egl-registry/extensions/EXT/ |
D | EGL_EXT_swap_buffers_with_damage.txt | 53 animating a small portion of a surface since it enables the
|
/third_party/EGL/extensions/EXT/ |
D | EGL_EXT_swap_buffers_with_damage.txt | 53 animating a small portion of a surface since it enables the
|
123