/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/ |
H A D | scrollable_fling_test_ng.cpp | 96 * 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 D | cj_refresh_ffi.cpp | 58 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 D | refresh_model_impl.cpp | 80 void RefreshModelImpl::SetFriction(int32_t friction) in SetFriction() function in OHOS::Ace::Framework::RefreshModelImpl 85 component->SetFriction(friction); in SetFriction()
|
H A D | refresh_model_impl.h | 35 void SetFriction(int32_t friction) override;
|
H A D | scroll_model_impl.h | 52 void SetFriction(double friction) override {};
|
H A D | water_flow_model_impl.h | 53 void SetFriction(double friction) override {};
|
H A D | grid_model_impl.h | 51 void SetFriction(double friction) override {};
|
H A D | list_model_impl.h | 57 void SetFriction(double friction) override {};
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/ |
H A D | scroll_model_ng.h | 55 void SetFriction(double friction) override; 68 static void SetFriction(FrameNode* frameNode, double friction);
|
H A D | scroll_model_ng.cpp | 322 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 D | scroll_model.h | 62 virtual void SetFriction(double friction) = 0;
|
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
H A D | js_scroll.h | 50 static void SetFriction(const JSCallbackInfo& info);
|
H A D | js_water_flow.h | 41 static void SetFriction(const JSCallbackInfo& info);
|
H A D | js_grid.h | 60 static void SetFriction(const JSCallbackInfo& info);
|
H A D | js_list.h | 78 static void SetFriction(const JSCallbackInfo& info);
|
/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() 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 D | grid_model_ng.h | 57 void SetFriction(double friction) override; 101 static void SetFriction(FrameNode* frameNode, double friction);
|
H A D | grid_model.h | 65 virtual void SetFriction(double friction) = 0;
|
/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | grid_modifier.cpp | 330 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 D | water_flow_model_ng.h | 56 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 D | arkts_native_water_flow_bridge.h | 40 static ArkUINativeModuleValue SetFriction(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_grid_bridge.h | 62 static ArkUINativeModuleValue SetFriction(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
H A D | arkts_native_scroll_bridge.h | 28 static ArkUINativeModuleValue SetFriction(ArkUIRuntimeCallInfo* runtimeCallInfo);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/refresh/ |
H A D | refresh_model.h | 40 virtual void SetFriction(int32_t friction) = 0;
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
H A D | list_model.h | 65 virtual void SetFriction(double friction) = 0;
|