Home
last modified time | relevance | path

Searched refs:TabsCustomAnimationEvent (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtabs_model.h106 using TabsCustomAnimationEvent = std::function<TabContentAnimatedTransition(int32_t from, int32_t t… variable
142 virtual void SetOnCustomAnimation(TabsCustomAnimationEvent&& onCustomAnimation) {} in SetOnCustomAnimation()
H A Dtabs_model_ng.h65 void SetOnCustomAnimation(TabsCustomAnimationEvent&& onCustomAnimation) override;
H A Dtabs_model_ng.cpp919 void TabsModelNG::SetOnCustomAnimation(TabsCustomAnimationEvent&& onCustomAnimation) in SetOnCustomAnimation()