Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_input_response_area.cpp353 ImageSourceInfo hideSystemSourceInfo; in GetDefaultSourceInfo() local
354 hideSystemSourceInfo.SetResourceId(InternalResource::ResourceId::HIDE_PASSWORD_SVG); in GetDefaultSourceInfo()
355 return hideSystemSourceInfo; in GetDefaultSourceInfo()
H A Dtext_field_model_ng.cpp601 ImageSourceInfo hideSystemSourceInfo; in SetPasswordIcon() local
602 hideSystemSourceInfo.SetResourceId(InternalResource::ResourceId::HIDE_PASSWORD_SVG); in SetPasswordIcon()
603 … ACE_UPDATE_LAYOUT_PROPERTY(TextFieldLayoutProperty, HidePasswordSourceInfo, hideSystemSourceInfo); in SetPasswordIcon()
978 ImageSourceInfo hideSystemSourceInfo; in SetPasswordIcon() local
979 hideSystemSourceInfo.SetResourceId(InternalResource::ResourceId::HIDE_PASSWORD_SVG); in SetPasswordIcon()
981 hideSystemSourceInfo, frameNode); in SetPasswordIcon()