Home
last modified time | relevance | path

Searched refs:GetInputCount (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/texttimer/
H A Dtexttimer_component.cpp41 double TextTimerComponent::GetInputCount() const in GetInputCount() function in OHOS::Ace::TextTimerComponent
43 return declaration_->GetInputCount(); in GetInputCount()
H A Dtexttimer_component.h37 double GetInputCount() const;
H A Drender_texttimer.cpp48 inputCount_ = timerComponent->GetInputCount(); in Update()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/texttimer/
H A Dtext_timer_pattern.cpp193 inputCount_ = GetInputCount(); in OnModifyDone()
277 double TextTimerPattern::GetInputCount() const in GetInputCount() function in OHOS::Ace::NG::TextTimerPattern
281 return textTimerLayoutProperty->GetInputCount().value_or(DEFAULT_COUNT); in GetInputCount()
380 auto count = textTimerLayoutProperty->GetInputCount().value_or(DEFAULT_COUNT); in BuildContentModifierNode()
H A Dtext_timer_pattern.h126 double GetInputCount() const;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/texttimer/
H A Dtexttimer_declaration.h55 double GetInputCount() const in GetInputCount() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_timer/
H A Dtext_timer_test_ng.cpp170 EXPECT_EQ(textTimerLayoutProperty->GetInputCount(), INPUT_COUNT);
228 EXPECT_EQ(layoutProperty->GetInputCount(), 0);
670 EXPECT_EQ(layoutProperty->GetInputCount(), INPUT_COUNT);
734 EXPECT_EQ(textTimerLayoutProperty->GetInputCount(), INPUT_COUNT);