Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
H A Dtextfield_declaration.h88 TextStyle countTextStyle; member
847 void SetCountTextStyle(const TextStyle& countTextStyle) in SetCountTextStyle() argument
850 style.countTextStyle = countTextStyle; in SetCountTextStyle()
856 return style.countTextStyle; in GetCountTextStyle()
H A Dtextfield_declaration.cpp86 style.countTextStyle = theme->GetCountTextStyle(); in InitializeStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Dtext_field_component.cpp626 void TextFieldComponent::SetCountTextStyle(const TextStyle& countTextStyle) in SetCountTextStyle() argument
628 declaration_->SetCountTextStyle(countTextStyle); in SetCountTextStyle()
H A Dtext_field_component.h210 void SetCountTextStyle(const TextStyle& countTextStyle);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_layout_algorithm.cpp462 TextStyle countTextStyle = (pattern->GetShowCounterStyleValue() && pattern->HasFocus()) ? in UpdateCounterNode() local
471 textLayoutProperty->UpdateFontSize(countTextStyle.GetFontSize()); in UpdateCounterNode()
472 textLayoutProperty->UpdateTextColor(countTextStyle.GetTextColor()); in UpdateCounterNode()
473 textLayoutProperty->UpdateFontWeight(countTextStyle.GetFontWeight()); in UpdateCounterNode()
480 context->UpdateForegroundColor(countTextStyle.GetTextColor()); in UpdateCounterNode()
H A Dtext_field_pattern.cpp4336 TextStyle countTextStyle = (this->GetShowCounterStyleValue() && this->HasFocus()) ? in MeasureCounterNodeHeight() local
4341 counterNodeLayoutProperty->UpdateFontSize(countTextStyle.GetFontSize()); in MeasureCounterNodeHeight()
4342 counterNodeLayoutProperty->UpdateFontWeight(countTextStyle.GetFontWeight()); in MeasureCounterNodeHeight()