Home
last modified time | relevance | path

Searched refs:swiperChild_ (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_swiper.cpp33 swiperChild_ = AceType::MakeRefPtr<SwiperComponent>(std::list<RefPtr<Component>>()); in DOMSwiper()
48 swiperChild_->InsertChild( in OnChildNodeAdded()
55 swiperChild_->RemoveChildByComposedId(GetDisplayComposedId(child)); in OnChildNodeRemoved()
60 swiperChild_->SetShow(GetDisplay() == DisplayType::NO_SETTING || GetDisplay() == DisplayType::FLEX); in PrepareSpecializedComponent()
61 swiperChild_->SetDeclaration(AceType::DynamicCast<SwiperDeclaration>(declaration_)); in PrepareSpecializedComponent()
62 swiperChild_->SetTextDirection(IsRightToLeft() ? TextDirection::RTL : TextDirection::LTR); in PrepareSpecializedComponent()
63 for (const auto& item : swiperChild_->GetChildren()) { in PrepareSpecializedComponent()
H A Ddom_swiper.h35 return swiperChild_;
45 RefPtr<SwiperComponent> swiperChild_; member in OHOS::Ace::Framework::final

Completed in 1 milliseconds