Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Dgrid_layout_component.cpp30 if (isDeclarative_ && useScroll_ && (rowsArgs_.empty() || columnsArgs_.empty())) { in CreateElement()
42 if (isDeclarative_ && useScroll_ && (rowsArgs_.empty() || columnsArgs_.empty())) { in CreateRenderNode()
H A Dgrid_layout_component.h130 useScroll_ = flag; in SetUseScroll()
321 bool useScroll_ = true; variable