Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/side_bar/
H A Dside_bar_container_pattern.cpp63 const RefPtr<CubicCurve> SIDEBAR_CURVE = AceType::MakeRefPtr<CubicCurve>(0.2f, 0.2f, 0.1f, 1.0f); variable
789 option.SetCurve(SIDEBAR_CURVE); in DoAnimation()