/foundation/arkui/ace_engine/test/mock/core/svg/ |
H A D | mock_shared_transition_effect.cpp | 25 SharedTransitionEffect::SharedTransitionEffect(const ShareId& shareId, SharedTransitionEffectType type) in SharedTransitionEffect() argument 19 GetSharedTransitionEffect( SharedTransitionEffectType effect, const ShareId& shareId) GetSharedTransitionEffect() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/shared_transition/ |
H A D | shared_transition_component.cpp | 22 SharedTransitionComponent::SharedTransitionComponent(const ComposeId& id, const std::string& name, ShareId shareId) in SharedTransitionComponent() argument 112 void SharedTransitionComponent::SetShareId(const ShareId& shareId) in SetShareId() argument
|
/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | shared_transition_effect.h | 103 explicit SharedTransitionExchange(const ShareId& shareId) in SharedTransitionExchange() argument 125 explicit SharedTransitionStatic(const ShareId& shareId) in SharedTransitionStatic() argument
|
H A D | shared_transition_effect.cpp | 26 SharedTransitionEffect::SharedTransitionEffect(const ShareId& shareId, SharedTransitionEffectType type) in SharedTransitionEffect() argument 150 GetSharedTransitionEffect( SharedTransitionEffectType effect, const ShareId& shareId) GetSharedTransitionEffect() argument
|
H A D | shared_transition_controller.cpp | 24 RefPtr<SharedTransitionEffect> GetSharedEffect(const ShareId& shareId, const WeakPtr<SharedTransitionElement>& destWeak, in GetSharedEffect() argument 177 const auto& shareId = effect->GetShareId(); in CheckAndCreateTransition() local 206 auto shareId = item.first; in PrepareTransition() local 268 PrepareEachTransition( const ShareId& shareId, RefPtr<SharedTransitionEffect>& effect, RefPtr<OverlayElement>& overlay) PrepareEachTransition() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/manager/shared_overlay/ |
H A D | shared_overlay_manager.cpp | 114 const auto& shareId = item.first; in PrepareSharedTransition() local 166 const auto& shareId = effect->GetShareId(); in CheckAndPrepareTransition() local 23 GetSharedEffect( const ShareId& shareId, const WeakPtr<FrameNode>& destWeak, const WeakPtr<FrameNode>& srcWeak) GetSharedEffect() argument
|
H A D | shared_transition_effect.cpp | 22 SharedTransitionEffect( const ShareId& shareId, const std::shared_ptr<SharedTransitionOption>& sharedOption) SharedTransitionEffect() argument 30 GetSharedTransitionEffect( const ShareId& shareId, const std::shared_ptr<SharedTransitionOption>& option) GetSharedTransitionEffect() argument 84 SharedTransitionExchange( const ShareId& shareId, const std::shared_ptr<SharedTransitionOption>& sharedOption) SharedTransitionExchange() argument 255 SharedTransitionStatic( const ShareId& shareId, const std::shared_ptr<SharedTransitionOption>& sharedOption) SharedTransitionStatic() argument [all...] |
/foundation/arkui/ace_engine/frameworks/core/components/page/ |
H A D | page_element.cpp | 51 void PageElement::RemoveSharedTransition(const ShareId& shareId) in RemoveSharedTransition() argument
|
/foundation/arkui/ace_engine/test/unittest/core/manager/ |
H A D | shared_overlay_manager_test_ng.cpp | 48 RefPtr<FrameNode> CreateSharedNode(const std::string& shareId, const int32_t& duration, const SizeF& frameSize) in CreateSharedNode() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/render/ |
H A D | render_context.cpp | 77 void RenderContext::SetShareId(const ShareId& shareId) in SetShareId() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/js_frontend/ |
H A D | js_command.h | 107 void SetShareId(const std::string& shareId) in SetShareId() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/ |
H A D | declaration.h | 164 void SetShareId(const std::string& shareId) in SetShareId() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_node.h | 159 void SetShareId(const std::string& shareId) in SetShareId() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | view_abstract_model_impl.cpp | 767 SetSharedTransition( const std::string& shareId, const std::shared_ptr<SharedTransitionOption>& option) SetSharedTransition() argument
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_view_abstract_ffi.cpp | 800 void FfiOHOSAceFrameworkViewAbstractSetSharedTransition(char* shareId, CJSharedTransitionOptions option) in FfiOHOSAceFrameworkViewAbstractSetSharedTransition() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/base/ |
H A D | view_abstract.cpp | 2611 void ViewAbstract::SetSharedTransition(const std::string& shareId, in SetSharedTransition() argument 3623 SetSharedTransition( FrameNode* frameNode, const std::string& shareId, const std::shared_ptr<SharedTransitionOption>& option) SetSharedTransition() argument
|