Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_position_map.h447 std::pair<int32_t, float> rowInfo = GetRowEndIndexAndHeight(beginIndex); in OptimizeBeforeMeasure() local
450 beginIndex = rowInfo.first + 1; in OptimizeBeforeMeasure()
451 beginPos += (rowInfo.second + space_); in OptimizeBeforeMeasure()
452 rowInfo = GetRowEndIndexAndHeight(beginIndex); in OptimizeBeforeMeasure()
457 std::pair<int32_t, float> rowInfo = GetRowEndIndexAndHeight(beginIndex); in OptimizeBeforeMeasure() local
461 beginPos -= (rowInfo.second + space_); in OptimizeBeforeMeasure()
462 rowInfo = GetRowEndIndexAndHeight(beginIndex); in OptimizeBeforeMeasure()
484 std::pair<int32_t, float> rowInfo = GetRowEndIndexAndHeight(input); in GetRowEndIndex() local
485 return rowInfo.first; in GetRowEndIndex()
490 std::pair<int32_t, float> rowInfo = GetRowEndIndexAndHeight(input); in GetRowHeight() local
[all …]