Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Drender_text_overlay.cpp1158 …RefPtr<KeyframeAnimation<Dimension>> strokeWidthAnimation = AceType::MakeRefPtr<KeyframeAnimation<… in BuildAndStartMoreButtonAnimation() local
1162 BuildStrokeWidthAnimation(strokeWidthAnimation, STROKE_MIN_WIDTH, STROKE_MAX_WIDTH, true); in BuildAndStartMoreButtonAnimation()
1166 BuildStrokeWidthAnimation(strokeWidthAnimation, STROKE_MAX_WIDTH, STROKE_MIN_WIDTH, false); in BuildAndStartMoreButtonAnimation()
1186 controller_->AddInterpolator(strokeWidthAnimation); in BuildAndStartMoreButtonAnimation()