Searched refs:ImgViewAdapter (Results 1 - 9 of 9) sorted by relevance
/base/update/updater/services/ui/view/component/ |
H A D | img_view_adapter.cpp | 29 class ImgViewAdapter::ImgAnimatorCallback final : public OHOS::AnimatorCallback { 32 explicit ImgAnimatorCallback(ImgViewAdapter *view) in ImgAnimatorCallback() 37 static ImgViewAdapter dummy; in ImgAnimatorCallback() 69 ImgViewAdapter *view_; 74 ImgViewAdapter::~ImgViewAdapter() = default; 76 ImgViewAdapter::ImgViewAdapter() = default; 78 ImgViewAdapter::ImgViewAdapter(cons function in Updater::ImgViewAdapter [all...] |
H A D | img_view_adapter.h | 33 class ImgViewAdapter : public OHOS::UIImageView, public ComponentCommon<ImgViewAdapter> { class 34 DISALLOW_COPY_MOVE(ImgViewAdapter); 43 ImgViewAdapter(); 44 explicit ImgViewAdapter(const UxViewInfo &info); 45 ~ImgViewAdapter();
|
H A D | box_progress_adapter.h | 33 class ImgViewAdapter; 51 ImgViewAdapter *ep_ = {};
|
H A D | component_factory.h | 39 #define COMPONENT_TYPE_LIST BoxProgressAdapter, ImgViewAdapter, TextLabelAdapter, LabelBtnAdapter 41 #define COMPONENT_TYPE_LIST BoxProgressAdapter, ImgViewAdapter, TextLabelAdapter, LabelBtnAdapter \
|
H A D | box_progress_adapter.cpp | 94 ep_ = static_cast<ImgViewAdapter *>(child); in InitEp()
|
/base/update/updater/test/unittest/updater_ui_test/view/ |
H A D | ui_component_unittest.cpp | 158 ImgViewAdapter imgView {}; in HWTEST_F() 170 ImgViewAdapter epView {}; in HWTEST_F() 205 ImgViewAdapter imgView {UxViewInfo {commonInfo, specInfo}}; in HWTEST_F() 220 ImgViewAdapter imgView {UxViewInfo {commonInfo, specInfo}}; in HWTEST_F() 234 EXPECT_FALSE(ImgViewAdapter::IsValid(UxImageInfo {"", "", 100, 0})); in HWTEST_F() 235 EXPECT_TRUE(ImgViewAdapter::IsValid(UxImageInfo {"resPath", "", 100, 0})); in HWTEST_F() 238 EXPECT_FALSE(ImgViewAdapter::IsValid(UxImageInfo {"", "", 100, 10})); in HWTEST_F() 239 EXPECT_FALSE(ImgViewAdapter::IsValid(UxImageInfo {"dir/", "", 100, 10})); in HWTEST_F() 240 EXPECT_FALSE(ImgViewAdapter::IsValid(UxImageInfo {"dir/", "filePrefix", maxImgCnt + 1, 10})); in HWTEST_F() 241 EXPECT_FALSE(ImgViewAdapter in HWTEST_F() [all...] |
H A D | ui_page_manager_unittest.cpp | 227 GetInstance()[ComInfo {pageId, comId}].As<ImgViewAdapter>(errMsg);
in HWTEST_F()
|
/base/update/updater/services/ui/strategy/ |
H A D | logo_strategy.cpp | 42 pgMgr_[id_].As<ImgViewAdapter>()->Start(); in Show() 47 pgMgr_[id_].As<ImgViewAdapter>()->Stop(); in Hide()
|
/base/update/updater/services/ui/ |
H A D | updater_ui_traits.h | 81 DEFINE_TRAIT(UxImageInfo, ImgViewAdapter::COMPONENT_TYPE,
|
Completed in 3 milliseconds