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 D | sheet_drag_bar_pattern.cpp | 131 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 D | sheet_drag_bar_pattern.h | 61 void ScaleAnimation(bool isDown);
|
H A D | overlay_manager.cpp | 912 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 D | render_context.h | 315 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 D | sheet_coverage_test_ng.cpp | 177 dragBarPattern->ScaleAnimation(isDown); 181 dragBarPattern->ScaleAnimation(isDown);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/adapter/ |
H A D | rosen_render_context.h | 311 void ScaleAnimation(const AnimationOption& option, double begin, double end) override;
|
H A D | rosen_render_context.cpp | 2354 void RosenRenderContext::ScaleAnimation(const AnimationOption& option, double begin, double end) in ScaleAnimation() function in OHOS::Ace::NG::RosenRenderContext
|