Searched refs:GetStyleForState (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/ |
H A D | ui_button_unit_test.cpp | 131 …EXPECT_EQ(button_->GetStyleForState(STYLE_BACKGROUND_COLOR, UIButton::ButtonState::PRESSED), Color… 149 …EXPECT_EQ(button_->GetStyleForState(STYLE_BACKGROUND_COLOR, UIButton::ButtonState::INACTIVE), Colo… 167 …EXPECT_EQ(button_->GetStyleForState(STYLE_BACKGROUND_COLOR, UIButton::ButtonState::RELEASED), Colo… 308 EXPECT_EQ(button_->GetStyleForState(STYLE_BACKGROUND_COLOR, UIButton::ButtonState::RELEASED), 311 EXPECT_EQ(button_->GetStyleForState(STYLE_BACKGROUND_COLOR, UIButton::ButtonState::PRESSED), 314 EXPECT_EQ(button_->GetStyleForState(STYLE_BACKGROUND_COLOR, UIButton::ButtonState::INACTIVE), 331 EXPECT_EQ(button_->GetStyleForState(STYLE_BACKGROUND_COLOR, UIButton::ButtonState::RELEASED), 334 EXPECT_EQ(button_->GetStyleForState(STYLE_BACKGROUND_COLOR, UIButton::ButtonState::PRESSED),
|
/ohos5.0/foundation/arkui/ui_lite/frameworks/components/ |
H A D | ui_button.cpp | 115 return GetStyleForState(key, styleState_); in GetStyle() 123 int64_t UIButton::GetStyleForState(uint8_t key, ButtonState state) const in GetStyleForState() function in OHOS::UIButton
|
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/components/ |
H A D | ui_button.h | 378 int64_t GetStyleForState(uint8_t key, ButtonState state) const;
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-graphics-common-guide.md | 35 | Style& GetStyleForState (ButtonState state) | 设置button当前状态的style |
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-graphics-common-guide.md | 52 …"><a name="p12010308314"></a><a name="p12010308314"></a>Style& GetStyleForState (ButtonState …
|