Home
last modified time | relevance | path

Searched defs:countTextStyle (Results 1 – 4 of 4) sorted by relevance

/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()
/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()
/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
H A Dtext_field_pattern.cpp4336 TextStyle countTextStyle = (this->GetShowCounterStyleValue() && this->HasFocus()) ? in MeasureCounterNodeHeight() local