Home
last modified time | relevance | path

Searched refs:showIcon_ (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.cpp250 auto src = isObscured_ ? hideIcon_->GetSrc() : showIcon_->GetSrc(); in Refresh()
322 showIcon_ = layoutProperty->GetShowPasswordSourceInfoValue(GetDefaultSourceInfo(false)); in LoadImageSourceInfo()
332 if (showIcon_->GetResourceId() == InternalResource::ResourceId::SHOW_PASSWORD_SVG) { in LoadImageSourceInfo()
333 showIcon_->SetFillColor(textFieldTheme->GetTextColor()); in LoadImageSourceInfo()
344 auto showIconPath = iconTheme->GetIconPath(showIcon_->GetResourceId()); in LoadImageSourceInfo()
345 showIcon_->SetSrc(showIconPath, textDisableColor); in LoadImageSourceInfo()
H A Dtext_input_response_area.h122 return isObscured_ ? hideIcon_ : showIcon_; in GetCurrentSourceInfo()
125 std::optional<ImageSourceInfo> showIcon_; variable