Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.h109 TextStyle errorTextStyle; member
319 return style.errorTextStyle; in GetErrorTextStyle()
322 void SetErrorTextStyle(const TextStyle& errorTextStyle) in SetErrorTextStyle() argument
325 style.errorTextStyle = errorTextStyle; in SetErrorTextStyle()
H A Dtextfield_declaration.cpp91 style.errorTextStyle = theme->GetErrorTextStyle(); in InitializeStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtext_field_component.cpp111 void TextFieldComponent::SetErrorTextStyle(const TextStyle& errorTextStyle) in SetErrorTextStyle() argument
113 declaration_->SetErrorTextStyle(errorTextStyle); in SetErrorTextStyle()
H A Dtext_field_component.h71 void SetErrorTextStyle(const TextStyle& errorTextStyle);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_input/
H A Dtext_input_layout_algorithm.cpp151 TextStyle errorTextStyle = theme->GetErrorTextStyle(); // update content in PrepareErrorTextNode() local
153 StringUtils::TransformStrCase(errorText, static_cast<int32_t>(errorTextStyle.GetTextCase())); in PrepareErrorTextNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp6359 TextStyle errorTextStyle = theme->GetErrorTextStyle(); in OnBackPressed() local
6361 … StringUtils::TransformStrCase(errorText, static_cast<int32_t>(errorTextStyle.GetTextCase())); in OnBackPressed()
6362 auto textColor = errorTextStyle.GetTextColor(); in OnBackPressed()
6367 textNodeLayoutProperty->UpdateFontWeight(errorTextStyle.GetFontWeight()); in OnBackPressed()
6368 textNodeLayoutProperty->UpdateFontSize(errorTextStyle.GetFontSize()); in OnBackPressed()
6392 context->UpdateForegroundColor(errorTextStyle.GetTextColor()); in OnBackPressed()