Home
last modified time | relevance | path

Searched refs:ScaleAnimation (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/overlay/
H A Dsheet_drag_bar_pattern.cpp131 void SheetDragBarPattern::ScaleAnimation(bool isDown) in ScaleAnimation() function in OHOS::Ace::NG::SheetDragBarPattern
190 ScaleAnimation(true); in HandleTouchDown()
196 ScaleAnimation(false); in HandleTouchUp()
H A Dsheet_drag_bar_pattern.h61 void ScaleAnimation(bool isDown);
H A Doverlay_manager.cpp912 ctx->ScaleAnimation(option, theme->GetScaleStart(), theme->GetScaleEnd()); in OpenDialogAnimation()
964 ctx->ScaleAnimation(option, theme->GetScaleEnd(), theme->GetScaleStart()); in CloseDialogAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_context.h315 virtual void ScaleAnimation(const AnimationOption& option, double begin, double end) {} in ScaleAnimation() function
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/overlay/
H A Dsheet_coverage_test_ng.cpp177 dragBarPattern->ScaleAnimation(isDown);
181 dragBarPattern->ScaleAnimation(isDown);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/
H A Drosen_render_context.h311 void ScaleAnimation(const AnimationOption& option, double begin, double end) override;
H A Drosen_render_context.cpp2354 void RosenRenderContext::ScaleAnimation(const AnimationOption& option, double begin, double end) in ScaleAnimation() function in OHOS::Ace::NG::RosenRenderContext