Home
last modified time | relevance | path

Searched refs:TextTimerConfiguration (Results 1 – 9 of 9) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_timer/
H A Dtext_timer_builder_test_ng.cpp135 auto node = [](TextTimerConfiguration config) -> RefPtr<FrameNode> { in __anon529b5e650202()
203 auto node = [](TextTimerConfiguration config) -> RefPtr<FrameNode> { in __anon529b5e650502()
271 auto node = [](TextTimerConfiguration config) -> RefPtr<FrameNode> { in __anon529b5e650802()
339 auto node = [](TextTimerConfiguration config) -> RefPtr<FrameNode> { in __anon529b5e650b02()
407 auto node = [](TextTimerConfiguration config) -> RefPtr<FrameNode> { in __anon529b5e650e02()
475 auto node = [](TextTimerConfiguration config) -> RefPtr<FrameNode> { in __anon529b5e651102()
543 auto node = [](TextTimerConfiguration config) -> RefPtr<FrameNode> { in __anon529b5e651402()
611 auto node = [](TextTimerConfiguration config) -> RefPtr<FrameNode> { in __anon529b5e651702()
678 auto node = [](TextTimerConfiguration config) -> RefPtr<FrameNode> { in __anon529b5e651a02()
745 auto node = [](TextTimerConfiguration config) -> RefPtr<FrameNode> { in __anon529b5e651d02()
[all …]
H A Dtext_timer_test_ng.cpp771 auto node = [](TextTimerConfiguration config) -> RefPtr<FrameNode> { in __anonf48c5abf0402()
802 auto node = [](TextTimerConfiguration config) -> RefPtr<FrameNode> { in __anonf48c5abf0502()
833 auto node = [](TextTimerConfiguration config) -> RefPtr<FrameNode> { in __anonf48c5abf0602()
849 auto nextNode = [](TextTimerConfiguration config) -> RefPtr<FrameNode> { in __anonf48c5abf0702()
874 auto node = [](TextTimerConfiguration config) -> RefPtr<FrameNode> { in __anonf48c5abf0802()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkTextTimer.ts19 textTimerNode: BuilderNode<[TextTimerConfiguration]> | null = null;
20 modifier: ContentModifier<TextTimerConfiguration>;
70 contentModifier(value: ContentModifier<TextTimerConfiguration>): this {
75 setContentModifier(modifier: ContentModifier<TextTimerConfiguration>): this {
85 …makeContentModifierNode(context: UIContext, textTimerConfiguration: TextTimerConfiguration): Frame…
200 class TextTimerContentModifier extends ModifierWithKey<ContentModifier<TextTimerConfiguration>> {
201 constructor(value: ContentModifier<TextTimerConfiguration>) {
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/texttimer/
H A Dtext_timer_model_ng.h24 class TextTimerConfiguration : public CommonConfiguration {
26TextTimerConfiguration(double count, bool isCountDown, bool started, int64_t elapsedTime, bool ena… in TextTimerConfiguration() function
39 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.cpp384TextTimerConfiguration textTimerConfiguration(count, isCountDown, started, elapsedTime, enabled); in BuildContentModifierNode()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-texttimer.md176 contentModifier(modifier: ContentModifier\<TextTimerConfiguration>)
188 | modifier | [ContentModifier\<TextTimerConfiguration>](#texttimerconfiguration12对象说明) | 是 | 在Te…
274 ## TextTimerConfiguration<sup>12+</sup>对象说明
383 class MyTextTimerModifier implements ContentModifier<TextTimerConfiguration> {
387 applyContent(): WrappedBuilder<[TextTimerConfiguration]> {
393 function buildTextTimer(config: TextTimerConfiguration) {
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-texttimer.md79 contentModifier(modifier: ContentModifier\<TextTimerConfiguration>)
91 | modifier | [ContentModifier\<TextTimerConfiguration>](#texttimerconfiguration12) | Yes | Conten…
164 ## TextTimerConfiguration<sup>12+</sup>
239 class MyTextTimerModifier implements ContentModifier<TextTimerConfiguration> {
242 applyContent() : WrappedBuilder<[TextTimerConfiguration]>
248 @Builder function buildTextTimer(config: TextTimerConfiguration) {
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_text_timer_bridge.cpp280 TextTimerConfiguration config) -> RefPtr<FrameNode> { in SetContentModifierBuilder()