Searched refs:showIcon_ (Results 1 – 2 of 2) sorted by relevance
250 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()
122 return isObscured_ ? hideIcon_ : showIcon_; in GetCurrentSourceInfo()125 std::optional<ImageSourceInfo> showIcon_; variable