Home
last modified time | relevance | path

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

/ohos5.0/base/update/updater/services/ui/view/component/
H A Dbox_progress_adapter.h34 class BoxProgressAdapter : public OHOS::UIBoxProgress, public ComponentCommon<BoxProgressAdapter> {
36 DISALLOW_COPY_MOVE(BoxProgressAdapter);
40 BoxProgressAdapter() = default;
41 explicit BoxProgressAdapter(const UxViewInfo &info);
42 virtual ~BoxProgressAdapter() {} in ~BoxProgressAdapter()
H A Dbox_progress_adapter.cpp24 BoxProgressAdapter::BoxProgressAdapter(const UxViewInfo &info) in BoxProgressAdapter() function in Updater::BoxProgressAdapter
42 bool BoxProgressAdapter::IsValid(const UxBoxProgressInfo &info) in IsValid()
63 void BoxProgressAdapter::SetValue(float value) in SetValue()
80 bool BoxProgressAdapter::InitEp() in InitEp()
98 OHOS::Point BoxProgressAdapter::GetPosOfEp() in GetPosOfEp()
108 void BoxProgressAdapter::SetVisible(bool isVisible) in SetVisible()
H A Dcomponent_factory.h39 #define COMPONENT_TYPE_LIST BoxProgressAdapter, ImgViewAdapter, TextLabelAdapter, LabelBtnAdapter
41 #define COMPONENT_TYPE_LIST BoxProgressAdapter, ImgViewAdapter, TextLabelAdapter, LabelBtnAdapter \
/ohos5.0/base/update/updater/test/unittest/updater_ui_test/view/
H A Dui_component_unittest.cpp58 BoxProgressAdapter boxProgress {UxViewInfo {commonInfo, specInfo}};
75 EXPECT_FALSE(BoxProgressAdapter::IsValid(UxBoxProgressInfo {101, "", "", "", false}));
88 BoxProgressAdapter boxProgress {UxViewInfo {commonInfo, specInfo}};
99 BoxProgressAdapter boxProgress {UxViewInfo {commonInfo, specInfo}};
110 BoxProgressAdapter boxProgress {info};
117 BoxProgressAdapter boxProgress {info};
128 BoxProgressAdapter boxProgress {UxViewInfo {commonInfo, specInfo}};
133 BoxProgressAdapter boxProgress {UxViewInfo {commonInfo, specInfo}};
138 BoxProgressAdapter boxProgress {UxViewInfo {commonInfo, specInfo}};
146 BoxProgressAdapter boxProgress {UxViewInfo {commonInfo, specInfo}};
[all …]
/ohos5.0/base/update/updater/services/ui/strategy/
H A Dprogress_strategy.cpp67 if (!pgMgr_[id_].As<BoxProgressAdapter>()->InitEp()) { in BarProgress()
74 pgMgr_[id_].As<BoxProgressAdapter>()->SetValue(value); in ShowProgress()
/ohos5.0/base/update/updater/services/ui/
H A Dupdater_ui_traits.h65 DEFINE_TRAIT(UxBoxProgressInfo, BoxProgressAdapter::COMPONENT_TYPE,