Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_button.cpp84 buttonTheme_ = GetTheme<ButtonTheme>(); in PrepareSpecializedComponent()
86 if (!buttonDeclaration_ || !buttonTheme_) { in PrepareSpecializedComponent()
157 boxComponent_->SetHeight(buttonTheme_->GetDownloadHeight().Value(), in PrepareBoxSize()
158 buttonTheme_->GetDownloadHeight().Unit()); in PrepareBoxSize()
161 … boxComponent_->SetHeight(buttonTheme_->GetHeight().Value(), buttonTheme_->GetHeight().Unit()); in PrepareBoxSize()
269 textStyle_.SetTextColor(buttonTheme_->GetNormalTextColor()); in PrepareTextButton()
299 textStyle_.SetTextColor(buttonTheme_->GetDownloadTextColor()); in PrepareDownloadButton()
302 textStyle_.SetFontSize(buttonTheme_->GetDownloadFontSize()); in PrepareDownloadButton()
433 textStyle_.SetTextColor(buttonTheme_->GetTextWaitingColor()); in PrepareWaitingWithText()
458 edge_.SetColor(buttonTheme_->GetBorderColor()); in PrepareBorderStyle()
[all …]
H A Ddom_button.h79 RefPtr<ButtonTheme> buttonTheme_; variable