Home
last modified time | relevance | path

Searched refs:IsObscured (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_accessibility_property.cpp41 return passwordArea->IsObscured(); in IsPassword()
H A Dtext_input_response_area.h88 bool IsObscured() const in IsObscured() function
H A Dtext_input_response_area.cpp207 …auto message = !button->IsObscured() ? theme->GetHasShowedPassword() : theme->GetHasHiddenPassword… in AddEvent()
H A Dtext_field_pattern.cpp638 …bilityProperty->SetAccessibilityText(GetPasswordIconPromptInformation(passwordArea->IsObscured())); in SetAccessibilityPasswordIconAction()