Home
last modified time | relevance | path

Searched refs:repeatCount (Results 1 – 25 of 89) sorted by relevance

1234

/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-js/
H A Djs-components-svg-animatetransform.md112 0.4; 0.8; 1.0" dur="3s" repeatCount="indefinite"></animateTransform>
118 keyTimes="0; 0.4; 0.8; 1.0" dur="3s" repeatCount="indefinite"></animateTransform>
124 keyTimes="0; 0.4; 0.8; 1.0" dur="3s" repeatCount="indefinite"></animateTransform>
167 dur="3s" repeatCount="indefinite"></animateTransform>
172 dur="3s" repeatCount="indefinite"></animateTransform>
176 dur="3s" repeatCount="indefinite"></animateTransform>
180 dur="3s" repeatCount="indefinite"></animateTransform>
184 dur="3s" repeatCount="indefinite"></animateTransform>
188 dur="3s" repeatCount="indefinite"></animateTransform>
193 dur="3s" repeatCount="indefinite"></animateTransform>
[all …]
H A Djs-components-svg-animate.md28 | repeatCount | &lt;number&nbsp;\|&nbsp;indefinite&gt; | 1 | 否 | 设置动画播放的次数,默认无限次播放(indefinite),可通过设…
62 … <animate attributeName="fill" from="red" to="blue" dur="1000" repeatCount="indefinite"></animate>
93 <animate attributeName="r" from="0" to="50" dur="2000" repeatCount="indefinite"></animate>
94 <animate attributeName="cx" from="60" to="200" dur="2000" repeatCount="indefinite"></animate>
98 … <animate attributeName="stroke" values="red;blue" dur="2000" repeatCount="indefinite"></animate>
101 …<animate attributeName="stroke-opacity" from="1.0" to="0.5" dur="2000" repeatCount="indefinite"></…
102 …<animate attributeName="stroke-dashoffset" values="30;0;30" dur="500" repeatCount="indefinite"></a…
103 <animate attributeName="cx" from="180" to="400" dur="2000" repeatCount="indefinite"></animate>
106 <animate attributeName="cx" from="180" to="400" dur="2000" repeatCount="indefinite"></animate>
109 <animate attributeName="fill" values="red;blue" dur="2000" repeatCount="indefinite"></animate>
[all …]
H A Djs-components-svg-tspan.md86 <animate attributeName="x" from="-100" to="400" dur="3s" repeatCount="indefinite"></animate>
87 …<animate attributeName="opacity" from="0.01" to="0.99" dur="3s" repeatCount="indefinite"></animate>
88 … <animate attributeName="rotate" from="0" to="360" dur="3s" repeatCount="indefinite"></animate>
95 … <animate attributeName="dx" from="-100" to="400" dur="3s" repeatCount="indefinite"></animate>
122 … <animate attributeName="fill" from="blue" to="red" dur="3s" repeatCount="indefinite"></animate>
123 …<animate attributeName="fill-opacity" from="0.01" to="0.99" dur="3s" repeatCount="indefinite"></an…
139 … <animate attributeName="font-size" from="10" to="50" dur="3s" repeatCount="indefinite"></animate>
155 …<animate attributeName="stroke" from="red" to="#00FF00" dur="3s" repeatCount="indefinite"></animat…
161 … <animate attributeName="stroke-width" from="1" to="5" dur="3s" repeatCount="indefinite"></animate>
162 …<animate attributeName="stroke-opacity" from="0.01" to="0.99" dur="3s" repeatCount="indefinite"></…
H A Djs-components-svg-text.md98 <animate attributeName="x" from="100" by="400" dur="3s" repeatCount="indefinite"></animate>
99 …<animate attributeName="opacity" from="0.01" to="0.99" dur="3s" repeatCount="indefinite"></animate>
100 <animate attributeName="rotate" from="0" to="360" dur="3s" repeatCount="indefinite"></animate>
114 <animate attributeName="font-size" from="10" to="50" dur="3s" repeatCount="indefinite">
129 …<animate attributeName="stroke" from="red" to="#00FF00" dur="3s" repeatCount="indefinite"></animat…
133 … <animate attributeName="stroke-width" from="1" to="5" dur="3s" repeatCount="indefinite"></animate>
134 …<animate attributeName="stroke-opacity" from="0.01" to="0.99" dur="3s" repeatCount="indefinite"></…
H A Djs-components-svg-textpath.md160 …<animate attributeName="startOffset" from="10%" to="40%" dur="3s" repeatCount="indefinite"></anima…
182 <animate attributeName="x" from="50" to="100" dur="5s" repeatCount="indefinite"></animate>
183 … <animate attributeName="rotate" from="0" to="360" dur="5s" repeatCount="indefinite"></animate>
188 … <animate attributeName="dx" from="0%" to="30%" dur="3s" repeatCount="indefinite"></animate>
189 …<animate attributeName="opacity" from="0.01" to="0.99" dur="3s" repeatCount="indefinite"></animate>
220 … <animate attributeName="fill" from="blue" to="red" dur="3s" repeatCount="indefinite"></animate>
221 …<animate attributeName="fill-opacity" from="0.01" to="0.99" dur="3s" repeatCount="indefinite"></an…
225 … <animate attributeName="font-size" from="10" to="50" dur="3s" repeatCount="indefinite"></animate>
258 …<animate attributeName="stroke" from="red" to="#00FF00" dur="3s" repeatCount="indefinite"></animat…
262 … <animate attributeName="stroke-width" from="1" to="5" dur="3s" repeatCount="indefinite"></animate>
[all …]
H A Djs-components-svg-animatemotion.md40 …<animateMotion dur="2000" repeatCount="indefinite" rotate="auto" keyPoints="0;0.2;0.4;0.6;0.8;1" p…
44 …<animateMotion dur="2000" repeatCount="indefinite" rotate="auto-reverse"path="m40,130 c0,-100 160,…
48 …<animateMotion dur="2000" repeatCount="indefinite" rotate="45"path="m40,200 c0,-100 160,100 160,0 …
/ohos5.0/foundation/multimodalinput/input/service/timer_manager/test/
H A Dtimer_manager_test.cpp50 int32_t repeatCount = 3; variable
65 int32_t repeatCount = 3; variable
80 int32_t repeatCount = 3; variable
96 int32_t repeatCount = 3; variable
111 int32_t repeatCount = 3; variable
128 int32_t repeatCount = 1; variable
133 repeatCount = 1;
134 ret = timermanager.AddTimer(intervalMs, repeatCount, callback);
232 int32_t repeatCount = 1; variable
237 repeatCount = 1;
[all …]
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-js/
H A Djs-components-svg-animatetransform.md113 0.4; 0.8; 1.0" dur="3s" repeatCount="indefinite"></animateTransform>
119 keyTimes="0; 0.4; 0.8; 1.0" dur="3s" repeatCount="indefinite"></animateTransform>
125 keyTimes="0; 0.4; 0.8; 1.0" dur="3s" repeatCount="indefinite"></animateTransform>
168 dur="3s" repeatCount="indefinite"></animateTransform>
173 dur="3s" repeatCount="indefinite"></animateTransform>
177 dur="3s" repeatCount="indefinite"></animateTransform>
181 dur="3s" repeatCount="indefinite"></animateTransform>
185 dur="3s" repeatCount="indefinite"></animateTransform>
189 dur="3s" repeatCount="indefinite"></animateTransform>
194 dur="3s" repeatCount="indefinite"></animateTransform>
[all …]
H A Djs-components-svg-animate.md63 … <animate attributeName="fill" from="red" to="blue" dur="1000" repeatCount="indefinite"></animate>
64 …<animate attributeName="height" from="50" to="150" begin="500" end="1000" repeatCount="indefinite"…
94 <animate attributeName="r" from="0" to="50" dur="2000" repeatCount="indefinite"></animate>
95 <animate attributeName="cx" from="60" to="200" dur="2000" repeatCount="indefinite"></animate>
99 … <animate attributeName="stroke" values="red;blue" dur="2000" repeatCount="indefinite"></animate>
102 …<animate attributeName="stroke-opacity" from="1.0" to="0.5" dur="2000" repeatCount="indefinite"></…
103 …<animate attributeName="stroke-dashoffset" values="30;0;30" dur="500" repeatCount="indefinite"></a…
104 <animate attributeName="cx" from="180" to="400" dur="2000" repeatCount="indefinite"></animate>
107 <animate attributeName="cx" from="180" to="400" dur="2000" repeatCount="indefinite"></animate>
110 <animate attributeName="fill" values="red;blue" dur="2000" repeatCount="indefinite"></animate>
[all …]
H A Djs-components-svg-tspan.md86 <animate attributeName="x" from="-100" to="400" dur="3s" repeatCount="indefinite"></animate>
87 …<animate attributeName="opacity" from="0.01" to="0.99" dur="3s" repeatCount="indefinite"></animate>
88 … <animate attributeName="rotate" from="0" to="360" dur="3s" repeatCount="indefinite"></animate>
95 … <animate attributeName="dx" from="-100" to="400" dur="3s" repeatCount="indefinite"></animate>
122 … <animate attributeName="fill" from="blue" to="red" dur="3s" repeatCount="indefinite"></animate>
123 …<animate attributeName="fill-opacity" from="0.01" to="0.99" dur="3s" repeatCount="indefinite"></an…
139 … <animate attributeName="font-size" from="10" to="50" dur="3s" repeatCount="indefinite"></animate>
155 …<animate attributeName="stroke" from="red" to="#00FF00" dur="3s" repeatCount="indefinite"></animat…
161 … <animate attributeName="stroke-width" from="1" to="5" dur="3s" repeatCount="indefinite"></animate>
162 …<animate attributeName="stroke-opacity" from="0.01" to="0.99" dur="3s" repeatCount="indefinite"></…
H A Djs-components-svg-text.md99 <animate attributeName="x" from="100" by="400" dur="3s" repeatCount="indefinite"></animate>
100 …<animate attributeName="opacity" from="0.01" to="0.99" dur="3s" repeatCount="indefinite"></animate>
101 <animate attributeName="rotate" from="0" to="360" dur="3s" repeatCount="indefinite"></animate>
115 <animate attributeName="font-size" from="10" to="50" dur="3s" repeatCount="indefinite">
130 …<animate attributeName="stroke" from="red" to="#00FF00" dur="3s" repeatCount="indefinite"></animat…
134 … <animate attributeName="stroke-width" from="1" to="5" dur="3s" repeatCount="indefinite"></animate>
135 …<animate attributeName="stroke-opacity" from="0.01" to="0.99" dur="3s" repeatCount="indefinite"></…
H A Djs-components-svg-textpath.md160 …<animate attributeName="startOffset" from="10%" to="40%" dur="3s" repeatCount="indefinite"></anima…
182 <animate attributeName="x" from="50" to="100" dur="5s" repeatCount="indefinite"></animate>
183 … <animate attributeName="rotate" from="0" to="360" dur="5s" repeatCount="indefinite"></animate>
188 … <animate attributeName="dx" from="0%" to="30%" dur="3s" repeatCount="indefinite"></animate>
189 …<animate attributeName="opacity" from="0.01" to="0.99" dur="3s" repeatCount="indefinite"></animate>
220 … <animate attributeName="fill" from="blue" to="red" dur="3s" repeatCount="indefinite"></animate>
221 …<animate attributeName="fill-opacity" from="0.01" to="0.99" dur="3s" repeatCount="indefinite"></an…
225 … <animate attributeName="font-size" from="10" to="50" dur="3s" repeatCount="indefinite"></animate>
258 …<animate attributeName="stroke" from="red" to="#00FF00" dur="3s" repeatCount="indefinite"></animat…
262 … <animate attributeName="stroke-width" from="1" to="5" dur="3s" repeatCount="indefinite"></animate>
[all …]
/ohos5.0/foundation/multimodalinput/input/intention/scheduler/timer_manager/src/
H A Dtimer_manager.cpp62 int32_t TimerManager::OnAddTimer(int32_t intervalMs, int32_t repeatCount, std::function<void()> cal… in OnAddTimer() argument
64 int32_t timerId = AddTimerInternal(intervalMs, repeatCount, callback); in OnAddTimer()
69 int32_t TimerManager::AddTimer(int32_t intervalMs, int32_t repeatCount, std::function<void()> callb… in AddTimer() argument
73 return context_->GetDelegateTasks().PostSyncTask([this, intervalMs, repeatCount, callback] { in AddTimer()
74 return this->OnAddTimer(intervalMs, repeatCount, callback); in AddTimer()
176 int32_t TimerManager::AddTimerInternal(int32_t intervalMs, int32_t repeatCount, std::function<void(… in AddTimerInternal() argument
193 timer->repeatCount = repeatCount; in AddTimerInternal()
279 …if ((currentTimer->repeatCount >= 1) && (currentTimer->callbackCount >= currentTimer->repeatCount)… in ProcessTimersInternal()
/ohos5.0/base/msdp/device_status/intention/scheduler/timer_manager/src/
H A Dtimer_manager.cpp62 int32_t TimerManager::OnAddTimer(int32_t intervalMs, int32_t repeatCount, std::function<void()> cal… in OnAddTimer() argument
64 int32_t timerId = AddTimerInternal(intervalMs, repeatCount, callback); in OnAddTimer()
69 int32_t TimerManager::AddTimer(int32_t intervalMs, int32_t repeatCount, std::function<void()> callb… in AddTimer() argument
73 return context_->GetDelegateTasks().PostSyncTask([this, intervalMs, repeatCount, callback] { in AddTimer()
74 return this->OnAddTimer(intervalMs, repeatCount, callback); in AddTimer()
176 int32_t TimerManager::AddTimerInternal(int32_t intervalMs, int32_t repeatCount, std::function<void(… in AddTimerInternal() argument
193 timer->repeatCount = repeatCount; in AddTimerInternal()
279 …if ((currentTimer->repeatCount >= 1) && (currentTimer->callbackCount >= currentTimer->repeatCount)… in ProcessTimersInternal()
/ohos5.0/docs/zh-cn/application-dev/ui/
H A Dui-js-animate-svg.md18 <animate attributeName="font-size" from="30" to="60" dur="3s" repeatCount="indefinite">
20 <animate attributeName="fill" from="red" to="blue" dur="3s" repeatCount="indefinite">
22 <animate attributeName="opacity" from="1" to="0.3" dur="3s" repeatCount="indefinite">
27 …<animate attributeName="font-size" from="30" to="60" values="30;80" dur="3s" repeatCount="indefini…
29 <animate attributeName="fill" from="red" to="blue" dur="3s" repeatCount="indefinite">
31 <animate attributeName="opacity" from="0.3" to="1" dur="3s" repeatCount="indefinite">
57 …<animateMotion dur="2000" repeatCount="indefinite" rotate="auto-reverse"path="M300,200 h-150 a150 …
/ohos5.0/foundation/multimodalinput/input/service/timer_manager/src/
H A Dtimer_manager.cpp36 int32_t TimerManager::AddTimer(int32_t intervalMs, int32_t repeatCount, std::function<void()> callb… in AddTimer() argument
38 return AddTimerInternal(intervalMs, repeatCount, callback); in AddTimer()
83 int32_t TimerManager::AddTimerInternal(int32_t intervalMs, int32_t repeatCount, std::function<void(… in AddTimerInternal() argument
100 timer->repeatCount = repeatCount; in AddTimerInternal()
201 if ((curTimer->repeatCount >= 1) && (curTimer->callbackCount >= curTimer->repeatCount)) { in ProcessTimersInternal()
/ohos5.0/foundation/multimodalinput/input/intention/scheduler/timer_manager/include/
H A Dtimer_manager.h38 …int32_t AddTimer(int32_t intervalMs, int32_t repeatCount, std::function<void()> callback) override;
50 int32_t repeatCount { 0 };
56 int32_t OnAddTimer(int32_t intervalMs, int32_t repeatCount, std::function<void()> callback);
63 … int32_t AddTimerInternal(int32_t intervalMs, int32_t repeatCount, std::function<void()> callback);
/ohos5.0/base/msdp/device_status/intention/scheduler/timer_manager/include/
H A Dtimer_manager.h38 …int32_t AddTimer(int32_t intervalMs, int32_t repeatCount, std::function<void()> callback) override;
50 int32_t repeatCount { 0 };
56 int32_t OnAddTimer(int32_t intervalMs, int32_t repeatCount, std::function<void()> callback);
63 … int32_t AddTimerInternal(int32_t intervalMs, int32_t repeatCount, std::function<void()> callback);
/ohos5.0/docs/en/application-dev/ui/
H A Dui-js-animate-svg.md16 <animate attributeName="font-size" from="30" to="60" dur="3s" repeatCount="indefinite">
18 <animate attributeName="fill" from="red" to="blue" dur="3s" repeatCount="indefinite">
20 <animate attributeName="opacity" from="1" to="0.3" dur="3s" repeatCount="indefinite">
25 …<animate attributeName="font-size" from="30" to="60" values="30;80" dur="3s" repeatCount="indefini…
27 <animate attributeName="fill" from="red" to="blue" dur="3s" repeatCount="indefinite">
29 <animate attributeName="opacity" from="0.3" to="1" dur="3s" repeatCount="indefinite">
54 …<animateMotion dur="2000" repeatCount="indefinite" rotate="auto-reverse"path="M300,200 h-150 a150 …
/ohos5.0/foundation/multimodalinput/input/service/timer_manager/include/
H A Dtimer_manager.h36 int32_t AddTimer(int32_t intervalMs, int32_t repeatCount, std::function<void()> callback);
47 int32_t repeatCount { 0 };
54 … int32_t AddTimerInternal(int32_t intervalMs, int32_t repeatCount, std::function<void()> callback);
/ohos5.0/foundation/communication/netmanager_base/services/common/include/
H A Dffrt_timer.h89 int repeatCount = (time > TIMER_MAX_INTERVAL_MS) ? (time / TIMER_MAX_INTERVAL_MS) : 0; in OneTiming() local
92 if (repeatCount > 0) { in OneTiming()
100 repeatCount--; in OneTiming()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/declaration/svg/
H A Dsvg_animate_declaration.h30 int32_t repeatCount = 1; member
101 void SetRepeatCount(int32_t repeatCount) in SetRepeatCount() argument
104 attribute.repeatCount = repeatCount; in SetRepeatCount()
110 return attribute.repeatCount; in GetRepeatCount()
/ohos5.0/foundation/resourceschedule/work_scheduler/interfaces/kits/cj/work_scheduler/
H A Dwork_scheduler_ffi.cpp215 if (!cwork.isRepeat && cwork.repeatCount == UNSET_INT_PARAM) { in GetRepeatInfo()
220 if (cwork.repeatCount > 0) { in GetRepeatInfo()
222 workInfo.RequestRepeatCycle(cwork.repeatCycleTime, cwork.repeatCount); in GetRepeatInfo()
229 if (cwork.repeatCount < 0) { in GetRepeatInfo()
233 workInfo.RequestRepeatCycle(cwork.repeatCycleTime, cwork.repeatCount); in GetRepeatInfo()
259 cwork.repeatCount = workInfo->GetCycleCount(); in ParseWorkInfo()
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/ecs/systems/
H A Danimation_playback.cpp77 void AnimationPlayback::SetRepeatCount(uint32_t repeatCount) in SetRepeatCount() argument
80 handle->repeatCount = repeatCount; in SetRepeatCount()
87 return handle->repeatCount; in GetRepeatCount()
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/include/data_type/
H A Dgltf_animation.h25 GLTFAnimation(const std::string& name, AnimationState state, int repeatCount = -1,
27 : name_(name), state_(state), repeatCount_(repeatCount), speed_(speed),

1234