Home
last modified time | relevance | path

Searched defs:TextLabelOnFocusListener (Results 1 – 1 of 1) sorted by relevance

/base/update/updater/services/ui/view/component/
Dtext_label_adapter.cpp23 struct TextLabelAdapter::TextLabelOnFocusListener : public OHOS::UIView::OnFocusListener { struct in Updater::TextLabelAdapter
26TextLabelOnFocusListener(const OHOS::ColorType &focusedFontColor, const OHOS::ColorType &unfocused… in TextLabelOnFocusListener() function
32 ~TextLabelOnFocusListener() {} in ~TextLabelOnFocusListener()
34 bool OnFocus(OHOS::UIView &view) override in OnFocus()
48 bool OnBlur(OHOS::UIView &view) override in OnBlur()
62 OHOS::ColorType focusedFontcolor_;
63 OHOS::ColorType unfocusedFontcolor_;
64 OHOS::ColorType focusedBgcolor_;
65 OHOS::ColorType unfocusedBgcolor_;