Home
last modified time | relevance | path

Searched refs:SetScrollBarWidth (Results 1 - 25 of 48) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_model_ng.h34 static void SetScrollBarWidth(const std::string& value);
52 static void SetScrollBarWidth(FrameNode* frameNode, const std::string& value);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_view.h37 static void SetScrollBarWidth(const Dimension& value);
H A Dgrid_model_ng.h43 void SetScrollBarWidth(const std::string& value) override;
86 static void SetScrollBarWidth(FrameNode* frameNode, const Dimension& scrollBarWidth);
H A Dgrid_model.h51 virtual void SetScrollBarWidth(const std::string& value) = 0;
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dscroll_model_impl.cpp129 void ScrollModelImpl::SetScrollBarWidth(const Dimension& dimension) in SetScrollBarWidth() function in OHOS::Ace::Framework::ScrollModelImpl
131 JSViewSetProperty(&ScrollComponent::SetScrollBarWidth, dimension); in SetScrollBarWidth()
H A Dscroll_model_impl.h45 void SetScrollBarWidth(const Dimension& dimension) override;
H A Dwater_flow_model_impl.h59 void SetScrollBarWidth(const std::string& /* value */) override {};
H A Dgrid_model_impl.h37 void SetScrollBarWidth(const std::string& value) override;
H A Dlist_model_impl.h36 void SetScrollBarWidth(const std::string& /* value */) override {};
H A Dgrid_model_impl.cpp115 void GridModelImpl::SetScrollBarWidth(const std::string& value) in SetScrollBarWidth() function in OHOS::Ace::Framework::GridModelImpl
120 grid->SetScrollBarWidth(value); in SetScrollBarWidth()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/
H A Dscroll_model_ng.h48 void SetScrollBarWidth(const Dimension& dimension) override;
79 static void SetScrollBarWidth(FrameNode* frameNode, const Dimension& dimension);
H A Dscroll_model.h55 virtual void SetScrollBarWidth(const Dimension& dimension) = 0;
/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll/
H A Dscroll_inner_layout_test_ng.cpp204 model.SetScrollBarWidth(Dimension(BAR_WIDTH)); in HWTEST_F()
257 model.SetScrollBarWidth(Dimension(BAR_WIDTH)); in HWTEST_F()
308 model.SetScrollBarWidth(Dimension(BAR_WIDTH)); in HWTEST_F()
341 model.SetScrollBarWidth(AceType::RawPtr(frameNode_), Dimension(BAR_WIDTH)); in HWTEST_F()
351 model.SetScrollBarWidth(AceType::RawPtr(frameNode_), Dimension(SCROLL_HEIGHT + 1)); in HWTEST_F()
363 model.SetScrollBarWidth(AceType::RawPtr(frameNode_), Dimension(barWidth)); in HWTEST_F()
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_scroll.h43 static void SetScrollBarWidth(const JSCallbackInfo& args);
H A Djs_water_flow.h52 static void SetScrollBarWidth(const JSCallbackInfo& scrollWidth);
H A Djs_grid.h38 static void SetScrollBarWidth(const JSCallbackInfo& scrollWidth);
H A Djs_list.h61 static void SetScrollBarWidth(const JSCallbackInfo& scrollWidth);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
H A Dwater_flow_model_ng.h62 void SetScrollBarWidth(const std::string& value) override;
96 static void SetScrollBarWidth(FrameNode* frameNode, const std::string& value);
H A Dwater_flow_model.h83 virtual void SetScrollBarWidth(const std::string& value) = 0;
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_water_flow_bridge.h48 static ArkUINativeModuleValue SetScrollBarWidth(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_grid_bridge.h34 static ArkUINativeModuleValue SetScrollBarWidth(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_scroll_bridge.h38 static ArkUINativeModuleValue SetScrollBarWidth(ArkUIRuntimeCallInfo* runtimeCallInfo);
/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Dgrid_layout_component.cpp143 void GridLayoutComponent::SetScrollBarWidth(const std::string& width) in SetScrollBarWidth() function in OHOS::Ace::GridLayoutComponent
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_model.h44 virtual void SetScrollBarWidth(const std::string& value) = 0;
/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/
H A Dwater_flow_component.h46 void SetScrollBarWidth(const std::string& width);

Completed in 8 milliseconds

12