Home
last modified time | relevance | path

Searched defs:SetScrollBarColor (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.h35 void SetScrollBarColor(const std::string& /* value */) override {}; in SetScrollBarColor() function
H A Dwater_flow_model_impl.h58 void SetScrollBarColor(const std::string& /* value */) override {}; in SetScrollBarColor() function
H A Dscroll_model_impl.cpp139 void ScrollModelImpl::SetScrollBarColor(const Color& color) in SetScrollBarColor() function in OHOS::Ace::Framework::ScrollModelImpl
H A Dgrid_model_impl.cpp110 void GridModelImpl::SetScrollBarColor(const std::string& value) in SetScrollBarColor() function in OHOS::Ace::Framework::GridModelImpl
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/grid_layout/
H A Dgrid_layout_component.cpp138 void GridLayoutComponent::SetScrollBarColor(const std::string& color) in SetScrollBarColor() function in OHOS::Ace::GridLayoutComponent
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_model_ng.cpp39 void ScrollableModelNG::SetScrollBarColor(const std::string& value) in SetScrollBarColor() function in OHOS::Ace::NG::ScrollableModelNG
210 void ScrollableModelNG::SetScrollBarColor(FrameNode* frameNode, const std::string& value) in SetScrollBarColor() function in OHOS::Ace::NG::ScrollableModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_component.h209 void SetScrollBarColor(const Color& scrollBarColor) in SetScrollBarColor() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/
H A Dscroll_model_ng.cpp404 void ScrollModelNG::SetScrollBarColor(const Color& color) in SetScrollBarColor() function in OHOS::Ace::NG::ScrollModelNG
476 void ScrollModelNG::SetScrollBarColor(FrameNode* frameNode, const Color& color) in SetScrollBarColor() function in OHOS::Ace::NG::ScrollModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_model_ng.cpp116 void GridModelNG::SetScrollBarColor(const std::string& value) in SetScrollBarColor() function in OHOS::Ace::NG::GridModelNG
434 void GridModelNG::SetScrollBarColor(FrameNode* frameNode, const Color& scrollBarColor) in SetScrollBarColor() function in OHOS::Ace::NG::GridModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
H A Dwater_flow_model_ng.cpp343 void WaterFlowModelNG::SetScrollBarColor(const std::string& value) in SetScrollBarColor() function in OHOS::Ace::NG::WaterFlowModelNG
348 void WaterFlowModelNG::SetScrollBarColor(FrameNode* frameNode, const std::string& value) in SetScrollBarColor() function in OHOS::Ace::NG::WaterFlowModelNG
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_scroll.cpp421 void JSScroll::SetScrollBarColor(const JSCallbackInfo& args) in SetScrollBarColor() function in OHOS::Ace::Framework::JSScroll
H A Djs_water_flow.cpp547 void JSWaterFlow::SetScrollBarColor(const JSCallbackInfo& info) in SetScrollBarColor() function in OHOS::Ace::Framework::JSWaterFlow
H A Djs_grid.cpp409 void JSGrid::SetScrollBarColor(const JSCallbackInfo& info) in SetScrollBarColor() function in OHOS::Ace::Framework::JSGrid
H A Djs_list.cpp147 void JSList::SetScrollBarColor(const JSCallbackInfo& info) in SetScrollBarColor() 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.cpp473 ArkUINativeModuleValue WaterFlowBridge::SetScrollBarColor(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetScrollBarColor() function in OHOS::Ace::NG::WaterFlowBridge
H A Darkts_native_grid_bridge.cpp313 ArkUINativeModuleValue GridBridge::SetScrollBarColor(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetScrollBarColor() function in OHOS::Ace::NG::GridBridge
H A Darkts_native_scroll_bridge.cpp256 ArkUINativeModuleValue ScrollBridge::SetScrollBarColor(ArkUIRuntimeCallInfo* runtimeCallInfo) in SetScrollBarColor() function in OHOS::Ace::NG::ScrollBridge
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_model_ng.cpp125 void ListModelNG::SetScrollBarColor(const std::string& value) in SetScrollBarColor() function in OHOS::Ace::NG::ListModelNG