Searched refs:SetSelectedOptionFontWeight (Results 1 – 11 of 11) sorted by relevance
50 void SetSelectedOptionFontWeight(const FontWeight& value) override;111 static void SetSelectedOptionFontWeight(FrameNode* frameNode, const FontWeight& value);
128 void SelectModelNG::SetSelectedOptionFontWeight(const FontWeight& value) in SetSelectedOptionFontWeight() function in OHOS::Ace::NG::SelectModelNG132 pattern->SetSelectedOptionFontWeight(value); in SetSelectedOptionFontWeight()660 void SelectModelNG::SetSelectedOptionFontWeight(FrameNode* frameNode, const FontWeight& value) in SetSelectedOptionFontWeight() function in OHOS::Ace::NG::SelectModelNG664 pattern->SetSelectedOptionFontWeight(value); in SetSelectedOptionFontWeight()
68 virtual void SetSelectedOptionFontWeight(const FontWeight& value);
135 void SetSelectedOptionFontWeight(const FontWeight& value);
736 void SelectPattern::SetSelectedOptionFontWeight(const FontWeight& value) in SetSelectedOptionFontWeight() function in OHOS::Ace::NG::SelectPattern
37 void SetSelectedOptionFontWeight(const FontWeight& value) override;
179 void SelectModelImpl::SetSelectedOptionFontWeight(const FontWeight& value) in SetSelectedOptionFontWeight() function in OHOS::Ace::Framework::SelectModelImpl
95 SelectModel::GetInstance()->SetSelectedOptionFontWeight(ConvertStrToFontWeight(weight)); in FfiOHOSAceFrameworkSelectSetSelectedOptionFont()
226 SelectModelNG::SetSelectedOptionFontWeight(frameNode, weight); in SetSelectedOptionFont()366 … SelectModelNG::SetSelectedOptionFontWeight(frameNode, textTheme->GetTextStyle().GetFontWeight()); in ResetSelectedOptionFont()
415 selectPattern->SetSelectedOptionFontWeight(FONT_WEIGHT_VALUE);890 selectModelInstance.SetSelectedOptionFontWeight(FontWeight::NORMAL);1406 SelectModelNG::SetSelectedOptionFontWeight(&frameNode, FontWeight::NORMAL);1430 pattern->SetSelectedOptionFontWeight(FontWeight::NORMAL);1478 pattern->SetSelectedOptionFontWeight(FontWeight::NORMAL);
292 …SelectModel::GetInstance()->SetSelectedOptionFontWeight(ConvertStrToFontWeight(weight, FontWeight:… in ParseFontWeight()351 SelectModel::GetInstance()->SetSelectedOptionFontWeight(FontWeight::REGULAR); in ResetFontWeight()