Home
last modified time | relevance | path

Searched refs:GetStyleForState (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/test/unittest/components/
H A Dui_button_unit_test.cpp131 …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 Dui_button.cpp115 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 Dui_button.h378 int64_t GetStyleForState(uint8_t key, ButtonState state) const;
/ohos5.0/docs/zh-cn/device-dev/subsystems/
H A Dsubsys-graphics-common-guide.md35 | Style&  GetStyleForState (ButtonState state) | 设置button当前状态的style |
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-graphics-common-guide.md52 …"><a name="p12010308314"></a><a name="p12010308314"></a>Style&amp; GetStyleForState (ButtonState …