Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/refresh/
H A Drefresh_test_ng.h34 constexpr int32_t DEFAULT_FRICTION_RATIO = 62; variable
36 constexpr float RATIO = DEFAULT_FRICTION_RATIO * PERCENT;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/refresh/
H A Drefresh_component.h29 inline constexpr int32_t DEFAULT_FRICTION_RATIO = 62; variable
31 inline constexpr int32_t DEFAULT_FRICTION_RATIO = 42; variable
280 int32_t friction_ = DEFAULT_FRICTION_RATIO;
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/
H A Drefresh_model_ng.cpp37 constexpr int32_t DEFAULT_FRICTION_RATIO = 62; variable
60 ACE_UPDATE_LAYOUT_PROPERTY(RefreshLayoutProperty, Friction, DEFAULT_FRICTION_RATIO); in Create()
77 layoutProperty->UpdateFriction(DEFAULT_FRICTION_RATIO); in CreateFrameNode()