Home
last modified time | relevance | path

Searched refs:centerAnimation (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/panel/
H A Ddrag_bar_pattern.cpp214 auto centerAnimation = in DoStyleAnimation() local
216centerAnimation->AddListener([weak = AceType::WeakClaim(this)](const OffsetT<Dimension>& value) { in DoStyleAnimation()
232 barStyleAnimator_->AddInterpolator(centerAnimation); in DoStyleAnimation()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/drag_bar/
H A Drender_drag_bar.cpp188 …auto centerAnimation = AceType::MakeRefPtr<CurveAnimation<Offset>>(barCenterPoint_, center, Curves… in DoStyleAnimation() local
189 centerAnimation->AddListener([weak = AceType::WeakClaim(this)](const Offset& value) { in DoStyleAnimation()
204 barStyleController_->AddInterpolator(centerAnimation); in DoStyleAnimation()