/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_refresh_ffi.cpp | 27 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 D | friction_motion.cpp | 29 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 D | scroll_layout_test_ng.cpp | 36 double friction = -1; in HWTEST_F() local
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/ |
H A D | scrollable_fling_test_ng.cpp | 102 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 D | scrollable_test_ng.cpp | 1279 float friction = 0.6f; in HWTEST_F() local
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_refresh.cpp | 157 auto friction = paramObject->GetProperty("friction"); in Create() local 299 void JSRefresh::ParsFrictionData(const JsiRef<JsiValue>& friction) in ParsFrictionData() argument
|
H A D | js_scroll.cpp | 488 double friction = -1.0; in SetFriction() local
|
H A D | js_animator.cpp | 433 double friction = info[0]->ToNumber<double>(); in HandleFrictionMotion() local
|
H A D | js_water_flow.cpp | 385 double friction = -1.0; in SetFriction() local
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | refresh_model_impl.cpp | 80 void RefreshModelImpl::SetFriction(int32_t friction) in SetFriction() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/ |
H A D | refresh_model_ng.cpp | 97 void RefreshModelNG::SetFriction(int32_t friction) in SetFriction() argument
|
/foundation/arkui/ace_engine/frameworks/core/components_v2/indexer/ |
H A D | render_popup_list.cpp | 356 double friction = easing ? RenderScroll::CalculateFriction((overscrollPast - std::abs(offset)) / viewPortHeight_) in AdjustOffset() local
|
/foundation/arkui/ace_engine/frameworks/core/components/refresh/ |
H A D | render_refresh.cpp | 459 double friction = GetFriction(std::abs(scrollableOffset_.GetY() / height)); in GetOffset() local
|
H A D | refresh_component.h | 228 void SetFriction(int32_t friction) in SetFriction() argument
|
/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/ |
H A D | render_tab_content.cpp | 355 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 D | scroll_model_ng.cpp | 322 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 D | render_list_item.cpp | 409 double friction = GetFriction(); in HandleDragEnd() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/ |
H A D | grid_model_ng.cpp | 192 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 D | layout_manager.h | 270 void SetFriction(double friction) in SetFriction() argument
|
H A D | list_layout_manager.cpp | 306 double friction = 0.0; in AdjustLayoutParam() local
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/ |
H A D | arkts_native_scroll_bridge.cpp | 128 double friction = FRICTION_DEFAULT; in SetFriction() local
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/ |
H A D | water_flow_pattern.cpp | 57 auto friction = CalculateFriction(std::abs(overScroll) / GetMainContentSize()); in UpdateCurrentOffset() local
|
H A D | water_flow_model_ng.cpp | 278 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 D | scrollable.cpp | 654 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 D | list_item_pattern.cpp | 778 float friction = GetFriction(); in HandleDragEnd() local
|