Searched refs:GetMenuToolbarHeight (Results 1 – 3 of 3) sorted by relevance
41 …auto sideWidth = textOverlayTheme->GetMenuToolbarHeight().ConvertToPx() - padding.Top().ConvertToP… in UpdateOverlayModifier()
492 auto sideWidth = CalcLength(textOverlayTheme->GetMenuToolbarHeight().ConvertToPx() - in BuildMoreOrBackButton()496 auto sideWidth = CalcLength(textOverlayTheme->GetMenuToolbarHeight().ConvertToPx()); in BuildMoreOrBackButton()969 auto toolbarHeight = textOverlayTheme->GetMenuToolbarHeight(); in MoreAnimation()1069 auto toolbarHeight = textOverlayTheme->GetMenuToolbarHeight(); in BackAnimation()1239 offsetY = textOverlayTheme->GetMenuToolbarHeight().ConvertToPx(); in CreatExtensionMenu()1381 auto borderRadius = textOverlayTheme->GetMenuToolbarHeight() / 2.0f; in SelectMenuAndInnerInitProperty()1448 …auto backButtonWidth = textOverlayTheme->GetMenuToolbarHeight().ConvertToPx() - menuPadding.Top().… in GetDefaultButtonAndMenuWidth()1924 { std::nullopt, CalcLength(textOverlayTheme->GetMenuToolbarHeight()) }); in SetSelectMenuInnerSize()
208 Dimension GetMenuToolbarHeight() const in GetMenuToolbarHeight() function