Home
last modified time | relevance | path

Searched refs:onCustomAnimation (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtabs_model.h142 virtual void SetOnCustomAnimation(TabsCustomAnimationEvent&& onCustomAnimation) {} in SetOnCustomAnimation() argument
H A Dtabs_model_ng.h65 void SetOnCustomAnimation(TabsCustomAnimationEvent&& onCustomAnimation) override;
H A Dtabs_model_ng.cpp919 void TabsModelNG::SetOnCustomAnimation(TabsCustomAnimationEvent&& onCustomAnimation) in SetOnCustomAnimation() argument
927 swiperPattern->SetTabsCustomContentTransition(std::move(onCustomAnimation)); in SetOnCustomAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_tabs.cpp589 …auto onCustomAnimation = [execCtx = info.GetExecutionContext(), func = std::move(jsCustomAnimation… in SetCustomContentTransition() local
625 TabsModel::GetInstance()->SetOnCustomAnimation(std::move(onCustomAnimation)); in SetCustomContentTransition()