Home
last modified time | relevance | path

Searched refs:focusedBgColor (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/update/updater/services/ui/view/component/
H A Dlabel_btn_adapter.cpp27 const OHOS::ColorType &focusedBgColor, const OHOS::ColorType &unfocusedBgcolor) in LabelBtnOnFocusListener()
28 …Txtcolor_(focusedTxtColor), unfocusedTxtcolor_(unfocusedTxtcolor), focusedBgcolor_(focusedBgColor), in LabelBtnOnFocusListener()
88 StrToColor(spec.focusedBgColor)); in LabelBtnAdapter()
99 if (!CheckColor(info.bgColor) || !CheckColor(info.focusedBgColor) || in IsValid()
102 " focusedBgColor:" << info.focusedBgColor << in IsValid()
132 const OHOS::ColorType &focusedTxtColor, const OHOS::ColorType &focusedBgColor) in InitFocus() argument
134 …r_ = std::make_unique<LabelBtnOnFocusListener>(focusedTxtColor, txtColor, focusedBgColor, bgColor); in InitFocus()
H A Dlabel_btn_adapter.h30 std::string focusedBgColor; member
49 const OHOS::ColorType &focusedTxtColor, const OHOS::ColorType &focusedBgColor);
/ohos5.0/base/update/updater/test/unittest/updater_ui_test/view/
H A Dui_layout_unittest.cpp54 …return std::tie(lhs.fontSize, lhs.text, lhs.txtColor, lhs.bgColor, lhs.focusedBgColor, lhs.focused… in operator ==()
55 …std::tie(rhs.fontSize, rhs.text, rhs.txtColor, rhs.bgColor, rhs.focusedBgColor, rhs.focusedTxtColo… in operator ==()
/ohos5.0/base/update/updater/services/ui/
H A Dupdater_ui_traits.h94 (std::string, focusedBgColor),