Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/bridge/test/unittest/cardfrontend/domclock/
Ddom_clock_test.cpp100 auto digitColor = clockComponent->GetDigitColor(); variable
306 auto digitColor = clockComponent->GetDigitColor(); variable
/foundation/arkui/ace_engine/test/resource/jscard/carddomclock/
Dcorrect.json66 "digitColor": "#000000", string
Derror.json66 "digitColor": "#000000", string
/foundation/arkui/ace_engine/frameworks/core/components/clock/
Dclock_component.cpp118 void ClockComponent::SetDigitColor(const std::string& digitColor) in SetDigitColor()
Drender_clock.cpp234 void RenderClock::UpdateRenderText(double digitSize, const Color& digitColor) in UpdateRenderText()
/foundation/arkui/ace_engine/frameworks/core/components/declaration/clock/
Dclock_declaration.h166 void SetDigitColor(const std::string& digitColor) in SetDigitColor()