Home
last modified time | relevance | path

Searched refs:TextClockConfiguration (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_clock/
H A Dtext_clock_content_modifier_test_ng.cpp132 auto node = [](TextClockConfiguration config) -> RefPtr<FrameNode> { in __anonf278f6dd0202()
173 auto node = [](TextClockConfiguration config) -> RefPtr<FrameNode> { in __anonf278f6dd0302()
215 auto node = [](TextClockConfiguration config) -> RefPtr<FrameNode> { in __anonf278f6dd0402()
254 auto node = [=](TextClockConfiguration config) -> RefPtr<FrameNode> { in __anonf278f6dd0502()
296 auto node = [=](TextClockConfiguration config) -> RefPtr<FrameNode> { in __anonf278f6dd0602()
339 auto node = [=](TextClockConfiguration config) -> RefPtr<FrameNode> { in __anonf278f6dd0702()
379 auto node = [=](TextClockConfiguration config) -> RefPtr<FrameNode> { in __anonf278f6dd0802()
423 auto node = [=](TextClockConfiguration config) -> RefPtr<FrameNode> { in __anonf278f6dd0902()
468 auto node = [=](TextClockConfiguration config) -> RefPtr<FrameNode> { in __anonf278f6dd0a02()
510 auto node = [=](TextClockConfiguration config) -> RefPtr<FrameNode> { in __anonf278f6dd0b02()
[all …]
H A Dtext_clock_content_modifier_add_test_ng.cpp134 auto node = [=](TextClockConfiguration config) -> RefPtr<FrameNode> { in __anon808399450202()
178 auto node = [=](TextClockConfiguration config) -> RefPtr<FrameNode> { in __anon808399450302()
223 auto node = [=](TextClockConfiguration config) -> RefPtr<FrameNode> { in __anon808399450402()
265 auto node = [=](TextClockConfiguration config) -> RefPtr<FrameNode> { in __anon808399450502()
310 auto node = [=](TextClockConfiguration config) -> RefPtr<FrameNode> { in __anon808399450602()
356 auto node = [=](TextClockConfiguration config) -> RefPtr<FrameNode> { in __anon808399450702()
398 auto node = [=](TextClockConfiguration config) -> RefPtr<FrameNode> { in __anon808399450802()
443 auto node = [=](TextClockConfiguration config) -> RefPtr<FrameNode> { in __anon808399450902()
489 auto node = [=](TextClockConfiguration config) -> RefPtr<FrameNode> { in __anon808399450a02()
532 auto node = [=](TextClockConfiguration config) -> RefPtr<FrameNode> { in __anon808399450b02()
[all …]
H A Dtext_clock_pattern_test_ng.cpp347 pattern_->SetBuilderFunc([](const TextClockConfiguration& info) -> RefPtr<FrameNode> { in __anond95221120e02()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_component/src/
H A DArkTextClock.ts19 textClockNode: BuilderNode<[TextClockConfiguration]> | null = null;
20 modifier: ContentModifier<TextClockConfiguration>;
82 contentModifier(value: ContentModifier<TextClockConfiguration>): this {
86 setContentModifier(modifier: ContentModifier<TextClockConfiguration>): this {
99 …makeContentModifierNode(context: UIContext, textClockConfiguration: TextClockConfiguration): Frame…
268 class TextClockContentModifier extends ModifierWithKey<ContentModifier<TextClockConfiguration>> {
269 constructor(value: ContentModifier<TextClockConfiguration>) {
322 globalThis.TextClock.contentModifier = function (modifier: ContentModifier<TextClockConfiguration>)…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_clock/
H A Dtext_clock_model_ng.h24 class TextClockConfiguration : public CommonConfiguration {
26 TextClockConfiguration(float timeZoneOffset, bool started, int64_t timeValue, bool enabled) in TextClockConfiguration() function
33 using TextClockMakeCallback = std::function<RefPtr<FrameNode>(const TextClockConfiguration& textClo…
H A Dtext_clock_pattern.cpp831 TextClockConfiguration textClockConfiguration(timeZoneOffset, started, timeValue, enabled); in BuildContentModifierNode()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-textclock.md237 contentModifier(modifier: ContentModifier\<TextClockConfiguration>)
249 | modifier | [ContentModifier\<TextClockConfiguration>](#textclockconfiguration12对象说明) | 是 | 在Te…
349 ## TextClockConfiguration<sup>12+</sup>对象说明
459 class MyTextClockStyle implements ContentModifier<TextClockConfiguration> {
467 applyContent(): WrappedBuilder<[TextClockConfiguration]> {
473 function buildTextClock(config: TextClockConfiguration) {
H A Dts-universal-attributes-content-modifier.md43 ButtonConfiguration、CheckBoxConfiguration、DataPanelConfiguration、TextClockConfiguration、ToggleConfi…
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-basic-components-textclock.md249 contentModifier(modifier: ContentModifier\<TextClockConfiguration>)
261 | modifier | [ContentModifier\<TextClockConfiguration>](#textclockconfiguration12)| Yes | Content…
361 ## TextClockConfiguration<sup>12+</sup>
436 class MyTextClockStyle implements ContentModifier<TextClockConfiguration> {
444 applyContent(): WrappedBuilder<[TextClockConfiguration]> {
450 function buildTextClock(config: TextClockConfiguration) {
H A Dts-universal-attributes-content-modifier.md43 ButtonConfiguration, CheckBoxConfiguration, DataPanelConfiguration, TextClockConfiguration, ToggleC…
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_text_clock_bridge.cpp348 TextClockConfiguration config) -> RefPtr<FrameNode> { in SetContentModifierBuilder()