Home
last modified time | relevance | path

Searched refs:showSystemSourceInfo (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.cpp357 ImageSourceInfo showSystemSourceInfo; in GetDefaultSourceInfo() local
358 showSystemSourceInfo.SetResourceId(InternalResource::ResourceId::SHOW_PASSWORD_SVG); in GetDefaultSourceInfo()
359 return showSystemSourceInfo; in GetDefaultSourceInfo()
H A Dtext_field_model_ng.cpp593 ImageSourceInfo showSystemSourceInfo; in SetPasswordIcon() local
594 showSystemSourceInfo.SetResourceId(InternalResource::ResourceId::SHOW_PASSWORD_SVG); in SetPasswordIcon()
595 … ACE_UPDATE_LAYOUT_PROPERTY(TextFieldLayoutProperty, ShowPasswordSourceInfo, showSystemSourceInfo); in SetPasswordIcon()
968 ImageSourceInfo showSystemSourceInfo; in SetPasswordIcon() local
969 showSystemSourceInfo.SetResourceId(InternalResource::ResourceId::SHOW_PASSWORD_SVG); in SetPasswordIcon()
971 showSystemSourceInfo, frameNode); in SetPasswordIcon()