Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/
H A Drefresh_pattern.cpp61 const RefPtr<Curve> DEFAULT_CURVE = AceType::MakeRefPtr<CubicCurve>(0.2f, 0.0f, 0.1f, 1.0f); variable
870 option.SetCurve(DEFAULT_CURVE); in QuickFirstChildAppear()
880 option.SetCurve(DEFAULT_CURVE); in QuickFirstChildDisappear()
1014 option.SetCurve(DEFAULT_CURVE); in LoadingProgressRefreshingAnimation()
1026 option.SetCurve(DEFAULT_CURVE); in LoadingProgressExit()
1066 option.SetCurve(DEFAULT_CURVE); in CustomBuilderRefreshingAnimation()
1079 option.SetCurve(DEFAULT_CURVE); in CustomBuilderExit()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_swiper.cpp49 const auto DEFAULT_CURVE = AceType::MakeRefPtr<InterpolatingSpring>(-1, 1, 328, 34); variable
857 RefPtr<Curve> curve = DEFAULT_CURVE; in SetCurve()
861 curve = DEFAULT_CURVE; in SetCurve()