Searched refs:topSpace (Results 1 – 3 of 3) sorted by relevance
108 float topSpace = (itemHeight - leftRowSize.Height() + GetBordersHeight(layoutWrapper)) / 2.0f; in Layout() local110 …w->GetGeometryNode()->SetMarginFrameOffset(OffsetF(padding.left.value_or(horInterval_), topSpace)); in Layout()115 topSpace)); in Layout()120 topSpace = (itemHeight - rightRowSize.Height() + GetBordersHeight(layoutWrapper)) / 2.0f; in Layout()123 rightRow->GetGeometryNode()->GetFrameSize().Width(), topSpace)); in Layout()125 …w->GetGeometryNode()->SetMarginFrameOffset(OffsetF(padding.left.value_or(horInterval_), topSpace)); in Layout()
173 double topSpace = selectLeftTop_.GetY(); in AdjustChildVerticalLayout() local181 if (bottomSpace >= topSpace) { in AdjustChildVerticalLayout()189 if (topSpace >= size.Height() + 2.0 * normalPadding_) { in AdjustChildVerticalLayout()197 height = topSpace - 2.0 * normalPadding_; in AdjustChildVerticalLayout()
117 auto topSpace = top - menuSpacingBetweenText - menuSpacingBetweenHandle; in CalculateCustomMenuLayoutConstraint() local123 … layoutConstraint.selfIdealSize = OptionalSizeF(std::nullopt, std::max(topSpace, bottomSpace)); in CalculateCustomMenuLayoutConstraint()