Searched refs:SetCountTextStyleOuter (Results 1 – 8 of 8) sorted by relevance
68 textFieldDeclaration_->SetCountTextStyleOuter(theme->GetCountTextStyleOuter()); in InitializeStyle()
646 void TextFieldComponent::SetCountTextStyleOuter(const TextStyle& countTextStyleOuter) in SetCountTextStyleOuter() function in OHOS::Ace::TextFieldComponent648 declaration_->SetCountTextStyleOuter(countTextStyleOuter); in SetCountTextStyleOuter()
216 void SetCountTextStyleOuter(const TextStyle& countTextStyleOuter);
107 textAreaComponent->SetCountTextStyleOuter(theme->GetCountTextStyleOuter()); in InitTextAreaDefaultStyle()195 textInputComponent->SetCountTextStyleOuter(theme->GetCountTextStyleOuter()); in InitTextInputDefaultStyle()
312 component->SetCountTextStyleOuter(theme->GetCountTextStyleOuter()); in InitializeDefaultValue()
72 component->SetCountTextStyleOuter(theme->GetCountTextStyleOuter()); in InitializeStyle()
66 component->SetCountTextStyleOuter(theme->GetCountTextStyleOuter()); in InitDefaultValue()
871 void SetCountTextStyleOuter(const TextStyle& countTextStyleOuter) in SetCountTextStyleOuter() function