Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_layout_algorithm.cpp2331 float currentItemHeight = 0.0f; in IsUniformHeightProbably() local
2333 currentItemHeight = positionInfo.second.endPos - positionInfo.second.startPos; in IsUniformHeightProbably()
2335 itemHeight = currentItemHeight; in IsUniformHeightProbably()
2336 } else if (!NearEqual(currentItemHeight, itemHeight)) { in IsUniformHeightProbably()