Home
last modified time | relevance | path

Searched refs:GetRowEndIndexAndHeight (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()
452 rowInfo = GetRowEndIndexAndHeight(beginIndex); in OptimizeBeforeMeasure()
457 std::pair<int32_t, float> rowInfo = GetRowEndIndexAndHeight(beginIndex); in OptimizeBeforeMeasure()
462 rowInfo = GetRowEndIndexAndHeight(beginIndex); in OptimizeBeforeMeasure()
484 std::pair<int32_t, float> rowInfo = GetRowEndIndexAndHeight(input); in GetRowEndIndex()
490 std::pair<int32_t, float> rowInfo = GetRowEndIndexAndHeight(input); in GetRowHeight()
494 std::pair<int32_t, float> GetRowEndIndexAndHeight(const int32_t input) in GetRowEndIndexAndHeight() function