Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
Ddata_panel_model_impl.h28 void SetTrackBackground(const Color& trackBackgroundColor) override {} in SetTrackBackground()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/data_panel/
Ddata_panel_model_ng.cpp72 void DataPanelModelNG::SetTrackBackground(const Color& trackBackgroundColor) in SetTrackBackground()
92 void DataPanelModelNG::SetTrackBackground(FrameNode* frameNode, const Color& trackBackgroundColor) in SetTrackBackground()
Ddata_panel_paint_method.cpp40 …auto trackBackgroundColor = paintProperty->GetTrackBackground().value_or(theme->GetBackgroundColor… in UpdateContentModifier() local
Ddata_panel_modifier.h127 void SetTrackBackground(const Color& trackBackgroundColor) in SetTrackBackground()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
DArkDataPanel.ts34 trackBackgroundColor(value: any): this { method in ArkDataPanelComponent
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/
Dslider_content_modifier.h52 Gradient trackBackgroundColor; member
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
DarkComponent.js21995 trackBackgroundColor(value) { method in ArkDataPanelComponent