Searched refs:buttonReleasedStyle_ (Results 1 - 2 of 2) sorted by relevance
/foundation/graphic/graphic_utils_lite/frameworks/ |
H A D | style.cpp | 22 Style StyleDefault::buttonReleasedStyle_; member in OHOS::StyleDefault 242 buttonReleasedStyle_ = defaultStyle_; in InitButtonStyle() 243 buttonReleasedStyle_.SetStyle(STYLE_BACKGROUND_COLOR, Color::GetColorFromRGB(0x00, 0x7d, 0xff).full); in InitButtonStyle() 244 buttonReleasedStyle_.SetStyle(STYLE_BORDER_RADIUS, 200); // 200: button radius in InitButtonStyle() 245 buttonReleasedStyle_.SetStyle(STYLE_BACKGROUND_OPA, OPA_OPAQUE); in InitButtonStyle() 247 buttonReleasedStyle_.SetStyle(STYLE_BORDER_COLOR, Color::GetColorFromRGB(0x0b, 0x19, 0x28).full); in InitButtonStyle() 248 buttonReleasedStyle_.SetStyle(STYLE_BORDER_WIDTH, 0); in InitButtonStyle() 249 buttonReleasedStyle_.SetStyle(STYLE_BORDER_OPA, 178); // 178: default opa in InitButtonStyle() 252 buttonPressedStyle_ = buttonReleasedStyle_; in InitButtonStyle() 257 buttonInactiveStyle_ = buttonReleasedStyle_; in InitButtonStyle() [all...] |
/foundation/graphic/graphic_utils_lite/interfaces/kits/gfx_utils/ |
H A D | style.h | 278 return buttonReleasedStyle_; in GetButtonReleasedStyle() 417 static Style buttonReleasedStyle_; member in OHOS::StyleDefault
|
Completed in 2 milliseconds