Home
last modified time | relevance | path

Searched refs:AppendBlankHeightAnimation (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/semi_modal/
H A Drender_semi_modal.h75 void AppendBlankHeightAnimation(double blankHeight);
H A Drender_semi_modal.cpp617 void RenderSemiModal::AppendBlankHeightAnimation(double blankHeight) in AppendBlankHeightAnimation() function in OHOS::Ace::RenderSemiModal
663 AppendBlankHeightAnimation(0.0); in AnimateToFullWindow()
698 AppendBlankHeightAnimation(blankHeight); in AnimateTo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/panel/
H A Drender_sliding_panel.h142 void AppendBlankHeightAnimation(double blankHeight, PanelMode mode);
H A Drender_sliding_panel.cpp515 void RenderSlidingPanel::AppendBlankHeightAnimation(double blankHeight, PanelMode mode) in AppendBlankHeightAnimation() function in OHOS::Ace::RenderSlidingPanel
557 AppendBlankHeightAnimation(blankHeight, mode); in AnimateTo()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/
H A Dsliding_panel_pattern.h116 void AppendBlankHeightAnimation(float targetLocation, PanelMode mode);
H A Dsliding_panel_pattern.cpp654 AppendBlankHeightAnimation(targetLocation, mode); in AnimateTo()
663 void SlidingPanelPattern::AppendBlankHeightAnimation(float targetLocation, PanelMode mode) in AppendBlankHeightAnimation() function in OHOS::Ace::NG::SlidingPanelPattern