Home
last modified time | relevance | path

Searched refs:GetSwiperLayoutProperty (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtabs_model_ng.h101 static RefPtr<SwiperLayoutProperty> GetSwiperLayoutProperty();
105 static RefPtr<SwiperLayoutProperty> GetSwiperLayoutProperty(FrameNode* frameNode);
H A Dtabs_model_ng.cpp327 auto swiperLayoutProperty = GetSwiperLayoutProperty(); in SetIsVertical()
363 auto props = GetSwiperLayoutProperty(); in SetScrollable()
513 RefPtr<SwiperLayoutProperty> TabsModelNG::GetSwiperLayoutProperty() in GetSwiperLayoutProperty() function in OHOS::Ace::NG::TabsModelNG
690 RefPtr<SwiperLayoutProperty> TabsModelNG::GetSwiperLayoutProperty(FrameNode* frameNode) in GetSwiperLayoutProperty() function in OHOS::Ace::NG::TabsModelNG
812 auto swiperLayoutProperty = GetSwiperLayoutProperty(frameNode); in SetIsVertical()
825 auto props = GetSwiperLayoutProperty(frameNode); in SetScrollable()
909 auto swiperLayoutProperty = GetSwiperLayoutProperty(); in SetIsCustomAnimation()