Home
last modified time | relevance | path

Searched refs:expectedFrameRateRange (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/interfaces/
H A Dnode_transition_test.cpp135 ArkUI_ExpectedFrameRateRange expectedFrameRateRange = {0, 0, 0}; variable
164 ArkUI_ExpectedFrameRateRange expectedFrameRateRange = {0, 0, 0}; variable
287 ArkUI_ExpectedFrameRateRange expectedFrameRateRange = {0, 0, 0}; variable
317 ArkUI_ExpectedFrameRateRange expectedFrameRateRange = {0, 0, 0}; variable
440 ArkUI_ExpectedFrameRateRange expectedFrameRateRange = {0, 0, 0}; variable
470 ArkUI_ExpectedFrameRateRange expectedFrameRateRange = {0, 0, 0}; variable
593 ArkUI_ExpectedFrameRateRange expectedFrameRateRange = {0, 0, 0}; variable
623 ArkUI_ExpectedFrameRateRange expectedFrameRateRange = {0, 0, 0}; variable
746 ArkUI_ExpectedFrameRateRange expectedFrameRateRange = {0, 0, 0}; variable
776 ArkUI_ExpectedFrameRateRange expectedFrameRateRange = {0, 0, 0}; variable
[all …]
H A Danimate_impl_test.cpp647 ArkUI_ExpectedFrameRateRange* expectedFrameRateRange = new ArkUI_ExpectedFrameRateRange(); variable
649 option->expectedFrameRateRange = expectedFrameRateRange;
/ohos5.0/docs/zh-cn/application-dev/graphics/
H A Ddisplaysync-animation.md13 expectedFrameRateRange: { // 设置属性动画的帧率范围
30 expectedFrameRateRange: { // 设置显式动画的帧率范围
97 expectedFrameRateRange: { // 设置属性动画的帧率范围
121 expectedFrameRateRange: { // 设置显式动画的帧率范围
134 expectedFrameRateRange: { // 设置显式动画的帧率范围
/ohos5.0/foundation/arkui/ace_engine/interfaces/native/node/
H A Dnode_animate.cpp42 option->expectedFrameRateRange = nullptr; in OH_ArkUI_AnimateOption_Create()
52 if (option->expectedFrameRateRange != nullptr) { in OH_ArkUI_AnimateOption_Dispose()
53 delete option->expectedFrameRateRange; in OH_ArkUI_AnimateOption_Dispose()
54 option->expectedFrameRateRange = nullptr; in OH_ArkUI_AnimateOption_Dispose()
98 return option->expectedFrameRateRange; in OH_ArkUI_AnimateOption_GetExpectedFrameRateRange()
157 …option->expectedFrameRateRange = new ArkUI_ExpectedFrameRateRange { value->min, value->max, value-… in OH_ArkUI_AnimateOption_SetExpectedFrameRateRange()
325 option->expectedFrameRateRange = nullptr; in OH_ArkUI_AnimatorOption_Create()
332 if (option->expectedFrameRateRange) { in OH_ArkUI_AnimatorOption_Dispose()
333 delete option->expectedFrameRateRange; in OH_ArkUI_AnimatorOption_Dispose()
334 option->expectedFrameRateRange = nullptr; in OH_ArkUI_AnimatorOption_Dispose()
[all …]
H A Dnode_transition.cpp114 if (effectOption->animation->expectedFrameRateRange) { in ConvertToEffectOption()
115 toEffectOption->animation.expectedFrameRateRange = in ConvertToEffectOption()
116 … reinterpret_cast<ArkUIExpectedFrameRateRange*>(effectOption->animation->expectedFrameRateRange); in ConvertToEffectOption()
118 toEffectOption->animation.expectedFrameRateRange = nullptr; in ConvertToEffectOption()
H A Danimate_impl.cpp44 if (option->expectedFrameRateRange) { in AnimateTo()
45 animateOption.expectedFrameRateRange = in AnimateTo()
46 reinterpret_cast<ArkUIExpectedFrameRateRange*>(option->expectedFrameRateRange); in AnimateTo()
121 if (option->expectedFrameRateRange) { in ConvertAnimatorOption()
123 animatorOption->expectedFrameRateRange = { option->expectedFrameRateRange->min, in ConvertAnimatorOption()
124 option->expectedFrameRateRange->max, option->expectedFrameRateRange->expected }; in ConvertAnimatorOption()
H A Danimate_impl.h37 ArkUI_ExpectedFrameRateRange* expectedFrameRateRange; member
87 ArkUI_ExpectedFrameRateRange* expectedFrameRateRange; member
/ohos5.0/docs/en/application-dev/graphics/
H A Ddisplaysync-animation.md13 expectedFrameRateRange: { // Set the frame rate range of the property animation.
30 expectedFrameRateRange: { // Set the frame rate range of the explicit animation.
97 expectedFrameRateRange: { // Set the frame rate range of the property animation.
121 expectedFrameRateRange: { // Set the frame rate range of the explicit animation.
134 expectedFrameRateRange: { // Set the frame rate range of the explicit animation.
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_animate.cpp220 if (option.expectedFrameRateRange) { in AnimateTo()
221 …RateRange> frameRateRange = AceType::MakeRefPtr<FrameRateRange>(option.expectedFrameRateRange->min, in AnimateTo()
222 option.expectedFrameRateRange->max, option.expectedFrameRateRange->expected); in AnimateTo()
365 …FrameRateRange frameRateRange { option->expectedFrameRateRange.min, option->expectedFrameRateRange in ParseAnimatorOption()
366 option->expectedFrameRateRange.expected }; in ParseAnimatorOption()
H A Dnode_common_modifier.cpp6072 if (animation.expectedFrameRateRange) { in ParseTransition()
6074 AceType::MakeRefPtr<FrameRateRange>(animation.expectedFrameRateRange->min, in ParseTransition()
6075 … animation.expectedFrameRateRange->max, animation.expectedFrameRateRange->expected); in ParseTransition()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-explicit-animation.md49 | expectedFrameRateRange<sup>11+</sup> | [ExpectedFrameRateRange](#expectedframeraterange11) | 否 …
142 expectedFrameRateRange: {
H A Dts-animatorproperty.md104 expectedFrameRateRange: {
/ohos5.0/docs/en/application-dev/reference/apis-arkui/arkui-ts/
H A Dts-animatorproperty.md67 expectedFrameRateRange: {
H A Dts-explicit-animation.md39 | expectedFrameRateRange<sup>11+</sup> | [ExpectedFrameRateRange](#expectedframeraterange11) | No…
123 expectedFrameRateRange: {
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/arkoala/
H A Darkoala_api.h1221 ArkUIExpectedFrameRateRange* expectedFrameRateRange; member
1354 ArkUIExpectedFrameRateRange expectedFrameRateRange; member
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkui/
H A Djs-apis-arkui-UIContext.md269 expectedFrameRateRange: {
/ohos5.0/docs/en/application-dev/reference/apis-arkui/
H A Djs-apis-arkui-UIContext.md269 expectedFrameRateRange: {