Home
last modified time | relevance | path

Searched defs:FRICTION (Results 1 – 8 of 8) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dcurves.h39 static const RefPtr<CubicCurve> FRICTION; variable
H A Dcurves.cpp32 const RefPtr<CubicCurve> Curves::FRICTION = AceType::MakeRefPtr<CubicCurve>(0.2f, 0.0f, 0.2f, 1.0f); member in OHOS::Ace::Curves
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_bar_controller.cpp25 constexpr double FRICTION = 1.0; variable
H A Dscrollable.cpp36 constexpr double FRICTION = 0.6; variable
41 constexpr double FRICTION = 0.9; variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/text/
H A Dhm_symbol.h47 FRICTION = 3, enumerator
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable.cpp44 constexpr double FRICTION = 0.6; variable
52 constexpr double FRICTION = 0.9; variable
H A Dscrollable_pattern.h48 constexpr double FRICTION = 0.6; variable
53 constexpr double FRICTION = 0.9; variable
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/common/layout/
H A Dconstants.h563 FRICTION, enumerator