Home
last modified time | relevance | path

Searched refs:iconSrc_ (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/option/
H A Doption_pattern.h117 iconSrc_ = src; in SetIcon()
122 return iconSrc_; in GetIcon()
244 std::string iconSrc_; variable
H A Doption_pattern.cpp111 if (icon_ == nullptr || iconSrc_.empty()) { in UpdateIconSrc()
118 ImageSourceInfo imageSourceInfo(iconSrc_); in UpdateIconSrc()
511 iconSrc_ = src; in UpdateIcon()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_input_response_area.cpp617 iconSrc_ = textFieldLayoutProperty->GetIconSrcValue(); in LoadingImageProperty()
652 if (iconSrc_.empty()) { in CreateImageSourceInfo()
655 info.SetSrc(iconSrc_); in CreateImageSourceInfo()
H A Dtext_input_response_area.h202 std::string iconSrc_; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.cpp1934 …if (textField->GetIconImage() == iconSrc_ && textField->GetImageFill() == imageFill_ && widthReser… in UpdateIcon()
1938 iconSrc_ = textField->GetIconImage(); in UpdateIcon()
1939 if (!iconSrc_.empty() || widthReserved > 0.0) { in UpdateIcon()
1941 if (iconSrc_.empty() && widthReserved > 0.0) { in UpdateIcon()
1944 imageComponent = AceType::MakeRefPtr<ImageComponent>(iconSrc_); in UpdateIcon()
H A Drender_text_field.h636 std::string iconSrc_; variable