Home
last modified time | relevance | path

Searched refs:obscureText (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ime/
H A Dtext_input_configuration.h32 bool obscureText = false; member
H A Dtext_input_configuration.cpp39 json->Put(OBSCURE_TEXT, obscureText); in ToJsonString()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.cpp1259 config.obscureText = obscure_; in AttachIme()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp3902 config.obscureText = textObscured_; in RequestKeyboardCrossPlatForm()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp4661 config.obscureText = false; in UnableStandardInput()