Home
last modified time | relevance | path

Searched defs:friction (Results 1 - 25 of 48) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_refresh_ffi.cpp27 void FfiOHOSAceFrameworkRefreshCreate(bool refreshing, double offsetValue, int32_t offsetUnit, int32_t friction) in FfiOHOSAceFrameworkRefreshCreate() argument
64 FfiOHOSAceFrameworkRefreshCreateWithChangeEvent(bool refreshing, double offsetValue, int32_t offsetUnit, int32_t friction, void (*callback)(bool isRefreshing)) FfiOHOSAceFrameworkRefreshCreateWithChangeEvent() argument
/foundation/arkui/ace_engine/frameworks/core/animation/
H A Dfriction_motion.cpp29 FrictionMotion::FrictionMotion(double friction, double initPosition, double initVelocity) in FrictionMotion() argument
34 void FrictionMotion::Reset(double friction, double initPosition, double initVelocity, double threshold) in Reset() argument
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll/
H A Dscroll_layout_test_ng.cpp36 double friction = -1; in HWTEST_F() local
/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/
H A Dscrollable_fling_test_ng.cpp102 float friction = 0.6f; in HWTEST_F() local
187 float friction = 0.6f; in HWTEST_F() local
274 float friction in HWTEST_F() local
371 float friction = 0.6f; HWTEST_F() local
458 float friction = 0.6f; HWTEST_F() local
548 float friction = 0.6f; HWTEST_F() local
626 float friction = 0.6f; HWTEST_F() local
716 float friction = 0.6f; HWTEST_F() local
804 float friction = 0.6f; HWTEST_F() local
896 float friction = 0.6f; HWTEST_F() local
981 float friction = 0.9f; HWTEST_F() local
1017 float friction = 0.9f; HWTEST_F() local
1102 float friction = 0.9f; HWTEST_F() local
1189 float friction = 0.9f; HWTEST_F() local
1286 float friction = 0.9f; HWTEST_F() local
1373 float friction = 0.9f; HWTEST_F() local
1463 float friction = 0.9f; HWTEST_F() local
1541 float friction = 0.6f; HWTEST_F() local
[all...]
H A Dscrollable_test_ng.cpp1279 float friction = 0.6f; in HWTEST_F() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_refresh.cpp157 auto friction = paramObject->GetProperty("friction"); in Create() local
299 void JSRefresh::ParsFrictionData(const JsiRef<JsiValue>& friction) in ParsFrictionData() argument
H A Djs_scroll.cpp488 double friction = -1.0; in SetFriction() local
H A Djs_animator.cpp433 double friction = info[0]->ToNumber<double>(); in HandleFrictionMotion() local
H A Djs_water_flow.cpp385 double friction = -1.0; in SetFriction() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Drefresh_model_impl.cpp80 void RefreshModelImpl::SetFriction(int32_t friction) in SetFriction() argument
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/
H A Drefresh_model_ng.cpp97 void RefreshModelNG::SetFriction(int32_t friction) in SetFriction() argument
/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/
H A Drender_popup_list.cpp356 double friction = easing ? RenderScroll::CalculateFriction((overscrollPast - std::abs(offset)) / viewPortHeight_) in AdjustOffset() local
/foundation/arkui/ace_engine/frameworks/core/components/refresh/
H A Drender_refresh.cpp459 double friction = GetFriction(std::abs(scrollableOffset_.GetY() / height)); in GetOffset() local
H A Drefresh_component.h228 void SetFriction(int32_t friction) in SetFriction() argument
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Drender_tab_content.cpp355 double friction = GetFriction(std::abs(scrollOffset_) / contentHeight_); in GetOffset() local
360 double friction = GetFriction(std::abs(scrollOffset_) / contentWidth_); in GetOffset() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/
H A Dscroll_model_ng.cpp322 void ScrollModelNG::SetFriction(FrameNode* frameNode, double friction) in SetFriction() argument
429 void ScrollModelNG::SetFriction(double friction) in SetFriction() argument
/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list_item.cpp409 double friction = GetFriction(); in HandleDragEnd() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_model_ng.cpp192 void GridModelNG::SetFriction(double friction) in SetFriction() argument
496 void GridModelNG::SetFriction(FrameNode* frameNode, double friction) in SetFriction() argument
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlayout_manager.h270 void SetFriction(double friction) in SetFriction() argument
H A Dlist_layout_manager.cpp306 double friction = 0.0; in AdjustLayoutParam() local
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_scroll_bridge.cpp128 double friction = FRICTION_DEFAULT; in SetFriction() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
H A Dwater_flow_pattern.cpp57 auto friction = CalculateFriction(std::abs(overScroll) / GetMainContentSize()); in UpdateCurrentOffset() local
H A Dwater_flow_model_ng.cpp278 void WaterFlowModelNG::SetFriction(double friction) in SetFriction() argument
491 void WaterFlowModelNG::SetFriction(FrameNode* frameNode, double friction) in SetFriction() argument
/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscrollable.cpp654 double friction = friction_ > 0 ? friction_ : sFriction_; in StartScrollAnimation() local
799 double friction = friction_ > 0 ? friction_ : sFriction_; in FixScrollMotion() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_item_pattern.cpp778 float friction = GetFriction(); in HandleDragEnd() local

Completed in 30 milliseconds

12