/foundation/arkui/ace_engine/test/mock/core/animation/ |
H A D | mock_scheduler.cpp | 48 void Scheduler::AddKeyFrame(float fraction, const RefPtr<Curve>& curve, const std::function<void()>& propertyCallback) in AddKeyFrame() argument 51 void Scheduler::AddKeyFrame(float fraction, const std::function<void()>& propertyCallback) {} in AddKeyFrame() argument 31 Animate(const AnimationOption& option, const RefPtr<Curve>& curve, const std::function<void()> propertyCallback, const std::function<void()>& finishCallBack) Animate() argument
|
/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | scheduler.cpp | 145 void Scheduler::AddKeyFrame(float fraction, const std::function<void()>& propertyCallback) in AddKeyFrame() argument 98 Animate(const AnimationOption& option, const RefPtr<Curve>& curve, const std::function<void()> propertyCallback, const std::function<void()>& finishCallBack) Animate() argument 133 AddKeyFrame( float fraction, const RefPtr<Curve>& curve, const std::function<void()>& propertyCallback) AddKeyFrame() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_drag/ |
H A D | text_drag_overlay_modifier.h | 55 auto propertyCallback = [weakModifier = WeakClaim(this)]() { in StartFloatingAnimate() local
|
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/theme/ |
H A D | theme_mock.cpp | 274 Animate(const AnimationOption& option, const RefPtr<Curve>& curve, const std::function<void()>& propertyCallback, const std::function<void()>& finishCallBack) Animate() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/navigation/ |
H A D | navdestination_pattern_base.cpp | 287 auto propertyCallback = [needRunTitleBarAnimation, hideTitle, needRunToolBarAnimation, hideTool, in StartAnimation() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/ |
H A D | sheet_drag_bar_pattern.cpp | 202 auto propertyCallback = [weak](float scale) { in CreatePropertyCallback() local
|
H A D | sheet_presentation_pattern.cpp | 840 auto propertyCallback = [weak = AceType::WeakClaim(this)](float position) { in CreatePropertyCallback() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/ |
H A D | toss_animation_controller.cpp | 178 auto propertyCallback = [weak, column](float position) { in CreatePropertyCallback() local
|
H A D | datepicker_column_pattern.cpp | 866 auto propertyCallback = [weak = AceType::WeakClaim(this)](float value) { in CreateAnimation() local
|
/foundation/arkui/ace_engine/test/mock/core/common/ |
H A D | theme_mock.cpp | 274 Animate(const AnimationOption& option, const RefPtr<Curve>& curve, const std::function<void()>& propertyCallback, const std::function<void()>& finishCallBack) Animate() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/ |
H A D | toss_animation_controller.cpp | 182 auto propertyCallback = [weak, column](float position) { in CreatePropertyCallback() local
|
H A D | textpicker_column_pattern.cpp | 1122 auto propertyCallback = [weak = AceType::WeakClaim(this)](float value) { in CreateAnimation() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/ |
H A D | toss_animation_controller.cpp | 183 auto propertyCallback = [weak, column](float position) { in CreatePropertyCallback() local
|
H A D | timepicker_column_pattern.cpp | 914 auto propertyCallback = [weak = AceType::WeakClaim(this)](float value) { in CreateAnimation() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/animation/ |
H A D | geometry_transition.cpp | 342 auto propertyCallback = [&]() { in SyncGeometry() local 559 auto propertyCallback = [&]() { in OnReSync() local 499 AnimateWithSandBox(const OffsetF& inNodeParentPos, bool inNodeParentHasScales, const std::function<void()>& propertyCallback, const AnimationOption& option) AnimateWithSandBox() argument
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/ |
H A D | scrollable_cover_test_ng.cpp | 583 auto propertyCallback = [](float offset) {}; in HWTEST_F() local 623 auto propertyCallback = [](float offset) {}; in HWTEST_F() local 674 auto propertyCallback = [](float offset) {}; in HWTEST_F() local 748 auto propertyCallback = animatableProperty->GetUpdateCallback(); in HWTEST_F() local 926 auto propertyCallback in HWTEST_F() local 1032 auto propertyCallback = [](float offset) {}; HWTEST_F() local 1090 auto propertyCallback = [](float offset) {}; HWTEST_F() local 1119 auto propertyCallback = [](float offset) {}; HWTEST_F() local 1230 auto propertyCallback = [](float offset) {}; HWTEST_F() local 1404 auto propertyCallback = [](float offset) {}; HWTEST_F() local 1456 auto propertyCallback = [](float offset) {}; HWTEST_F() local 1479 auto propertyCallback = [](float offset) {}; HWTEST_F() local 1665 auto propertyCallback = [](float offset) {}; HWTEST_F() local [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/ |
H A D | scrollable.cpp | 1154 auto propertyCallback = [weak = AceType::WeakClaim(this)](float position) { in GetFrictionProperty() local 1184 auto propertyCallback = [weak = AceType::WeakClaim(this)](float position) { in GetSpringProperty() local 1213 auto propertyCallback = [weak = AceType::WeakClaim(this)](float position) { in GetSnapProperty() local
|
H A D | scrollable_pattern.cpp | 1448 auto propertyCallback = [weak = AceType::WeakClaim(this)](float offset) { in InitSpringOffsetProperty() local 1470 auto propertyCallback = [weak = AceType::WeakClaim(this)](float offset) { in InitCurveOffsetProperty() local
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/picker/ |
H A D | date_picker_test_ng.cpp | 3078 auto propertyCallback = [](float position) {}; in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/ |
H A D | refresh_pattern.cpp | 696 auto propertyCallback = [weak = AceType::WeakClaim(this)](float scrollOffset) { in InitOffsetProperty() local 940 auto propertyCallback = [weak = AceType::WeakClaim(this)](float scrollOffset) { in InitLowVersionOffset() local
|
/foundation/arkui/ace_engine/frameworks/core/pipeline/ |
H A D | pipeline_base.cpp | 559 Animate(const AnimationOption& option, const RefPtr<Curve>& curve, const std::function<void()>& propertyCallback, const std::function<void()>& finishCallback) Animate() argument
|
H A D | pipeline_context.cpp | 3233 void PipelineContext::AddKeyFrame(float fraction, const std::function<void()>& propertyCallback) in AddKeyFrame() argument 3203 AddKeyFrame( float fraction, const RefPtr<Curve>& curve, const std::function<void()>& propertyCallback) AddKeyFrame() argument
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/ |
H A D | rs_node_test.cpp | 4550 PropertyCallback propertyCallback = nullptr; in HWTEST_F() local 4576 PropertyCallback propertyCallback = nullptr; in HWTEST_F() local 4601 PropertyCallback propertyCallback = nullptr; HWTEST_F() local 4839 PropertyCallback propertyCallback = []() {}; HWTEST_F() local 4854 PropertyCallback propertyCallback = []() {}; HWTEST_F() local [all...] |
/foundation/arkui/ace_engine/test/mock/core/pipeline/ |
H A D | mock_pipeline_context.cpp | 986 Animate(const AnimationOption& option, const RefPtr<Curve>& curve, const std::function<void()>& propertyCallback, const std::function<void()>& finishCallback) Animate() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/ |
H A D | tab_bar_pattern.cpp | 134 auto propertyCallback = [weak = WeakClaim(this)]() { in StartShowTabBar() local 158 auto propertyCallback = [weak = WeakClaim(this)](float value) { in InitTabBarProperty() local 192 auto propertyCallback = [weak = WeakClaim(this), translate]() { in StopShowTabBar() local
|