Home
last modified time | relevance | path

Searched refs:buttonFontSize_ (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/popup/
H A Dpopup_theme.h78 … theme->buttonFontSize_ = pattern->GetAttr<Dimension>(POPUP_BUTTON_TEXT_FONT_SIZE, 14.0_fp); in ParsePattern()
148 return buttonFontSize_; in GetButtonFontSize()
340 Dimension buttonFontSize_ = 14.0_fp; variable