Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
Dtext_field_layout_algorithm.cpp660 …TextStyle countTextStyle = (textLength != maxLength) ? theme->GetCountTextStyle() : theme->GetOver… in CreateCounterParagraph() local
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
Dtext_field_component.cpp626 void TextFieldComponent::SetCountTextStyle(const TextStyle& countTextStyle) in SetCountTextStyle()
/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
Dtextfield_declaration.h88 TextStyle countTextStyle; member
847 void SetCountTextStyle(const TextStyle& countTextStyle) in SetCountTextStyle()