Home
last modified time | relevance | path

Searched refs:vsync (Results 1 – 25 of 146) sorted by relevance

123456

/third_party/flutter/flutter/packages/flutter/test/animation/
Danimation_controller_test.dart28 vsync: const TestVSync(),
60 vsync: const TestVSync(),
121 vsync: const TestVSync(),
148 vsync: const TestVSync(),
179 vsync: const TestVSync(),
210 vsync: const TestVSync(),
229 vsync: const TestVSync(),
242 vsync: const TestVSync(),
259 vsync: const TestVSync(),
272 vsync: const TestVSync(),
[all …]
Danimations_test.dart40 vsync: const TestVSync(),
65 vsync: const TestVSync(),
84 vsync: const TestVSync(),
106 vsync: const TestVSync(),
109 vsync: const TestVSync(),
134 vsync: const TestVSync(),
137 vsync: const TestVSync(),
169 vsync: const TestVSync(),
172 vsync: const TestVSync(),
204 vsync: const TestVSync(),
[all …]
Dfutures_test.dart14 vsync: const TestVSync(),
18 vsync: const TestVSync(),
22 vsync: const TestVSync(),
63 vsync: const TestVSync(),
67 vsync: const TestVSync(),
71 vsync: const TestVSync(),
112 vsync: const TestVSync(),
140 vsync: const TestVSync(),
153 vsync: const TestVSync(),
170 vsync: const TestVSync(),
Diteration_patterns_test.dart18 vsync: const TestVSync(),
51 vsync: const TestVSync(),
86 vsync: const TestVSync(),
106 vsync: const TestVSync(),
Dtween_test.dart16 vsync: const TestVSync(),
25 vsync: const TestVSync(),
37 vsync: const TestVSync(),
/third_party/flutter/flutter/packages/flutter/test/widgets/
Danimated_size_test.dart25 vsync: tester,
42 vsync: tester,
69 vsync: tester,
101 vsync: tester,
123 vsync: tester,
161 vsync: tester,
178 vsync: tester,
207 vsync: tester,
231 vsync: TestVSync(),
244 vsync: tester,
[all …]
Dtransitions_test.dart53 controller = AnimationController(vsync: const TestVSync());
153 final AnimationController controller = AnimationController(vsync: const TestVSync());
177 final AnimationController controller = AnimationController(vsync: const TestVSync());
198 final AnimationController controller = AnimationController(vsync: const TestVSync());
229 final AnimationController controller = AnimationController(vsync: const TestVSync());
260 final AnimationController controller = AnimationController(vsync: const TestVSync());
286 final AnimationController controller = AnimationController(vsync: const TestVSync());
Dstatus_transitions_test.dart26 vsync: const TestVSync(),
63 vsync: const TestVSync(),
/third_party/flutter/flutter/packages/flutter/lib/src/cupertino/
Dswitch.dart145 vsync: this,
158 this.vsync,
165 final TickerProvider vsync;
175 vsync: vsync,
187 ..vsync = vsync
213 @required TickerProvider vsync,
217 assert(vsync != null),
222 _vsync = vsync,
237 vsync: vsync,
246 vsync: vsync,
[all …]
Dslider.dart235 vsync: this,
249 this.vsync,
258 final TickerProvider vsync;
269 vsync: vsync,
305 TickerProvider vsync,
322 vsync: vsync,
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/material/
Dbottom_navigation_demo.dart15 TickerProvider vsync,
27 vsync: vsync,
125 vsync: this,
132 vsync: this,
139 vsync: this,
146 vsync: this,
152 vsync: this,
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/
Danimated_size.dart24 @required this.vsync,
63 final TickerProvider vsync;
72 vsync: vsync,
84 ..vsync = vsync
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dradio.dart202 vsync: this,
215 @required this.vsync,
219 assert(vsync != null),
226 final TickerProvider vsync;
235 vsync: vsync,
247 ..vsync = vsync;
258 @required TickerProvider vsync,
266 vsync: vsync,
Dtoggleable.dart33 @required TickerProvider vsync,
38 assert(vsync != null),
44 _vsync = vsync,
54 vsync: vsync,
63 vsync: vsync,
106 TickerProvider get vsync => _vsync;
108 set vsync(TickerProvider value) {
113 positionController.resync(vsync);
114 reactionController.resync(vsync);
Dcheckbox.dart163 vsync: this,
177 @required this.vsync,
183 assert(vsync != null),
192 final TickerProvider vsync;
203 vsync: vsync,
217 ..vsync = vsync;
234 @required TickerProvider vsync,
243 vsync: vsync,
Dswitch.dart239 vsync: this,
293 this.vsync,
307 final TickerProvider vsync;
326 vsync: vsync,
345 ..vsync = vsync;
362 @required TickerProvider vsync,
378 vsync: vsync,
Dink_ripple.dart135 _fadeInController = AnimationController(duration: _kFadeInDuration, vsync: controller.vsync)
144 …iusController = AnimationController(duration: _kUnconfirmedRippleDuration, vsync: controller.vsync)
158 _fadeOutController = AnimationController(duration: _kFadeOutDuration, vsync: controller.vsync)
Dmaterial.dart76 /// use this vsync to drive their animations.
77 TickerProvider get vsync;
386 vsync: this,
494 @required this.vsync,
496 }) : assert(vsync != null),
503 final TickerProvider vsync;
556 @required this.vsync,
560 // This widget must be owned by a MaterialState, which must be provided as the vsync.
565 final TickerProvider vsync;
571 vsync: vsync,
[all …]
Dink_splash.dart136 …iusController = AnimationController(duration: _kUnconfirmedSplashDuration, vsync: controller.vsync)
143 _alphaController = AnimationController(duration: _kSplashFadeDuration, vsync: controller.vsync)
/third_party/flutter/flutter/packages/flutter/lib/src/rendering/
Danimated_size.dart71 /// The [vsync] should specify a [TickerProvider] for the animation
74 /// The arguments [duration], [curve], [alignment], and [vsync] must
77 @required TickerProvider vsync,
84 }) : assert(vsync != null),
87 _vsync = vsync,
90 vsync: vsync,
149 TickerProvider get vsync => _vsync;
151 set vsync(TickerProvider value) {
156 _controller.resync(vsync);
Dsliver_persistent_header.dart325 @required this.vsync,
328 }) : assert(vsync != null),
334 final TickerProvider vsync;
398 if (_snapConfiguration != null && value.vsync != _snapConfiguration.vsync)
399 _controller?.resync(value.vsync);
433 final TickerProvider vsync = snapConfiguration.vsync;
435 _controller ??= AnimationController(vsync: vsync, duration: duration)
/third_party/flutter/flutter/packages/flutter/test/material/
Dpage_selector_test.dart61 vsync: const TestVSync(),
82 vsync: const TestVSync(),
125 vsync: const TestVSync(),
187 vsync: const TestVSync(),
203 vsync: const TestVSync(),
Dtabs_test.dart147 vsync: this,
266 …bBar(tabs: const <Widget>[SizedBox.shrink()], controller: TabController(length: 1, vsync: tester));
274 …bBar(tabs: const <Widget>[SizedBox.shrink()], controller: TabController(length: 1, vsync: tester));
282 …bBar(tabs: const <Widget>[SizedBox.shrink()], controller: TabController(length: 1, vsync: tester));
765 vsync: const TestVSync(),
802 vsync: const TestVSync(),
900 vsync: const TestVSync(),
928 vsync: const TestVSync(),
984 final TabController _mainTabController = TabController(length: 4, vsync: const TestVSync());
985 final TabController _nestedTabController = TabController(length: 2, vsync: const TestVSync());
[all …]
/third_party/ffmpeg/tests/fate/
Dlossless-video.mak18 … framecrc -i $(TARGET_SAMPLES)/lagarith/lagarith-1.3.27-black-frames-and-off-by-ones.avi -vsync cfr
19 … framecrc -i $(TARGET_SAMPLES)/lagarith/lagarith-1.3.27-black-frames-and-off-by-ones.avi -vsync vfr
20 …c -i $(TARGET_SAMPLES)/lagarith/lagarith-1.3.27-black-frames-and-off-by-ones.avi -vsync passthrough
/third_party/vk-gl-cts/external/vulkan-docs/src/appendices/
DVK_EXT_display_control.txt30 signaled at vsync that the application can wait on?
37 2) Should callbacks be added for a vsync event, or in general to monitor

123456