Searched refs:customCurve (Results 1 – 14 of 14) sorted by relevance
37 } else if (auto customCurve = AceType::DynamicCast<CustomCurve>(curve)) { in ToNativeCurve() local38 return Rosen::RSAnimationTimingCurve::CreateCustomCurve(customCurve->interpolateFunc_); in ToNativeCurve()
269 ## Curves.customCurve<sup>10+</sup>271 customCurve(interpolate: (fraction: number) => number): ICurve298 let curve = curves.customCurve(interpolate) // 创建一个用户自定义插值曲线
6422 不支持springCurve,springMotion,responsiveSpringMotion,interpolatingSpring customCurve动画曲线。6626 不支持springCurve,springMotion,responsiveSpringMotion,interpolatingSpring customCurve动画曲线
309 auto customCurve = curve->ToString(); in ParseCurves() local310 curveObj->SetProperty(runtime, "__curveString", runtime->NewString(customCurve)); in ParseCurves()
269 ## Curves.customCurve<sup>10+</sup>271 customCurve(interpolate: (fraction: number) => number): ICurve298 let curve = curves.customCurve(interpolate) // Create a custom interpolation curve.
6073 …*springMotion**, **responsiveSpringMotion**, and **interpolatingSpring customCurve** curves are no…6277 …*springMotion**, **responsiveSpringMotion**, and **interpolatingSpring customCurve** curves are no…
391 auto curve = impl->getAnimation()->customCurve(interpolate, userData); in CustomCurve()
126 … auto customCurve = RSAnimationTimingCurve::CreateCustomCurve([](float input) { return input; }); in RsAnimationTimingCurveFuzzTest() local
3051 ArkUICurveHandle (*customCurve)( member
4881 ArkUICurveHandle (*customCurve)( member
96 |新增|NA|类名:curves;<br>方法or属性:function customCurve(interpolate: (fraction: number) => number): ICurve…
96 |Added|NA|Class name: curves;<br>Method or attribute name: function customCurve(interpolate: (fract…
106 |新增|NA|类名:curves;<br>方法or属性:function customCurve(interpolate: (fraction: number) => number): ICurve…
106 |Added|NA|Class name: curves;<br>Method or attribute name: function customCurve(interpolate: (fract…