Home
last modified time | relevance | path

Searched refs:SetFriction (Results 1 - 25 of 58) sorted by relevance

123

/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/
H A Dscrollable_fling_test_ng.cpp96 * Get object scrollable and Call the SetFriction method in HWTEST_F()
107 scrollable->SetFriction(friction); in HWTEST_F()
181 * Get object scrollable and Call the SetFriction method in HWTEST_F()
192 scrollable->SetFriction(friction); in HWTEST_F()
268 * Get object scrollable and Call the SetFriction method in HWTEST_F()
279 scrollable->SetFriction(friction); in HWTEST_F()
365 * Get object scrollable and Call the SetFriction method in HWTEST_F()
376 scrollable->SetFriction(friction); in HWTEST_F()
452 * Get object scrollable and Call the SetFriction method in HWTEST_F()
463 scrollable->SetFriction(frictio in HWTEST_F()
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_refresh_ffi.cpp58 RefreshModel::GetInstance()->SetFriction(friction); in FfiOHOSAceFrameworkRefreshCreate()
106 RefreshModel::GetInstance()->SetFriction(friction); in FfiOHOSAceFrameworkRefreshCreateWithChangeEvent()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Drefresh_model_impl.cpp80 void RefreshModelImpl::SetFriction(int32_t friction) in SetFriction() function in OHOS::Ace::Framework::RefreshModelImpl
85 component->SetFriction(friction); in SetFriction()
H A Drefresh_model_impl.h35 void SetFriction(int32_t friction) override;
H A Dscroll_model_impl.h52 void SetFriction(double friction) override {};
H A Dwater_flow_model_impl.h53 void SetFriction(double friction) override {};
H A Dgrid_model_impl.h51 void SetFriction(double friction) override {};
H A Dlist_model_impl.h57 void SetFriction(double friction) override {};
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/
H A Dscroll_model_ng.h55 void SetFriction(double friction) override;
68 static void SetFriction(FrameNode* frameNode, double friction);
H A Dscroll_model_ng.cpp322 void ScrollModelNG::SetFriction(FrameNode* frameNode, double friction) in SetFriction() function in OHOS::Ace::NG::ScrollModelNG
327 pattern->SetFriction(friction); in SetFriction()
429 void ScrollModelNG::SetFriction(double friction) in SetFriction() function in OHOS::Ace::NG::ScrollModelNG
435 pattern->SetFriction(friction); in SetFriction()
H A Dscroll_model.h62 virtual void SetFriction(double friction) = 0;
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_scroll.h50 static void SetFriction(const JSCallbackInfo& info);
H A Djs_water_flow.h41 static void SetFriction(const JSCallbackInfo& info);
H A Djs_grid.h60 static void SetFriction(const JSCallbackInfo& info);
H A Djs_list.h78 static void SetFriction(const JSCallbackInfo& info);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_model_ng.cpp192 void GridModelNG::SetFriction(double friction) in SetFriction() function in OHOS::Ace::NG::GridModelNG
198 pattern->SetFriction(friction); in SetFriction()
496 void GridModelNG::SetFriction(FrameNode* frameNode, double friction) in SetFriction() function in OHOS::Ace::NG::GridModelNG
501 pattern->SetFriction(FRICTION); in SetFriction()
503 pattern->SetFriction(friction); in SetFriction()
H A Dgrid_model_ng.h57 void SetFriction(double friction) override;
101 static void SetFriction(FrameNode* frameNode, double friction);
H A Dgrid_model.h65 virtual void SetFriction(double friction) = 0;
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dgrid_modifier.cpp330 void SetFriction(ArkUINodeHandle node, ArkUI_Float32 friction) in SetFriction() function
334 GridModelNG::SetFriction(frameNode, friction); in SetFriction()
342 GridModelNG::SetFriction(frameNode, friction); in ResetFriction()
496 SetFriction, ResetFriction, GetColumnsTemplate, GetRowsTemplate, GetColumnsGap, GetRowsGap, SetNodeAdapter, in GetGridModifier()
512 ResetNestedScroll, SetEnableScroll, ResetEnableScroll, SetFriction, ResetFriction, GetColumnsTemplate, in GetCJUIGridModifier()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
H A Dwater_flow_model_ng.h56 void SetFriction(double friction) override;
79 static void SetFriction(FrameNode* frameNode, double friction);
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_water_flow_bridge.h40 static ArkUINativeModuleValue SetFriction(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_grid_bridge.h62 static ArkUINativeModuleValue SetFriction(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_scroll_bridge.h28 static ArkUINativeModuleValue SetFriction(ArkUIRuntimeCallInfo* runtimeCallInfo);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/
H A Drefresh_model.h40 virtual void SetFriction(int32_t friction) = 0;
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_model.h65 virtual void SetFriction(double friction) = 0;

Completed in 10 milliseconds

123