Home
last modified time | relevance | path

Searched refs:scrollPage_ (Results 1 – 12 of 12) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_component.h97 scrollPage_ = scrollPage; in SetScrollPage()
102 return scrollPage_; in GetScrollPage()
272 bool scrollPage_ = false; variable
H A Drender_scroll.h163 scrollPage_ = scrollPage; in SetScrollPage()
284 bool scrollPage_ = false; variable
H A Drender_single_child_scroll.cpp46 scrollPage_ = scroll->GetScrollPage(); in Update()
H A Drender_scroll.cpp317 if (scrollPage_) { in ScrollPageCheck()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid/
H A Dgrid_component.h62 return scrollPage_; in GetScrollPage()
149 bool scrollPage_ { false };
H A Dgrid_component.cpp32 scrollPage_ = scrollPage; in SetScrollPage()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Dbox_base_component.h91 return scrollPage_; in GetScrollPage()
146 scrollPage_ = scrollPage; in SetScrollPage()
380 bool scrollPage_ = false; variable
H A Drender_box_base.h332 bool scrollPage_ = false; variable
H A Drender_box_base.cpp722 scrollPage_ = box->GetScrollPage(); in Update()
738 if (context && scrollPage_) { in Update()
848 scrollPage_ = false; in ClearRenderObject()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_component.h54 scrollPage_ = scrollPage; in SetScrollPage()
89 return scrollPage_; in GetScrollPage()
542 bool scrollPage_ { false };
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_list.h161 bool scrollPage_ = false; variable
H A Ddom_list.cpp152 [](DOMList& list, const std::string& val) { list.scrollPage_ = StringToBool(val); }, in SetSpecializedAttr()
328 listComponent_->SetScrollPage(scrollPage_); in CreateOrUpdateList()
329 boxComponent_->SetScrollPage(scrollPage_); in CreateOrUpdateList()