Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_picker/
H A Dtextpicker_overscroll.h74 RefPtr<Curve> GetReboundCurve() const;
H A Dtextpicker_overscroll.cpp97 RefPtr<Curve> TextPickerOverscroller::GetReboundCurve() const in GetReboundCurve() function in OHOS::Ace::NG::TextPickerOverscroller
H A Dtextpicker_column_pattern.cpp1195 option.SetCurve(overscroller_.GetReboundCurve()); in CreateReboundAnimation()