Home
last modified time | relevance | path

Searched refs:animating (Results 1 – 25 of 55) sorted by relevance

123

/third_party/flutter/flutter/packages/flutter/lib/src/cupertino/
Dactivity_indicator.dart22 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/
Dshared.js14 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/
Dactivity_indicator_test.dart14 await tester.pumpWidget(const Center(child: CupertinoActivityIndicator(animating: false)));
19 await tester.pumpWidget(const Center(child: CupertinoActivityIndicator(animating: false)));
Dbutton_test.dart113 // No animating by default.
/third_party/flutter/flutter/packages/flutter/test/material/
Dflexible_space_bar_test.dart28 // 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.
Dapp_bar_test.dart86 // 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/
Danimated_size.dart23 /// 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
Dviewport_offset.dart212 /// even if there is (for example) a [ScrollActivity] currently animating the
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Darc.dart32 /// 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.
Dexpand_icon.dart114 // If the widget is initially expanded, rotate the icon without animating it.
Dbottom_navigation_bar.dart415 // Defines the padding for the animating icons + labels.
905 // Describes an animating color splash circle.
952 // Paints the animating color splash circles.
Dtab_controller.dart197 /// True while we're animating from [previousIndex] to [index] as a
/third_party/flutter/engine/flutter/testing/scenario_app/
DREADME.md13 a continuously animating colored square that bounces off the sides of the
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Dscroll_context.dart38 /// A [TickerProvider] to use when animating the scroll position.
Dimplicit_animations.dart221 /// 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]).
Dnavigator.dart908 /// 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.
Dvisibility.dart131 /// One example when this might be useful is if the subtree is animating its
Danimated_cross_fade.dart178 /// How the children should be aligned while the size is animating.
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/material/
Dbottom_navigation_demo.dart172 // We want to have the newly animating (fading in) views on top.
/third_party/flutter/flutter/packages/flutter/test/widgets/
Dvisibility_test.dart40 final bool animating = TickerMode.of(context);
43 child: Text('a $animating', textDirection: TextDirection.rtl),
Dslivers_appbar_floating_test.dart126 …testWidgets('Sliver appbars - floating - no floating behavior when animating', (WidgetTester teste…
Danimated_switcher_test.dart348 …testWidgets('AnimatedSwitcher updates widgets without animating if they are isomorphic.', (WidgetT…
/third_party/flutter/flutter/packages/flutter/lib/src/animation/
Danimation_controller.dart410 /// 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/
DEGL_EXT_swap_buffers_with_damage.txt53 animating a small portion of a surface since it enables the
/third_party/EGL/extensions/EXT/
DEGL_EXT_swap_buffers_with_damage.txt53 animating a small portion of a surface since it enables the

123