/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_view_context.cpp | 214 JSRef<JSFunc> jsAnimateToFunc, const std::optional<int32_t>& count, bool immediately) in StartAnimationForStageMode() argument 219 …option, immediately ? AnimationInterface::ANIMATE_TO_IMMEDIATELY : AnimationInterface::ANIMATE_TO,… in StartAnimationForStageMode() 240 immediately ? AnimationInterface::ANIMATE_TO_IMMEDIATELY : AnimationInterface::ANIMATE_TO); in StartAnimationForStageMode() 247 if (immediately) { in StartAnimationForStageMode() 257 JSRef<JSFunc> jsAnimateToFunc, const std::optional<int32_t>& count, bool immediately) in StartAnimateToForFaMode() argument 278 if (immediately) { in StartAnimateToForFaMode() 639 void JSViewContext::AnimateToInner(const JSCallbackInfo& info, bool immediately) in AnimateToInner() argument 645 const char* funcName = immediately ? "animateToImmediately" : "animateTo"; in AnimateToInner() 726 immediately]() mutable { in AnimateToInner() 732 … StartAnimationForStageMode(pipelineContext, option, func, count, immediately); in AnimateToInner() [all …]
|
H A D | js_view_context.h | 40 static void AnimateToInner(const JSCallbackInfo& info, bool immediately);
|
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/ |
H A D | ts-explicit-animatetoimmediately.md | 3 …tiple property animations are loaded at once, you can call this API to immediately execute the tra… 16 Delivers an explicit animation immediately.
|
/ohos5.0/docs/en/application-dev/arkts-utils/ |
H A D | arkts-module-side-effects.md | 9 When a module is imported, the top-level code in the entire module file is executed immediately, no… 12 console.log ("Module loaded!"); // The code is executed immediately after being imported, which may… 43 …nd execute the code only when necessary, instead of executing the code immediately when the module… 101 … or method and executed only when necessary, instead of being executed immediately when the module… 183 … or method and executed only when necessary, instead of being executed immediately when the module… 297 … or method and executed only when necessary, instead of being executed immediately when the module…
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_view_context_ffi.cpp | 58 void (*callback)(), const std::function<void()>& onFinishEvent, bool immediately) in AnimateToForStageMode() argument 103 if (immediately) { in AnimateToForStageMode()
|
/ohos5.0/docs/en/device-dev/kernel/ |
H A D | kernel-small-debug-shell-cmd-reboot.md | 21 After the **reboot** command is executed, the device restarts immediately.
|
H A D | kernel-small-debug-shell-cmd-reset.md | 21 After the **reset** command is executed, the device restarts immediately.
|
H A D | kernel-small-apx-library.md | 207 …andle immediately after successfully invoking **mmap** for mapping. In the OpenHarmony kernel, you… 230 …close(fd); /* OpenHarmony does not support closing fd immediately after the mapping is successful…
|
/ohos5.0/docs/en/application-dev/database/ |
H A D | sync-app-data-across-devices-overview.md | 27 …eleted, or modified on a device, other devices in the same network can immediately obtain the upda… 31 …a device, other devices in the same network may not obtain the updates immediately. However, data …
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_animate.cpp | 125 … const std::function<void()>& onFinishFunc, const std::optional<int32_t>& count, bool immediately) in AnimateToInner() argument 137 …option, immediately ? AnimationInterface::ANIMATE_TO_IMMEDIATELY : AnimationInterface::ANIMATE_TO,… in AnimateToInner() 166 immediately ? AnimationInterface::ANIMATE_TO_IMMEDIATELY : AnimationInterface::ANIMATE_TO); in AnimateToInner() 195 if (immediately) { in AnimateToInner()
|
H A D | node_animate.h | 25 const std::function<void()>& onFinishFunc, bool immediately);
|
/ohos5.0/docs/en/design/ux-design/ |
H A D | multimodal-slider.md | 18 - The slider should respond to user operations immediately.
|
H A D | multimodal-bubble.md | 14 - Show bubbles immediately upon user access.
|
/ohos5.0/docs/en/application-dev/reference/common/ |
H A D | js-apis-timer.md | 28 … the default value 0 is used, indicating that the function is executed immediately (in the next ev… 158 Although a 0 ms delay is specified for **setTimeout**, the task is not executed immediately. Instea… 161 …eater than 2147483647 ms (about 24.8 days), overflow occurs, and the timer is executed immediately.
|
/ohos5.0/docs/en/application-dev/dfx/ |
H A D | hiappevent-watcher-mainthreadjank-events.md | 21 … new log files may fail to be written. Therefore, delete the log files immediately after they are …
|
H A D | hiappevent-watcher-address-sanitizer-events.md | 20 … new log files may fail to be written. Therefore, delete the log files immediately after they are …
|
H A D | hiappevent-watcher-freeze-events.md | 30 … new log files may fail to be written. Therefore, delete the log files immediately after they are …
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.3.3/ |
H A D | changelogs-press-style.md | 26 …**\<List>**), it will enter the pressed state when swiped on, and then immediately exit that state.
|
/ohos5.0/docs/en/application-dev/quick-start/ |
H A D | arkts-new-event.md | 103 …immediately. However, the process of synchronizing the change from the parent component to the chi…
|
/ohos5.0/docs/en/application-dev/ui/ |
H A D | arkts-user-defined-extension-attributeUpdater.md | 32 …tribute** will store the latest settings within the current object and immediately trigger an upda… 39 …tribute object. Modifying attributes directly through this object will immediately trigger an upda…
|
H A D | arkts-animation-smoothing.md | 4 …immediately to changes in user behavior. For example, if the user swipes up to exit in the midst o…
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.1.3.2/ |
H A D | changelogs-default-focus.md | 13 …irst focusable non-container component on a page will not obtain focus immediately when the page o… 51 API version 11 and later versions: After a button is clicked, the text box loses focus immediately.…
|
/ohos5.0/docs/en/application-dev/network/ |
H A D | net-netfirewall.md | 24 4. Putting interception rules into effect immediately after delivery (This function is applicable o… 28 3. Putting interception rules into effect immediately after delivery (This function is applicable o…
|
/ohos5.0/docs/en/application-dev/security/CryptoArchitectureKit/ |
H A D | crypto-rsa-sign-sig-verify-pkcs1.md | 22 …- If a small amount of data is to be signed, call **Sign.sign()** immediately after **Sign.init()*… 37 - If the data to be verified is short, call **Verify.verify()** immediately after **Verify.init()**.
|
/ohos5.0/commonlibrary/c_utils/docs/en/ |
H A D | c_utils_thread_pool.md | 21 …d a Task to task queue. If Start() has never been called, the Task will be executed immediately. |
|