Home
last modified time | relevance | path

Searched defs:counterTheme (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/counter/
H A Dcounter_model_ng.cpp42 auto counterTheme = pipeline->GetTheme<CounterTheme>(); in Create() local
71 int32_t id, const std::string& symbol, const RefPtr<CounterTheme>& counterTheme) in CreateButtonChild()
99 …CounterModelNG::CreateContentNodeChild(int32_t contentId, const RefPtr<CounterTheme>& counterTheme) in CreateContentNodeChild()
130 auto counterTheme = pipeline->GetTheme<CounterTheme>(); in SetEnableDec() local
152 auto counterTheme = pipeline->GetTheme<CounterTheme>(); in SetEnableInc() local
262 auto counterTheme = pipeline->GetTheme<CounterTheme>(); in SetEnableDec() local
282 auto counterTheme = pipeline->GetTheme<CounterTheme>(); in SetEnableInc() local
H A Dcounter_layout_algorithm.cpp58 auto counterTheme = pipeline->GetTheme<CounterTheme>(); in Measure() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/counter/
H A Dcounter_component.cpp93 void CounterComponent::BuildControl(const RefPtr<CounterTheme>& counterTheme, const RefPtr<RowCompo… in BuildControl()
151const RefPtr<CounterTheme>& counterTheme, const RefPtr<RowComponent>& row, RefPtr<BoxComponent>& b… in BuildContent()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/counter/
H A Dcounter_test_ng.cpp67 auto counterTheme = CounterTheme::Builder().Build(themeConstants); in SetUpTestSuite() local