Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_layout_info.cpp539 float botPos = GetItemBottomPos(line, height, mainGap); in TransformAutoScrollAlign() local
540 if (NonPositive(topPos) && GreatOrEqual(botPos, mainSize)) { in TransformAutoScrollAlign()
548 if (GreatNotEqual(botPos, mainSize)) { in TransformAutoScrollAlign()