Searched refs:TITLE_ICON_SIZE (Results 1 – 8 of 8) sorted by relevance
22 const TITLE_ICON_SIZE: string = '20vp'59 .height(TITLE_ICON_SIZE)60 .width(TITLE_ICON_SIZE)85 const TITLE_ICON_SIZE = '20vp';172 Image.height(TITLE_ICON_SIZE);173 Image.width(TITLE_ICON_SIZE);
20 const TITLE_ICON_SIZE: string = '20vp'58 .height(TITLE_ICON_SIZE)59 .width(TITLE_ICON_SIZE)
17 const TITLE_ICON_SIZE = '20vp'; constant131 Image.height(TITLE_ICON_SIZE);132 Image.width(TITLE_ICON_SIZE);
25 const TITLE_ICON_SIZE: string = '20vp'62 .height(TITLE_ICON_SIZE)63 .width(TITLE_ICON_SIZE)88 const TITLE_ICON_SIZE = '20vp';175 Image.height(TITLE_ICON_SIZE);176 Image.width(TITLE_ICON_SIZE);
164 image->SetWidth(TITLE_ICON_SIZE); in BuildControlButton()165 image->SetHeight(TITLE_ICON_SIZE); in BuildControlButton()248 titleIcon_->SetWidth(TITLE_ICON_SIZE); in BuildTitleChildren()249 titleIcon_->SetHeight(TITLE_ICON_SIZE); in BuildTitleChildren()
33 const Dimension TITLE_ICON_SIZE = 24.0_vp; variable
223 …perty->UpdateUserDefinedIdealSize(CalcSize(CalcLength(TITLE_ICON_SIZE), CalcLength(TITLE_ICON_SIZE… in BuildControlButton()284 float halfSize = TITLE_ICON_SIZE.Value() / 2.0f; in AddButtonHover()335 float halfSize = TITLE_ICON_SIZE.Value() / 2.0f; in AddButtonMouse()
541 auto buttonWidth = TITLE_ICON_SIZE.ConvertToPx() + CONTENT_PADDING.ConvertToPx() * 2; in CalculateMenuOffset()