/third_party/flutter/flutter/packages/flutter_test/lib/src/ |
D | test_vsync.dart | 16 Ticker createTicker(TickerCallback onTick) => Ticker(onTick);
|
D | widget_tester.dart | 613 Ticker createTicker(TickerCallback onTick) { 615 final _TestTicker result = _TestTicker(onTick, _removeTicker); 787 _TestTicker(TickerCallback onTick, this._onDispose) : super(onTick);
|
/third_party/flutter/skia/modules/sksg/include/ |
D | SkSGScene.h | 40 virtual void onTick(float t) = 0; 49 void onTick(float t) override;
|
/third_party/flutter/skia/modules/sksg/src/ |
D | SkSGScene.cpp | 22 this->onTick(t); in tick() 28 void GroupAnimator::onTick(float t) { in onTick() function in sksg::GroupAnimator
|
/third_party/flutter/skia/modules/skottie/src/layers/ |
D | PrecompLayer.cpp | 52 void onTick(float t) override { in attachPrecompLayer() function in skottie::internal::AnimationBuilder::attachPrecompLayer::CompTimeMapper 58 this->INHERITED::onTick((t + fTimeBias) * fTimeScale); in attachPrecompLayer()
|
D | ImageLayer.cpp | 71 void onTick(float t) override { in attachImageAsset() function in skottie::internal::AnimationBuilder::attachImageAsset::MultiFrameAnimator
|
/third_party/flutter/flutter/packages/flutter/lib/src/widgets/ |
D | ticker_provider.dart | 81 Ticker createTicker(TickerCallback onTick) { 93 _ticker = Ticker(onTick, debugLabel: kDebugMode ? 'created by $this' : null); 159 Ticker createTicker(TickerCallback onTick) { 161 final _WidgetTicker result = _WidgetTicker(onTick, this, debugLabel: 'created by $this'); 225 …_WidgetTicker(TickerCallback onTick, this._creator, { String debugLabel }) : super(onTick, debugLa…
|
/third_party/skia/tools/viewer/ |
D | SlideDir.cpp | 33 void tick(float t) { this->onTick(t); } in tick() 38 virtual void onTick(float t) = 0; 71 void onTick(float t) override { in makeForwardingAnimator() function in __anon5572691b0111::SlideAdapter::makeForwardingAnimator::ForwardingAnimator 159 this->onTick(fTimeBase); in startFocus() 196 void onTick(float t) override { in onTick() function in SlideDir::FocusController
|
/third_party/flutter/flutter/examples/layers/rendering/ |
D | spinning_square.dart | 17 Ticker createTicker(TickerCallback onTick) => Ticker(onTick);
|
/third_party/flutter/skia/modules/skottie/src/text/ |
D | TextAnimator.cpp | 224 void TextAnimatorList::onTick(float t) { in onTick() function in skottie::internal::TextAnimatorList 226 this->INHERITED::onTick(t); in onTick()
|
D | TextAnimator.h | 87 void onTick(float) override;
|
/third_party/flutter/skia/modules/skottie/src/ |
D | SkottieAnimator.cpp | 246 void onTick(float t) override { in onTick() function in skottie::internal::__anon0dc4a3ee0111::KeyframeAnimator 381 split_animator->onTick(0); in Make() 388 void onTick(float t) override { in onTick() function in skottie::internal::__anon0dc4a3ee0111::SplitPointAnimator
|
D | Composition.cpp | 56 void onTick(float t) { in attachNestedAnimation() function in skottie::internal::AnimationBuilder::attachNestedAnimation::SkottieAnimatorAdapter
|
D | Layer.cpp | 206 void onTick(float t) override { in onTick() function in skottie::internal::__anonf997c9cd0111::LayerController 240 void onTick(float t) override { in onTick() function in skottie::internal::__anonf997c9cd0111::MotionBlurController
|
D | SkottieAdapter.h | 51 void onTick(float t) final;
|
D | SkottieAdapter.cpp | 40 void DiscardableAdaptorBase::onTick(float t) { in onTick() function in skottie::internal::DiscardableAdaptorBase
|
/third_party/flutter/skia/tools/viewer/ |
D | SlideDir.cpp | 58 void onTick(float t) override { in makeForwardingAnimator() function in __anon6b562d700111::SlideAdapter::makeForwardingAnimator::ForwardingAnimator 147 this->onTick(fTimeBase); in startFocus() 185 void onTick(float t) { in onTick() function in SlideDir::FocusController
|
/third_party/flutter/flutter/packages/flutter/lib/src/scheduler/ |
D | ticker.dart | 38 Ticker createTicker(TickerCallback onTick); 230 // The onTick callback may have scheduled another tick already, for
|
/third_party/flutter/flutter/packages/flutter/test/rendering/ |
D | proxy_box_test.dart | 488 Ticker createTicker(TickerCallback onTick, [ bool disableAnimations = false ]) {
|