Home
last modified time | relevance | path

Searched refs:SetEffect (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Ddata_panel_model_impl.h26 void SetEffect(bool isCloseEffect) override;
H A Ddata_panel_model_impl.cpp69 void DataPanelModelImpl::SetEffect(bool isCloseEffect) in SetEffect() function in OHOS::Ace::Framework::DataPanelModelImpl
H A Dpage_transition_model_impl.cpp26 pageTransition->SetEffect(effect); in SetSlideEffect()
H A Dview_abstract_model_impl.cpp798 sharedTransitionComponent->SetEffect(sharedTransitionEffect); in SetSharedTransition()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/data_panel/
H A Ddata_panel_test_ng.cpp186 dataPanel.SetEffect(CLOSE_EFFECT);
211 dataPanel.SetEffect(!CLOSE_EFFECT);
300 dataPanel.SetEffect(!CLOSE_EFFECT);
477 dataPanel.SetEffect(!CLOSE_EFFECT);
1077 dataPanelModifier.SetEffect(true);
1082 dataPanelModifier.SetEffect(false);
1131 dataPanelModifier.SetEffect(true);
1137 dataPanelModifier.SetEffect(false);
1535 dataPanel.SetEffect(!CLOSE_EFFECT);
1849 dataPanel.SetEffect(CLOSE_EFFECT);
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/
H A Ddata_panel_model.h34 virtual void SetEffect(bool isCloseEffect) = 0;
H A Ddata_panel_model_ng.h36 void SetEffect(bool isCloseEffect) override;
H A Ddata_panel_model_ng.cpp62 void DataPanelModelNG::SetEffect(bool isCloseEffect) in SetEffect() function in OHOS::Ace::NG::DataPanelModelNG
H A Ddata_panel_paint_method.cpp72 dataPanelModifier_->SetEffect(effect_); in UpdateContentModifier()
H A Ddata_panel_modifier.h107 void SetEffect(bool effect) in SetEffect() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/shared_transition/
H A Dshared_transition_component.h39 void SetEffect(RefPtr<SharedTransitionEffect>& effect);
H A Dshared_transition_component.cpp48 void SharedTransitionComponent::SetEffect(RefPtr<SharedTransitionEffect>& effect) in SetEffect() function in OHOS::Ace::SharedTransitionComponent
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/page_transition/
H A Dpage_transition_info.h86 void SetEffect(SlideEffect effect) in SetEffect() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_data_panel_ffi.cpp90 DataPanelModel::GetInstance()->SetEffect(isCloseEffect); in FfiOHOSAceFrameworkDataPanelSetCloseEffect()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_data_panel.cpp143 DataPanelModel::GetInstance()->SetEffect(isCloseEffect); in CloseEffect()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.cpp1700 sharedTransitionComponent_->SetEffect(sharedTransitionStyle.sharedEffect); in UpdateTweenComponent()