Home
last modified time | relevance | path

Searched refs:GetDefaultSourceInfo (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.cpp181 layoutProperty->UpdateImageSourceInfo(area->GetDefaultSourceInfo(area->isObscured_)); in CreateNode()
322 showIcon_ = layoutProperty->GetShowPasswordSourceInfoValue(GetDefaultSourceInfo(false)); in LoadImageSourceInfo()
323 hideIcon_ = layoutProperty->GetHidePasswordSourceInfoValue(GetDefaultSourceInfo(true)); in LoadImageSourceInfo()
350 ImageSourceInfo PasswordResponseArea::GetDefaultSourceInfo(bool isObscured) in GetDefaultSourceInfo() function in OHOS::Ace::NG::PasswordResponseArea
H A Dtext_input_response_area.h114 ImageSourceInfo GetDefaultSourceInfo(bool isObscured);