Searched refs:UxViewCommonInfo (Results 1 – 7 of 7) sorted by relevance
/base/update/updater/test/unittest/updater_ui_test/view/ |
D | ui_layout_unittest.cpp | 28 bool operator == (const UxViewCommonInfo &lhs, const UxViewCommonInfo &rhs) in operator ==() 104 UxViewInfo expectedLabel { UxViewCommonInfo { 0, 0, 100, 100, "label_id_0", "UILabel", true }, 122 …UxViewInfo expectedProgress { UxViewCommonInfo { 0, 0, 100, 100, "box_progress_0", "UIBoxProgress"… 134 … UxViewInfo expectedImage { UxViewCommonInfo { 0, 0, 100, 100, "image_view", "UIImageView", true }, 146 UxViewInfo expectedLabel { UxViewCommonInfo { 0, 0, 100, 100, "label_id_0", "UILabel", true }, 156 … UxViewInfo expectedImage { UxViewCommonInfo { 0, 0, 100, 100, "image_view", "UIImageView", true }, 160 …UxViewInfo expectedProgress { UxViewCommonInfo { 0, 0, 100, 100, "box_progress_0", "UIBoxProgress", 174 …UxViewInfo expected { UxViewCommonInfo { 1280, 0, 800, 200, "Label_RebootToNormalSystem", "UILabel… 224 … UxViewInfo expectedImage { UxViewCommonInfo { 0, 0, 100, 100, "image_view", "UIImageView", true }, 230 …UxViewInfo expectedProgress { UxViewCommonInfo { 0, 0, 100, 100, "box_progress_0", "UIBoxProgress"…
|
D | ui_component_unittest.cpp | 44 void CheckCommInfo(OHOS::UIView &view, const UxViewCommonInfo &common) in CheckCommInfo() 57 UxViewCommonInfo commonInfo {10, 10, 1000, 1000, "id", "UIBoxProgress", false}; 85 UxViewCommonInfo commonInfo {10, 10, 1000, 1000, "id", "UIBoxProgress", false}; 126 UxViewCommonInfo commonInfo {10, 10, 1000, 1000, "id", "UIBoxProgress", false}; 171 …BoxProgressAdapter boxProgress {UxViewInfo {UxViewCommonInfo {10, 10, 1000, 1000, "id", "UIBoxProg… 204 UxViewCommonInfo commonInfo {10, 10, 1000, 1000, id, "UIImageView", false}; 219 UxViewCommonInfo commonInfo {10, 10, 1000, 1000, id, "UIImageView", false}; 255 …ImgViewAdapter imgView {UxViewInfo {UxViewCommonInfo {10, 10, 1000, 1000, "id", "UIImageView", fal… 262 …ImgViewAdapter imgView {UxViewInfo {UxViewCommonInfo {10, 10, 1000, 1000, "id", "UIImageView", fal… 296 UxViewCommonInfo commonInfo {0, 0, 0, 0, "id", "UILabelButton", false}; [all …]
|
D | ui_page_manager_unittest.cpp | 74 UxViewCommonInfo { 79 UxViewCommonInfo { 90 UxViewCommonInfo { 95 UxViewCommonInfo { 105 UxViewCommonInfo { 110 UxViewCommonInfo { 142 UxViewCommonInfo { 156 UxViewCommonInfo {
|
/base/update/updater/services/ui/view/component/ |
D | component_common.h | 23 struct UxViewCommonInfo { struct 54 void SetViewCommonInfo(const UxViewCommonInfo &common) in SetViewCommonInfo()
|
D | component_factory.h | 69 UxViewCommonInfo commonInfo {};
|
/base/update/updater/services/ui/ |
D | updater_ui_traits.h | 55 DEFINE_TRAIT(UxViewCommonInfo, "Common",
|
D | updater_ui_config.cpp | 45 std::ostream &operator<<(std::ostream &os, const UxViewCommonInfo &info) in operator <<()
|