Searched refs:GetBackgroundStyle (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_abstract_progress_unit_test.cpp | 159 EXPECT_EQ(abstractProgress_->GetBackgroundStyle().imageOpa_, OPA_TRANSPARENT); 160 EXPECT_EQ(abstractProgress_->GetBackgroundStyle().lineOpa_, OPA_TRANSPARENT); 161 EXPECT_EQ(abstractProgress_->GetBackgroundStyle().borderRadius_, 1); 164 EXPECT_EQ(abstractProgress_->GetBackgroundStyle(STYLE_BACKGROUND_COLOR), Color::Silver().full); 206 EXPECT_EQ(abstractProgress_->GetBackgroundStyle(STYLE_LINE_CAP), CapType::CAP_NONE); 209 EXPECT_EQ(abstractProgress_->GetBackgroundStyle(STYLE_LINE_CAP), CapType::CAP_ROUND);
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/test/unittest/common/ |
H A D | slider_tdd_test.cpp | 183 …if (uiSliderView->GetBackgroundStyle(STYLE_BACKGROUND_COLOR) == GetRGBColor(expectColorValue).full… in ComponentSliderStyleSetColorTest004() 188 …EXPECT_EQ(uiSliderView->GetBackgroundStyle(STYLE_BACKGROUND_COLOR), GetRGBColor(expectColorValue).… in ComponentSliderStyleSetColorTest004() 195 …if (uiSliderView->GetBackgroundStyle(STYLE_BACKGROUND_COLOR) == GetRGBColor(expectColorValue2).ful… in ComponentSliderStyleSetColorTest004() 200 …EXPECT_EQ(uiSliderView->GetBackgroundStyle(STYLE_BACKGROUND_COLOR), GetRGBColor(expectColorValue2)… in ComponentSliderStyleSetColorTest004() 208 …if (uiSliderView->GetBackgroundStyle(STYLE_BACKGROUND_COLOR) == GetRGBColor(expectColorValue3).ful… in ComponentSliderStyleSetColorTest004() 213 …EXPECT_EQ(uiSliderView->GetBackgroundStyle(STYLE_BACKGROUND_COLOR), GetRGBColor(expectColorValue3)… in ComponentSliderStyleSetColorTest004()
|
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_abstract_progress.h | 247 const Style& GetBackgroundStyle() const; 257 int64_t GetBackgroundStyle(uint8_t key) const;
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_abstract_progress.cpp | 166 const Style& UIAbstractProgress::GetBackgroundStyle() const in GetBackgroundStyle() function in OHOS::UIAbstractProgress 171 int64_t UIAbstractProgress::GetBackgroundStyle(uint8_t key) const in GetBackgroundStyle() function in OHOS::UIAbstractProgress
|
/ohos5.0/base/update/updater/test/unittest/updater_ui_test/view/ |
H A D | ui_component_unittest.cpp | 63 EXPECT_EQ(boxProgress.GetBackgroundStyle(OHOS::STYLE_BACKGROUND_COLOR), bgColor.full); 64 EXPECT_EQ(boxProgress.GetBackgroundStyle(OHOS::STYLE_BACKGROUND_OPA), bgColor.alpha);
|
/ohos5.0/foundation/arkui/ui_lite/test/uitest/test_progress_bar/ |
H A D | ui_test_circle_progress.cpp | 465 … circleProgress_->GetBackgroundStyle(STYLE_LINE_WIDTH) + 1); in OnClick() 470 … circleProgress_->GetBackgroundStyle(STYLE_LINE_WIDTH) - 1); in OnClick()
|