Home
last modified time | relevance | path

Searched refs:counterText (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_layout_algorithm.cpp461 std::string counterText; in UpdateCounterNode() local
468 counterText = std::to_string(textLength) + "/" + std::to_string(maxLength); in UpdateCounterNode()
470 textLayoutProperty->UpdateContent(counterText); in UpdateCounterNode()
H A Dtext_field_pattern.cpp4334 std::string counterText = std::to_string(textLength) + "/" + std::to_string(maxLength); in MeasureCounterNodeHeight() local
4340 counterNodeLayoutProperty->UpdateContent(counterText); in MeasureCounterNodeHeight()