Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkTextTimer.ts85 …makeContentModifierNode(context: UIContext, textTimerConfiguration: TextTimerConfiguration): Frame…
86 textTimerConfiguration.contentModifier = this.modifier;
90 this.textTimerNode.build(this.builder, textTimerConfiguration);
92 this.textTimerNode.update(textTimerConfiguration);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/texttimer/
H A Dtext_timer_model_ng.h39 std::function<RefPtr<FrameNode>(const TextTimerConfiguration& textTimerConfiguration)>;
H A Dtext_timer_pattern.h36 std::function<RefPtr<FrameNode>(const TextTimerConfiguration& textTimerConfiguration)>;
H A Dtext_timer_pattern.cpp384 … TextTimerConfiguration textTimerConfiguration(count, isCountDown, started, elapsedTime, enabled); in BuildContentModifierNode() local
385 return (makeFunc_.value())(textTimerConfiguration); in BuildContentModifierNode()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A DarkComponent.js24857 makeContentModifierNode(context, textTimerConfiguration) { argument
24858 textTimerConfiguration.contentModifier = this.modifier;
24862 this.textTimerNode.build(this.builder, textTimerConfiguration);
24864 this.textTimerNode.update(textTimerConfiguration);