Home
last modified time | relevance | path

Searched refs:irregularHeight (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.cpp352 float irregularHeight = -1.0f; in GetContentHeight() local
356 irregularHeight = lastIrregularMainSize_; in GetContentHeight()
361 if (Negative(irregularHeight)) { in GetContentHeight()
362 irregularHeight = regularHeight; in GetContentHeight()
371 totalHeight += irregularHeight; in GetContentHeight()
427 float irregularHeight = -1.0f; in SkipStartIndexByOffset() local
431 irregularHeight = lastIrregularMainSize_; in SkipStartIndexByOffset()
433 lastIrregularMainSize_ = irregularHeight; in SkipStartIndexByOffset()
440 if (Negative(irregularHeight)) { in SkipStartIndexByOffset()
441 irregularHeight = regularHeight; in SkipStartIndexByOffset()
[all …]
H A Dgrid_layout_info.h424 …nst GridLayoutOptions& options, float mainGap, float& regularHeight, float& irregularHeight) const;