Searched refs:BoxProgressAdapter (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/base/update/updater/services/ui/view/component/ |
H A D | box_progress_adapter.h | 34 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 D | box_progress_adapter.cpp | 24 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 D | component_factory.h | 39 #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 D | ui_component_unittest.cpp | 58 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 D | progress_strategy.cpp | 67 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 D | updater_ui_traits.h | 65 DEFINE_TRAIT(UxBoxProgressInfo, BoxProgressAdapter::COMPONENT_TYPE,
|