Home
last modified time | relevance | path

Searched defs:triggeredImgSrc (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_button_unit_test.cpp353 ImageInfo* triggeredImgSrc = static_cast<ImageInfo*>(UIMalloc(sizeof(ImageInfo))); variable
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/
H A Dui_button.cpp210 void UIButton::SetImageSrc(const char* defaultImgSrc, const char* triggeredImgSrc) in SetImageSrc()
219 void UIButton::SetImageSrc(const ImageInfo* defaultImgSrc, const ImageInfo* triggeredImgSrc) in SetImageSrc()