Searched defs:LabelBtnOnFocusListener (Results 1 – 1 of 1) sorted by relevance
23 struct LabelBtnAdapter::LabelBtnOnFocusListener : public OHOS::UIView::OnFocusListener { struct in Updater::LabelBtnAdapter26 …LabelBtnOnFocusListener(const OHOS::ColorType &focusedTxtColor, const OHOS::ColorType &unfocusedTx… in LabelBtnOnFocusListener() function32 ~LabelBtnOnFocusListener() {} in ~LabelBtnOnFocusListener()34 bool OnFocus(OHOS::UIView &view) override in OnFocus()48 bool OnBlur(OHOS::UIView &view) override in OnBlur()62 OHOS::ColorType focusedTxtcolor_;63 OHOS::ColorType unfocusedTxtcolor_;64 OHOS::ColorType focusedBgcolor_;65 OHOS::ColorType unfocusedBgcolor_;