Searched refs:backgroundImage_ (Results 1 - 10 of 10) sorted by relevance
/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_abstract_progress.cpp | 28 backgroundImage_(nullptr), in UIAbstractProgress() 49 if (backgroundImage_ != nullptr) { in ~UIAbstractProgress() 50 delete backgroundImage_; in ~UIAbstractProgress() 51 backgroundImage_ = nullptr; in ~UIAbstractProgress() 127 backgroundImage_->SetSrc(backgroundImage); in SetImage() 136 backgroundImage_->SetSrc(backgroundImage); in SetImage() 214 if (backgroundImage_ == nullptr) { in InitImage() 215 backgroundImage_ = new Image(); in InitImage() 216 if (backgroundImage_ == nullptr) { in InitImage()
|
H A D | ui_circle_progress.cpp | 105 arcinfo.imgSrc = backgroundImage_; in DrawCommonCircle()
|
H A D | ui_slider.cpp | 172 backgroundImage_->SetSrc(backgroundImage); in SetImage() 181 backgroundImage_->SetSrc(backgroundImage); in SetImage()
|
H A D | ui_box_progress.cpp | 249 DrawValidRect(gfxDstBuffer, backgroundImage_, coords, invalidatedArea, *backgroundStyle_, radius); in DrawBackground()
|
/foundation/arkui/ace_engine/frameworks/core/components/rating/ |
H A D | rating_component.h | 155 return backgroundImage_; in GetBackgroundImage() 306 RefPtr<ImageComponent> backgroundImage_ = member in OHOS::Ace::RatingComponent
|
/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_abstract_progress.h | 324 Image* backgroundImage_; member in OHOS::UIAbstractProgress
|
/foundation/barrierfree/accessibility/frameworks/common/src/ |
H A D | accessibility_element_info.cpp | 951 backgroundImage_ = "true"; in SetBackgroundImage() 953 backgroundImage_ = backgroundImage; in SetBackgroundImage() 959 return backgroundImage_; in GetBackgroundImage()
|
/foundation/barrierfree/accessibility/common/interface/test/unittest/mock/ |
H A D | mock_accessibility_element_info_parcel.cpp | 140 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(String, parcel, backgroundImage_); in ReadFromParcelThirdPart() 272 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String, parcel, backgroundImage_); in MarshallingSecondPart()
|
/foundation/barrierfree/accessibility/common/interface/src/parcel/ |
H A D | accessibility_element_info_parcel.cpp | 140 READ_PARCEL_AND_RETURN_FALSE_IF_FAIL(String, parcel, backgroundImage_); in ReadFromParcelThirdPart() 273 WRITE_PARCEL_AND_RETURN_FALSE_IF_FAIL(String, parcel, backgroundImage_); in MarshallingSecondPart()
|
/foundation/barrierfree/accessibility/interfaces/innerkits/common/include/ |
H A D | accessibility_element_info.h | 1823 std::string backgroundImage_ = ""; member in OHOS::Accessibility::AccessibilityElementInfo
|
Completed in 11 milliseconds