Home
last modified time | relevance | path

Searched refs:actPosY (Results 1 - 1 of 1) sorted by relevance

/foundation/arkui/ui_lite/frameworks/layout/
H A Dgrid_layout.cpp74 int16_t actPosY = posY + (layoutHeight - child->GetRelativeRect().GetHeight() - top - bottom) / 2 + top; in LayoutHorizontal() local
75 child->SetPosition(actPosX, actPosY); in LayoutHorizontal()
108 int16_t actPosY = posY + (layoutHeight - child->GetRelativeRect().GetHeight() - top - bottom) / 2 + top; in LayoutVertical() local
109 child->SetPosition(actPosX, actPosY); in LayoutVertical()

Completed in 0 milliseconds