Home
last modified time | relevance | path

Searched refs:animationDuration_ (Results 1 - 20 of 20) sorted by relevance

/foundation/arkui/ace_engine/frameworks/core/components/data_panel/
H A Ddata_panel_component.h186 return animationDuration_; in GetAnimationDuration()
191 animationDuration_ = animationDuration; in SetAnimationDuration()
206 double animationDuration_ = -1.0; member in OHOS::Ace::DataPanelComponent
/foundation/arkui/ace_engine/frameworks/core/animation/test/unittest/framework/
H A Danimation_framework_test.cpp172 flushEventMock_->animationDuration_ = duration; in InitBasicAnimationDirectionPropertyTest()
213 flushEventMock_->animationDuration_ = duration; in InitBasicPropertyTest()
259 if (flushEventMock_->animationDuration_ == 0) { in RunAndCheckBasicPropertyTestInterpolateValue()
368 flushEventMock_->animationDuration_ = duration; in InitAnimationAndAnimator()
396 flushEventMock_->animationDuration_ = duration; in HWTEST_F()
435 flushEventMock_->animationDuration_ = duration; in HWTEST_F()
479 flushEventMock_->animationDuration_ = duration; in HWTEST_F()
526 flushEventMock_->animationDuration_ = duration; in HWTEST_F()
840 flushEventMock_->animationDuration_ = duration; in HWTEST_F()
871 flushEventMock_->animationDuration_ in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/test/mock/core/animation/
H A Dmock_animation.h60 int32_t animationDuration_ { 0 };
H A Dmock_animation.cpp29 animator_->SetDuration(animationDuration_); in OnPostFlush()
/foundation/arkui/ace_engine/test/unittest/core/pattern/tabs/
H A Dtabs_attr_test_ng.cpp142 EXPECT_EQ(tabBarPattern_->animationDuration_, -1); in HWTEST_F()
164 EXPECT_EQ(tabBarPattern_->animationDuration_, 500); in HWTEST_F()
1166 tabBarPattern_->animationDuration_.reset(); in HWTEST_F()
1170 tabBarPattern_->animationDuration_.reset(); in HWTEST_F()
1174 tabBarPattern_->animationDuration_.reset(); in HWTEST_F()
1183 tabBarPattern_->animationDuration_.reset(); in HWTEST_F()
1187 tabBarPattern_->animationDuration_.reset(); in HWTEST_F()
1191 tabBarPattern_->animationDuration_.reset(); in HWTEST_F()
1196 tabBarPattern_->animationDuration_.reset(); in HWTEST_F()
1200 tabBarPattern_->animationDuration_ in HWTEST_F()
[all...]
H A Dtab_bar_event_test_ng.cpp914 tabBarPattern_->animationDuration_ = 3; in HWTEST_F()
964 tabBarPattern_->animationDuration_ = 3; in HWTEST_F()
H A Dtabs_sub_tab_bar_style_test_ng.cpp120 EXPECT_EQ(tabBarPattern_->animationDuration_, -1); in HWTEST_F()
140 EXPECT_EQ(tabBarPattern_->animationDuration_, 500); in HWTEST_F()
H A Dtab_bar_test_ng.cpp485 tabBarPattern_->animationDuration_ = animation_test; in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/dot_indicator/
H A Ddot_indicator_modifier.cpp540 optionHead.SetDuration(animationDuration_); in UpdateAllPointCenterXAnimation()
545 optionTail.SetDuration(animationDuration_); in UpdateAllPointCenterXAnimation()
622 option.SetDuration(animationDuration_); in PlayBlackPointsAnimation()
663 return static_cast<int32_t>(static_cast<float>(animationDuration_) * LOOP_TRANSLATE_DURATION_PERCENT); in GetLoopTranslateDuration()
672 return static_cast<int32_t>(static_cast<float>(animationDuration_) * LOOP_OPACITY_DURATION_PERCENT); in GetLoopOpacityDuration()
770 optionHead.SetDuration(animationDuration_); in PlayLongPointAnimation()
777 optionTail.SetDuration(animationDuration_); in PlayLongPointAnimation()
H A Ddot_indicator_modifier.h277 animationDuration_ = duration; in SetAnimationDuration()
359 int32_t animationDuration_ = 0; member in OHOS::Ace::NG::DotIndicatorModifier
H A Doverlength_dot_indicator_modifier.cpp230 return animationDuration_; in GetBlackPointsAnimationDuration()
/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_chart.h226 double animationDuration_ = -1.0; member in OHOS::Ace::Framework::DOMChart
H A Ddom_chart.cpp71 chart.animationDuration_ = StringToDouble(val); in SetSpecializedAttr()
375 dataPanelChild_->SetAnimationDuration(animationDuration_); in PrepareSpecializedComponent()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/tabs/
H A Dtab_bar_pattern.h221 animationDuration_ = animationDuration; in SetAnimationDuration()
465 return animationDuration_; in GetAnimationDuration()
659 std::optional<int32_t> animationDuration_; member in OHOS::Ace::NG::TabBarPattern
H A Dtab_bar_pattern.cpp3108 if (animationDuration_.has_value() && animationDuration_.value() >= 0) { in UpdateAnimationDuration()
3128 (!animationDuration_.has_value() && Container::LessThanAPIVersion(PlatformVersion::VERSION_ELEVEN))) { in UpdateAnimationDuration()
3141 animationDuration_.has_value() in DumpAdvanceInfo()
3142 ? DumpLog::GetInstance().AddDesc("animationDuration:" + std::to_string(animationDuration_.value())) in DumpAdvanceInfo()
3275 animationDuration_.has_value() ? std::to_string(animationDuration_.value()).c_str() : "null"); in DumpAdvanceInfo()
/foundation/window/window_manager/window_scene/session/container/src/zidl/
H A Dsession_stage_stub.cpp173 SceneAnimationConfig config { .rsTransaction_ = transaction, .animationDuration_ = animationDuration }; in HandleUpdateRect()
181 SceneAnimationConfig config { .rsTransaction_ = nullptr, .animationDuration_ = animationDuration }; in HandleUpdateRect()
H A Dsession_stage_proxy.cpp160 if (!data.WriteInt32(config.animationDuration_)) { in UpdateRect()
/foundation/window/window_manager/window_scene/interfaces/include/
H A Dws_common.h605 int32_t animationDuration_ = ROTATE_ANIMATION_DURATION; member
/foundation/window/window_manager/wm/src/
H A Dwindow_session_impl.cpp679 wmReason, config.rsTransaction_ != nullptr, config.animationDuration_, in UpdateRect()
712 protocol.SetDuration(config.animationDuration_); in UpdateRectForRotation()
/foundation/window/window_manager/window_scene/session/host/src/
H A Dsession.cpp949 SceneAnimationConfig config { .rsTransaction_ = rsTransaction, .animationDuration_ = rotateAnimationDuration }; in UpdateRect()

Completed in 41 milliseconds