Home
last modified time | relevance | path

Searched refs:SetScrollBarColor (Results 1 - 25 of 47) sorted by relevance

12

/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ark_theme/theme_apply/
H A Djs_scroll_theme.h33 ScrollModel::GetInstance()->SetScrollBarColor(themeColors->CompFocusedTertiary()); in ApplyTheme()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_model_ng.h33 static void SetScrollBarColor(const std::string& value);
53 static void SetScrollBarColor(FrameNode* frameNode, const std::string& value);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/
H A Dgrid_view.h36 static void SetScrollBarColor(const Color& value);
H A Dgrid_model_ng.h42 void SetScrollBarColor(const std::string& value) override;
87 static void SetScrollBarColor(FrameNode* frameNode, const Color& scrollBarColor);
H A Dgrid_model.h50 virtual void SetScrollBarColor(const std::string& value) = 0;
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dscroll_model_impl.cpp134 void ScrollModelImpl::SetScrollBarColor(const Color& color) in SetScrollBarColor() function in OHOS::Ace::Framework::ScrollModelImpl
136 JSViewSetProperty(&ScrollComponent::SetScrollBarColor, color); in SetScrollBarColor()
H A Dscroll_model_impl.h46 void SetScrollBarColor(const Color& color) override;
H A Dwater_flow_model_impl.h58 void SetScrollBarColor(const std::string& /* value */) override {};
H A Dgrid_model_impl.h36 void SetScrollBarColor(const std::string& value) override;
H A Dlist_model_impl.h35 void SetScrollBarColor(const std::string& /* value */) override {};
H A Dgrid_model_impl.cpp107 void GridModelImpl::SetScrollBarColor(const std::string& value) in SetScrollBarColor() function in OHOS::Ace::Framework::GridModelImpl
112 grid->SetScrollBarColor(value); in SetScrollBarColor()
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/
H A Dscroll_model_ng.h49 void SetScrollBarColor(const Color& color) override;
77 static void SetScrollBarColor(FrameNode* frameNode, const Color& color);
H A Dscroll_model.h56 virtual void SetScrollBarColor(const Color& color) = 0;
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_scroll.h42 static void SetScrollBarColor(const JSCallbackInfo& args);
H A Djs_water_flow.h51 static void SetScrollBarColor(const JSCallbackInfo& info);
H A Djs_grid.h37 static void SetScrollBarColor(const JSCallbackInfo& info);
H A Djs_list.h60 static void SetScrollBarColor(const JSCallbackInfo& info);
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/waterflow/
H A Dwater_flow_model_ng.h61 void SetScrollBarColor(const std::string& value) override;
94 static void SetScrollBarColor(FrameNode* frameNode, const std::string& value);
H A Dwater_flow_model.h82 virtual void SetScrollBarColor(const std::string& value) = 0;
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_water_flow_bridge.h50 static ArkUINativeModuleValue SetScrollBarColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_grid_bridge.h36 static ArkUINativeModuleValue SetScrollBarColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
H A Darkts_native_scroll_bridge.h36 static ArkUINativeModuleValue SetScrollBarColor(ArkUIRuntimeCallInfo* runtimeCallInfo);
/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
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/
H A Dlist_model.h43 virtual void SetScrollBarColor(const std::string& value) = 0;
/foundation/arkui/ace_engine/frameworks/core/components_v2/water_flow/
H A Dwater_flow_component.h45 void SetScrollBarColor(const std::string& color);

Completed in 7 milliseconds

12