Searched refs:ClockComponent (Results 1 – 5 of 5) sorted by relevance
20 ClockComponent::ClockComponent() in ClockComponent() function in OHOS::Ace::ClockComponent33 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 …]
25 class ClockComponent : public ComponentGroup {26 DECLARE_ACE_TYPE(ClockComponent, ComponentGroup);29 ClockComponent();30 ~ClockComponent() override = default;
106 RefPtr<ClockComponent> clockComponent = AceType::DynamicCast<ClockComponent>(component); in Update()
22 clockChild_ = AceType::MakeRefPtr<ClockComponent>(); in DOMClock()
54 RefPtr<ClockComponent> clockChild_;