Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
Dtext_field_layout_algorithm.cpp230 auto showPasswordIcon = textFieldLayoutProperty->GetShowPasswordIcon().value_or(true); in MeasureContent() local
Dtext_field_pattern.cpp3500 bool showPasswordIcon = layoutProperty->GetShowPasswordIconValue(true); in ProcessPasswordIcon() local
/foundation/arkui/ace_engine/frameworks/core/components/text_field/
Dtext_field_component.cpp351 void TextFieldComponent::SetShowPasswordIcon(bool showPasswordIcon) in SetShowPasswordIcon()
/foundation/arkui/ace_engine/frameworks/core/components/declaration/textfield/
Dtextfield_declaration.h72 bool showPasswordIcon = true; member
604 void SetShowPasswordIcon(bool showPasswordIcon) in SetShowPasswordIcon()