Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_apply/
H A Djs_button_theme.h83 static Color BackgroundColor(const std::optional<JSThemeColors>& themeColors, bool isPressed) in BackgroundColor() function
/ohos5.0/foundation/arkui/ui_lite/interfaces/kits/common/
H A Dtext.h164 struct BackgroundColor : public HeapBase { struct
176 struct LineBackgroundColor : public HeapBase { argument
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text/span/
H A Dspan_object.h42 BackgroundColor = 6, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/button/
H A Dbutton_model_ng.cpp322 void ButtonModelNG::BackgroundColor(const Color& color, const bool& colorFlag) in BackgroundColor() function in OHOS::Ace::NG::ButtonModelNG
327 void ButtonModelNG::BackgroundColor(FrameNode* frameNode, const Color& color, const bool& colorFlag) in BackgroundColor() function in OHOS::Ace::NG::ButtonModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dbutton_model_impl.cpp215 void ButtonModelImpl::BackgroundColor(const Color& color, const bool& colorFlag) in BackgroundColor() function in OHOS::Ace::Framework::ButtonModelImpl
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_web.cpp3726 void JSWeb::BackgroundColor(const JSCallbackInfo& info) in BackgroundColor() function in OHOS::Ace::Framework::JSWeb