Home
last modified time | relevance | path

Searched refs:SMOOTH (Results 1 – 19 of 19) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dcurves.cpp36 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 Dcurves.h43 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 Doutput_controller.cpp80 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 Doutput_controller.h57 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 Doutput_controller_test.cpp139 controller->SetControlMode(OutputController::ControlMode::SMOOTH);
199 controller->SetControlMode(OutputController::ControlMode::SMOOTH);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/
H A Ddialog_component.cpp438 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 Dstepper_animation_controller.cpp131 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 Dchart_component.h154 static const char * const SMOOTH; variable
H A Dchart_component.cpp37 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 Dpage_transition_option.cpp475 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 Dswiper_attr_test_ng.cpp568 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 Ddscreen_output_test.cpp266 plugin->controller_->SetControlMode(OutputController::ControlMode::SMOOTH);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_animate.cpp47 OHOS::Ace::Curves::SMOOTH,
H A Dnode_scroll_modifier.cpp57 Curves::SMOOTH, Curves::FRICTION };
H A Dnode_swiper_modifier.cpp111 OHOS::Ace::Curves::SMOOTH,
H A Dnode_common_modifier.cpp124 OHOS::Ace::Curves::SMOOTH,
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/utils/
H A Dutils.cpp261 { DOM_ANIMATION_TIMING_FUNCTION_SMOOTH, Curves::SMOOTH }, in CreateBuiltinCurve()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-media-kit/
H A Djs-apis-media.md1553 | 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 Djs-apis-media.md1552 …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…