Home
last modified time | relevance | path

Searched defs:propertyCallback (Results 1 - 25 of 26) sorted by relevance

12

/foundation/arkui/ace_engine/test/mock/core/animation/
H A Dmock_scheduler.cpp48 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 Dscheduler.cpp145 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 Dtext_drag_overlay_modifier.h55 auto propertyCallback = [weakModifier = WeakClaim(this)]() { in StartFloatingAnimate() local
/foundation/arkui/ace_engine/frameworks/core/components/test/unittest/theme/
H A Dtheme_mock.cpp274 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 Dnavdestination_pattern_base.cpp287 auto propertyCallback = [needRunTitleBarAnimation, hideTitle, needRunToolBarAnimation, hideTool, in StartAnimation() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_drag_bar_pattern.cpp202 auto propertyCallback = [weak](float scale) { in CreatePropertyCallback() local
H A Dsheet_presentation_pattern.cpp840 auto propertyCallback = [weak = AceType::WeakClaim(this)](float position) { in CreatePropertyCallback() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/picker/
H A Dtoss_animation_controller.cpp178 auto propertyCallback = [weak, column](float position) { in CreatePropertyCallback() local
H A Ddatepicker_column_pattern.cpp866 auto propertyCallback = [weak = AceType::WeakClaim(this)](float value) { in CreateAnimation() local
/foundation/arkui/ace_engine/test/mock/core/common/
H A Dtheme_mock.cpp274 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 Dtoss_animation_controller.cpp182 auto propertyCallback = [weak, column](float position) { in CreatePropertyCallback() local
H A Dtextpicker_column_pattern.cpp1122 auto propertyCallback = [weak = AceType::WeakClaim(this)](float value) { in CreateAnimation() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/time_picker/
H A Dtoss_animation_controller.cpp183 auto propertyCallback = [weak, column](float position) { in CreatePropertyCallback() local
H A Dtimepicker_column_pattern.cpp914 auto propertyCallback = [weak = AceType::WeakClaim(this)](float value) { in CreateAnimation() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/animation/
H A Dgeometry_transition.cpp342 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 Dscrollable_cover_test_ng.cpp583 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 Dscrollable.cpp1154 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 Dscrollable_pattern.cpp1448 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 Ddate_picker_test_ng.cpp3078 auto propertyCallback = [](float position) {}; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/
H A Drefresh_pattern.cpp696 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 Dpipeline_base.cpp559 Animate(const AnimationOption& option, const RefPtr<Curve>& curve, const std::function<void()>& propertyCallback, const std::function<void()>& finishCallback) Animate() argument
H A Dpipeline_context.cpp3233 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 Drs_node_test.cpp4550 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 Dmock_pipeline_context.cpp986 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 Dtab_bar_pattern.cpp134 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

Completed in 61 milliseconds

12