Home
last modified time | relevance | path

Searched refs:ClockComponent (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/clock/
H A Dclock_component.cpp20 ClockComponent::ClockComponent() in ClockComponent() function in OHOS::Ace::ClockComponent
33 const std::string& ClockComponent::GetClockFaceSrc() const in GetClockFaceSrc()
53 const std::string& ClockComponent::GetHourHandSrc() const in GetHourHandSrc()
108 void ClockComponent::SetHoursWest(double hoursWest) in SetHoursWest()
113 double ClockComponent::GetHoursWest() const in GetHoursWest()
123 const Color& ClockComponent::GetDigitColor() const in GetDigitColor()
133 const Color& ClockComponent::GetDigitColorNight() const in GetDigitColorNight()
153 double ClockComponent::GetDigitSizeRatio() const in GetDigitSizeRatio()
163 double ClockComponent::GetDigitRadiusRatio() const in GetDigitRadiusRatio()
178 bool ClockComponent::GetShowDigit() const in GetShowDigit()
[all …]
H A Dclock_component.h25 class ClockComponent : public ComponentGroup {
26 DECLARE_ACE_TYPE(ClockComponent, ComponentGroup);
29 ClockComponent();
30 ~ClockComponent() override = default;
H A Drender_clock.cpp106 RefPtr<ClockComponent> clockComponent = AceType::DynamicCast<ClockComponent>(component); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_clock.cpp22 clockChild_ = AceType::MakeRefPtr<ClockComponent>(); in DOMClock()
H A Ddom_clock.h54 RefPtr<ClockComponent> clockChild_;