Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_node.cpp1257 if (scrollComponent_) { in CompositeComponents()
1258 components.emplace_back(scrollComponent_); in CompositeComponents()
1584 if (!scrollComponent_) { in PrepareScrollComponent()
1585 scrollComponent_ = AceType::MakeRefPtr<ScrollComponent>(nullptr); in PrepareScrollComponent()
1587 scrollComponent_->InitScrollBar(GetTheme<ScrollBarTheme>(), overflowStyle.scrollBarColor, in PrepareScrollComponent()
1589 declaration_->SetPositionController(scrollComponent_->GetScrollPositionController()); in PrepareScrollComponent()
H A Ddom_node.h88 return scrollComponent_; in GetScrollComponent()
890 RefPtr<ScrollComponent> scrollComponent_; member in OHOS::Ace::Framework::DOMNode

Completed in 6 milliseconds