Home
last modified time | relevance | path

Searched refs:DoStyleAnimation (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/drag_bar/
H A Drender_drag_bar.h101 void DoStyleAnimation(const Offset& left, const Offset& center, const Offset& right);
H A Drender_drag_bar.cpp171 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 Ddrag_bar_pattern.h112 void DoStyleAnimation(
H A Ddrag_bar_pattern.cpp189 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 DdragBar_pattern_test_ng.cpp386 dragBarPattern->DoStyleAnimation(leftPoint, centerPoint, rightPoint);