Home
last modified time | relevance | path

Searched defs:SetScrollBarWidth (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dlist_model_impl.h36 void SetScrollBarWidth(const std::string& /* value */) override {}; in SetScrollBarWidth() function
H A Dwater_flow_model_impl.h59 void SetScrollBarWidth(const std::string& /* value */) override {}; in SetScrollBarWidth() function
H A Dscroll_model_impl.cpp134 void ScrollModelImpl::SetScrollBarWidth(const Dimension& dimension) in SetScrollBarWidth() function in OHOS::Ace::Framework::ScrollModelImpl
H A Dgrid_model_impl.cpp118 void GridModelImpl::SetScrollBarWidth(const std::string& value) in SetScrollBarWidth() function in OHOS::Ace::Framework::GridModelImpl
/ohos5.0/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
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_model_ng.cpp44 void ScrollableModelNG::SetScrollBarWidth(const std::string& value) in SetScrollBarWidth() function in OHOS::Ace::NG::ScrollableModelNG
204 void ScrollableModelNG::SetScrollBarWidth(FrameNode* frameNode, const std::string& value) in SetScrollBarWidth() function in OHOS::Ace::NG::ScrollableModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_component.h217 void SetScrollBarWidth(const Dimension& scrollBarWidth) in SetScrollBarWidth() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/
H A Dscroll_model_ng.cpp392 void ScrollModelNG::SetScrollBarWidth(const Dimension& dimension) in SetScrollBarWidth() function in OHOS::Ace::NG::ScrollModelNG
481 void ScrollModelNG::SetScrollBarWidth(FrameNode* frameNode, const Dimension& dimension) in SetScrollBarWidth() function in OHOS::Ace::NG::ScrollModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_model_ng.cpp121 void GridModelNG::SetScrollBarWidth(const std::string& value) in SetScrollBarWidth() function in OHOS::Ace::NG::GridModelNG
429 void GridModelNG::SetScrollBarWidth(FrameNode* frameNode, const Dimension& scrollBarWidth) in SetScrollBarWidth() function in OHOS::Ace::NG::GridModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
H A Dwater_flow_model_ng.cpp360 void WaterFlowModelNG::SetScrollBarWidth(const std::string& value) in SetScrollBarWidth() function in OHOS::Ace::NG::WaterFlowModelNG
365 void WaterFlowModelNG::SetScrollBarWidth(FrameNode* frameNode, const std::string& value) in SetScrollBarWidth() function in OHOS::Ace::NG::WaterFlowModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_scroll.cpp403 void JSScroll::SetScrollBarWidth(const JSCallbackInfo& args) in SetScrollBarWidth() function in OHOS::Ace::Framework::JSScroll
H A Djs_water_flow.cpp555 void JSWaterFlow::SetScrollBarWidth(const JSCallbackInfo& scrollWidth) in SetScrollBarWidth() function in OHOS::Ace::Framework::JSWaterFlow
H A Djs_grid.cpp417 void JSGrid::SetScrollBarWidth(const JSCallbackInfo& scrollWidth) in SetScrollBarWidth() function in OHOS::Ace::Framework::JSGrid
H A Djs_list.cpp155 void JSList::SetScrollBarWidth(const JSCallbackInfo& scrollWidth) in SetScrollBarWidth() function in OHOS::Ace::Framework::JSList
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_water_flow_bridge.cpp443 ArkUINativeModuleValue WaterFlowBridge::SetScrollBarWidth(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetScrollBarWidth() function in OHOS::Ace::NG::WaterFlowBridge
H A Darkts_native_grid_bridge.cpp281 ArkUINativeModuleValue GridBridge::SetScrollBarWidth(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetScrollBarWidth() function in OHOS::Ace::NG::GridBridge
H A Darkts_native_scroll_bridge.cpp283 ArkUINativeModuleValue ScrollBridge::SetScrollBarWidth(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetScrollBarWidth() function in OHOS::Ace::NG::ScrollBridge
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_model_ng.cpp129 void ListModelNG::SetScrollBarWidth(const std::string& value) in SetScrollBarWidth() function in OHOS::Ace::NG::ListModelNG