Searched refs:textTimerConfiguration (Results 1 – 5 of 5) sorted by relevance
85 …makeContentModifierNode(context: UIContext, textTimerConfiguration: TextTimerConfiguration): Frame…86 textTimerConfiguration.contentModifier = this.modifier;90 this.textTimerNode.build(this.builder, textTimerConfiguration);92 this.textTimerNode.update(textTimerConfiguration);
39 std::function<RefPtr<FrameNode>(const TextTimerConfiguration& textTimerConfiguration)>;
36 std::function<RefPtr<FrameNode>(const TextTimerConfiguration& textTimerConfiguration)>;
384 … TextTimerConfiguration textTimerConfiguration(count, isCountDown, started, elapsedTime, enabled); in BuildContentModifierNode() local385 return (makeFunc_.value())(textTimerConfiguration); in BuildContentModifierNode()
24857 makeContentModifierNode(context, textTimerConfiguration) { argument24858 textTimerConfiguration.contentModifier = this.modifier;24862 this.textTimerNode.build(this.builder, textTimerConfiguration);24864 this.textTimerNode.update(textTimerConfiguration);