Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_layout_info.cpp333 if (NonPositive(regularHeight)) { in GetLineHeights()
334 regularHeight = item.second + mainGap; in GetLineHeights()
353 float regularHeight = -1.0f; in GetContentHeight() local
358 if (NearZero(regularHeight)) { in GetContentHeight()
359 regularHeight = lastRegularMainSize_; in GetContentHeight()
362 irregularHeight = regularHeight; in GetContentHeight()
428 float regularHeight = -1.0f; in SkipStartIndexByOffset() local
435 if (NearZero(regularHeight)) { in SkipStartIndexByOffset()
436 regularHeight = lastRegularMainSize_; in SkipStartIndexByOffset()
438 lastRegularMainSize_ = regularHeight; in SkipStartIndexByOffset()
[all …]
H A Dgrid_layout_info.h424 …const GridLayoutOptions& options, float mainGap, float& regularHeight, float& irregularHeight) con…