Home
last modified time | relevance | path

Searched refs:NO_SCROLL (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/
H A Drender_water_flow.h36 NO_SCROLL = 0, enumerator
172 SCROLLABLE useScrollable_ = SCROLLABLE::NO_SCROLL;
H A Drender_water_flow.cpp153 if (useScrollable_ == SCROLLABLE::NO_SCROLL) { in CreateScrollable()
807 if (useScrollable_ == SCROLLABLE::NO_SCROLL || index < 0) { in ScrollToIndex()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/grid/
H A Drender_grid_scroll.h217 NO_SCROLL = 0, enumerator
222 SCROLLABLE useScrollable_ = SCROLLABLE::NO_SCROLL;
H A Drender_grid_scroll.cpp57 useScrollable_ = SCROLLABLE::NO_SCROLL; in Update()
128 if (useScrollable_ == SCROLLABLE::NO_SCROLL) { in CreateScrollable()
417 if (useScrollable_ == SCROLLABLE::NO_SCROLL) { in BuildGrid()
1322 if (useScrollable_ == SCROLLABLE::NO_SCROLL || index < 0) { in ScrollToIndex()