Home
last modified time | relevance | path

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

/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.cpp930 void TabsModelNG::SetOnCustomAnimation(TabsCustomAnimationEvent&& onCustomAnimation) in SetOnCustomAnimation() argument
938 swiperPattern->SetTabsCustomContentTransition(std::move(onCustomAnimation)); in SetOnCustomAnimation()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_tabs.cpp599 auto onCustomAnimation = [execCtx = info.GetExecutionContext(), func = std::move(jsCustomAnimationFunc)]( in SetCustomContentTransition() local
635 TabsModel::GetInstance()->SetOnCustomAnimation(std::move(onCustomAnimation)); in SetCustomContentTransition()

Completed in 5 milliseconds