Home
last modified time | relevance | path

Searched refs:TextTimerStyle (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/texttimer/
H A Dtexttimer_declaration.h35 struct TextTimerStyle : Style { struct
93 auto& style = MaybeResetStyle<TextTimerStyle>(StyleTag::SPECIALIZED_STYLE); in SetTextStyle()
99 auto& style = static_cast<TextTimerStyle&>(GetStyle(StyleTag::SPECIALIZED_STYLE)); in GetTextStyle()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/common/
H A Ddeclaration_constants.cpp184 const std::shared_ptr<TextTimerStyle> DeclarationConstants::DEFAULT_TEXTTIMER_STYLE =
185 std::make_shared<TextTimerStyle>();
H A Ddeclaration_constants.h185 static const std::shared_ptr<TextTimerStyle> DEFAULT_TEXTTIMER_STYLE;