Searched refs:DoStyleAnimation (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/drag_bar/ |
H A D | render_drag_bar.h | 101 void DoStyleAnimation(const Offset& left, const Offset& center, const Offset& right);
|
H A D | render_drag_bar.cpp | 171 DoStyleAnimation(leftPoint, centerPoint, rightPoint); in UpdateDrawPoint() 175 void RenderDragBar::DoStyleAnimation(const Offset& left, const Offset& center, const Offset& right) in DoStyleAnimation() function in OHOS::Ace::RenderDragBar
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/ |
H A D | drag_bar_pattern.h | 112 void DoStyleAnimation(
|
H A D | drag_bar_pattern.cpp | 189 DoStyleAnimation(leftPoint, centerPoint, rightPoint); in UpdateDrawPoint() 194 void DragBarPattern::DoStyleAnimation( in DoStyleAnimation() function in OHOS::Ace::NG::DragBarPattern
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/panel/ |
H A D | dragBar_pattern_test_ng.cpp | 386 dragBarPattern->DoStyleAnimation(leftPoint, centerPoint, rightPoint);
|