Home
last modified time | relevance | path

Searched refs:unselectedImageSrc (Results 1 - 2 of 2) sorted by relevance

/foundation/arkui/ui_lite/interfaces/kits/components/
H A Dui_checkbox.h188 * @param unselectedImageSrc Indicates the image for this check box when unselected.
192 virtual void SetImages(const char* selectedImageSrc, const char* unselectedImageSrc);
198 * @param unselectedImageSrc Indicates the image for this check box when unselected.
202 virtual void SetImages(const ImageInfo* selectedImageSrc, const ImageInfo* unselectedImageSrc);
/foundation/arkui/ui_lite/frameworks/components/
H A Dui_checkbox.cpp103 void UICheckBox::SetImages(const char* selectedImageSrc, const char* unselectedImageSrc) in SetImages() argument
106 image_[UNSELECTED].SetSrc(unselectedImageSrc); in SetImages()
109 void UICheckBox::SetImages(const ImageInfo* selectedImageSrc, const ImageInfo* unselectedImageSrc) in SetImages() argument
112 image_[UNSELECTED].SetSrc(unselectedImageSrc); in SetImages()

Completed in 2 milliseconds