/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/ |
H A D | curves.cpp | 36 const RefPtr<CubicCurve> Curves::SMOOTH = AceType::MakeRefPtr<CubicCurve>(0.4f, 0.0f, 0.4f, 1.0f); member in OHOS::Ace::Curves 50 { Curves::SMOOTH, "Curves.Smooth" }, { Curves::LINEAR, "Curves.Linear" } }; in ToString()
|
H A D | curves.h | 43 static const RefPtr<CubicCurve> SMOOTH; variable
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_output/output_control/src/ |
H A D | output_controller.cpp | 80 if (GetControlMode() == ControlMode::SMOOTH) { in PrepareControl() 282 SetControlMode(ControlMode::SMOOTH); in CheckSyncInfo() 287 if (GetControlMode() == ControlMode::SMOOTH && isAFrameNumberExist && isAPtsExist) { in CheckSyncInfo() 334 if (GetControlMode() == ControlMode::SMOOTH) { in CheckIsClockInvalid() 401 … TRUE_RETURN_V_MSG_D((ret == DH_AVT_SUCCESS || GetControlMode() == ControlMode::SMOOTH), false, in WaitRereadClockFailed() 477 if (GetControlMode() == ControlMode::SMOOTH) { in SyncClock()
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/plugins/av_trans_output/output_control/include/ |
H A D | output_controller.h | 57 SMOOTH, enumerator 146 std::atomic<ControlMode> mode_ {ControlMode::SMOOTH};
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/test/av_trans_output/output_control_test/ |
H A D | output_controller_test.cpp | 139 controller->SetControlMode(OutputController::ControlMode::SMOOTH); 199 controller->SetControlMode(OutputController::ControlMode::SMOOTH);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/ |
H A D | dialog_component.cpp | 438 scaleAnimationOut->SetCurve(Curves::SMOOTH); in BuildAnimation() 447 opacityAnimationOut->SetCurve(Curves::SMOOTH); in BuildAnimation() 501 scaleAnimationOut->SetCurve(Curves::SMOOTH); in BuildAnimationForPhone() 510 opacityAnimationOut->SetCurve(Curves::SMOOTH); in BuildAnimationForPhone()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/stepper/ |
H A D | stepper_animation_controller.cpp | 131 0, TO_INDEX_OPACITY_DURATION, Curves::SMOOTH, [weak](double value) { in CreateOpacityAnimation()
|
/ohos5.0/foundation/arkui/ace_engine_lite/frameworks/src/core/components/ |
H A D | chart_component.h | 154 static const char * const SMOOTH; variable
|
H A D | chart_component.cpp | 37 const char * const ChartComponent::SMOOTH = "smooth"; member in OHOS::ACELite::ChartComponent 792 styleName = const_cast<char *>(SMOOTH); in RecordOptionsSeriesLineStyle()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
H A D | page_transition_option.cpp | 475 contentInOption_.SetCurve(Curves::SMOOTH); in CreateTransitionInOption() 492 contentOutOption_.SetCurve(Curves::SMOOTH); in CreateTransitionOutOption()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/swiper/ |
H A D | swiper_attr_test_ng.cpp | 568 CreateWithItem([](SwiperModelNG model) { model.SetCurve(Curves::SMOOTH); }); in __anon6dbdd6e31e02() 569 EXPECT_EQ(pattern_->GetCurve(), Curves::SMOOTH);
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/av_transport/av_trans_engine/plugin/test/av_trans_output/dscreen_output_test/ |
H A D | dscreen_output_test.cpp | 266 plugin->controller_->SetControlMode(OutputController::ControlMode::SMOOTH);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_animate.cpp | 47 OHOS::Ace::Curves::SMOOTH,
|
H A D | node_scroll_modifier.cpp | 57 Curves::SMOOTH, Curves::FRICTION };
|
H A D | node_swiper_modifier.cpp | 111 OHOS::Ace::Curves::SMOOTH,
|
H A D | node_common_modifier.cpp | 124 OHOS::Ace::Curves::SMOOTH,
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/utils/ |
H A D | utils.cpp | 261 { DOM_ANIMATION_TIMING_FUNCTION_SMOOTH, Curves::SMOOTH }, in CreateBuiltinCurve()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-media-kit/ |
H A D | js-apis-media.md | 1553 | mode | [SwitchMode](#switchmode12) | 否 | 切换视频轨道模式,默认为SMOOTH模式,**仅在DASH协议网络流视频轨切换时生效**,其他场景当前暂… 2934 | SMOOTH | 0 | 表示切换后视频平滑播放,该模式切换存在延迟,不会立即生效。<br>**原子化服务API:** 从API version 12开始,该接口支持在原子化服务中使用。 |
|
/ohos5.0/docs/en/application-dev/reference/apis-media-kit/ |
H A D | js-apis-media.md | 1552 …e](#switchmode12) | No | Video track switch mode. The default mode is **SMOOTH**. This parameter … 2929 | SMOOTH | 0 | Smooth playback is ensured after the switching. This mode has a delay, that is, t…
|