Searched refs:controlHeight (Results 1 – 2 of 2) sorted by relevance
360 auto controlHeight = static_cast<float>(stepperTheme->GetControlHeight().ConvertToPx()); in LayoutLeftButton() local362 …uto buttonHeightOffset = layoutWrapper->GetGeometryNode()->GetFrameSize().Height() - controlHeight; in LayoutLeftButton()363 buttonHeightOffset += (controlHeight - buttonHeight) / 2; in LayoutLeftButton()401 auto controlHeight = static_cast<float>(stepperTheme->GetControlHeight().ConvertToPx()); in LayoutRightButton() local403 …uto buttonHeightOffset = layoutWrapper->GetGeometryNode()->GetFrameSize().Height() - controlHeight; in LayoutRightButton()404 buttonHeightOffset += (controlHeight - buttonHeight) / 2; in LayoutRightButton()
239 void SetControlHeight(const Dimension& controlHeight) in SetControlHeight() argument241 controlHeight_ = controlHeight; in SetControlHeight()