Home
last modified time | relevance | path

Searched refs:IsShowCount (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_input/
H A Dtext_input_layout_algorithm.cpp185 if (pattern->IsShowCount() && counterDecoratorWrapper) { in BeforeErrorLayout()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.h1242 bool IsShowCount();
H A Dtext_field_pattern.cpp334 bool isShowCount = IsShowCount() && !IsTextArea(); in CreateNodePaintMethod()
2826 if (!IsShowCount() || !noDeleteOperation) { in HandleCountStyle()
2871 if (IsShowCount()) { in ProcessCounter()
4359 if (!IsTextArea() && IsShowCount()) { in UpdateCounterMargin()
8048 bool TextFieldPattern::IsShowCount() in OnBackPressed() function in OHOS::Ace::NG::TextFieldPattern