Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_input_wordbreak_test.cpp413 bool showPlaceHolder = false; variable
449 bool showPlaceHolder = false; variable
485 bool showPlaceHolder = false; variable
523 bool showPlaceHolder = false; variable
561 bool showPlaceHolder = false; variable
H A Dtext_area_test.cpp1587 bool showPlaceHolder = false; variable
1620 bool showPlaceHolder = false; variable
1653 bool showPlaceHolder = false; variable
1688 bool showPlaceHolder = false; variable
1723 bool showPlaceHolder = false; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_paint_method.cpp75 auto showPlaceHolder = textFieldLayoutProperty->GetValueValue("").empty(); in UpdateContentModifier() local
H A Dtext_field_layout_algorithm.cpp54 …efPtr<FrameNode>& frameNode, TextStyle& textStyle, std::string& textContent, bool& showPlaceHolder) in ConstructTextStyles()