Home
last modified time | relevance | path

Searched refs:ScrollBarTheme (Results 1 – 25 of 41) sorted by relevance

12

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Dscroll_bar_theme.h30 class ScrollBarTheme : public virtual Theme {
31 DECLARE_ACE_TYPE(ScrollBarTheme, Theme);
39 RefPtr<ScrollBarTheme> Build(const RefPtr<ThemeConstants>& themeConstants) const in Build()
41 RefPtr<ScrollBarTheme> theme = AceType::Claim(new ScrollBarTheme()); in Build()
50 …void ParsePattern(const RefPtr<ThemeConstants>& themeConstants, const RefPtr<ScrollBarTheme>& them… in ParsePattern()
76 ~ScrollBarTheme() override = default;
144 ScrollBarTheme() = default;
H A Dscroll_component.cpp35 void ScrollComponent::InitScrollBar(const RefPtr<ScrollBarTheme>& theme, const std::pair<bool, Colo… in InitScrollBar()
H A Dscroll_component.h44 …void InitScrollBar(const RefPtr<ScrollBarTheme>& theme, const std::pair<bool, Color>& scrollBarCol…
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/
H A Dscroll_model.h28 class ScrollBarTheme; variable
52 …virtual void InitScrollBar(const RefPtr<ScrollBarTheme>& theme, const std::pair<bool, Color>& colo…
H A Dscroll_model_ng.h45 void InitScrollBar(const RefPtr<ScrollBarTheme>& theme, const std::pair<bool, Color>& color,
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_scrollable.cpp67 auto theme = pipelineContext->GetTheme<ScrollBarTheme>(); in ParseBarColor()
86 auto theme = pipelineContext->GetTheme<ScrollBarTheme>(); in ParseBarWidth()
H A Djs_scroll.cpp120 …ScrollModel::GetInstance()->InitScrollBar(GetTheme<ScrollBarTheme>(), barColor, barWidth, EdgeEffe… in Create()
407 auto theme = pipelineContext->GetTheme<ScrollBarTheme>(); in SetScrollBarWidth()
425 auto theme = pipelineContext->GetTheme<ScrollBarTheme>(); in SetScrollBarColor()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scrollable/
H A Dscrollable_paint_property.cpp73 auto scrollBarTheme = themeManager->GetTheme<ScrollBarTheme>(); in GetBarColor()
86 auto scrollBarTheme = themeManager->GetTheme<ScrollBarTheme>(); in GetBarWidth()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/
H A Ddom_div.cpp324 scroll_->InitScrollBar(GetTheme<ScrollBarTheme>(), overflowStyle.scrollBarColor, in OnMounted()
349 scroll_->InitScrollBar(GetTheme<ScrollBarTheme>(), overflowStyle.scrollBarColor, in OnMounted()
361 scroll_->InitScrollBar(GetTheme<ScrollBarTheme>(), overflowStyle.scrollBarColor, in OnMounted()
551 scroll_->InitScrollBar(GetTheme<ScrollBarTheme>(), overflowStyle.scrollBarColor, in CompositeComponents()
558 scroll_->InitScrollBar(GetTheme<ScrollBarTheme>(), overflowStyle.scrollBarColor, in CompositeComponents()
584 …scroll_->InitScrollBar(GetTheme<ScrollBarTheme>(), overflowStyle.scrollBarColor, overflowStyle.scr… in CompositeComponents()
H A Ddom_stack.cpp138 …scroll_->InitScrollBar(GetTheme<ScrollBarTheme>(), overflowStyle.scrollBarColor, overflowStyle.scr… in CompositeComponents()
H A Ddom_list.cpp295 RefPtr<ScrollBarTheme> scrollBarTheme = GetTheme<ScrollBarTheme>(); in ResetInitializedStyle()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_input_base.cpp33 if (type == ScrollBarTheme::TypeId()) { in SetUpTestSuite()
34 return AceType::MakeRefPtr<ScrollBarTheme>(); in SetUpTestSuite()
H A Dtext_input_wordbreak_test.cpp143 if (type == ScrollBarTheme::TypeId()) { in SetUpTestSuite()
144 return AceType::MakeRefPtr<ScrollBarTheme>(); in SetUpTestSuite()
H A Dtext_area_menu_test.cpp137 if (type == ScrollBarTheme::TypeId()) { in SetUpTestSuite()
138 return AceType::MakeRefPtr<ScrollBarTheme>(); in SetUpTestSuite()
H A Dtext_input_area_model_test.cpp149 if (type == ScrollBarTheme::TypeId()) { in SetUpTestSuite()
150 return AceType::MakeRefPtr<ScrollBarTheme>(); in SetUpTestSuite()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/theme/
H A Dtheme_manager_impl.cpp108 { ScrollBarTheme::TypeId(), &ThemeBuildFunc<ScrollBarTheme::Builder> },
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/
H A Dscroll_model_impl.h42 void InitScrollBar(const RefPtr<ScrollBarTheme>& theme, const std::pair<bool, Color>& color,
H A Dscroll_model_impl.cpp119 void ScrollModelImpl::InitScrollBar(const RefPtr<ScrollBarTheme>& theme, const std::pair<bool, Colo… in InitScrollBar()
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_scroll_ffi.cpp136 auto theme = pipelineContext->GetTheme<ScrollBarTheme>(); in FfiOHOSAceFrameworkScrollCreate()
160 auto theme = pipelineContext->GetTheme<ScrollBarTheme>(); in FfiOHOSAceFrameworkScrollCreate()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll_bar/
H A Dscroll_bar_layout_algorithm.cpp49 auto theme = pipelineContext->GetTheme<ScrollBarTheme>(); in UpdateIdealSize()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_field/
H A Dtext_field_test.cpp112 if (type == ScrollBarTheme::TypeId()) { in SetUpTestSuite()
113 return AceType::MakeRefPtr<ScrollBarTheme>(); in SetUpTestSuite()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scroll_bar/
H A Dscroll_bar_test_ng.cpp41 auto scrollBarTheme = ScrollBarTheme::Builder().Build(themeConstants); in SetUpTestSuite()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/inner/
H A Dscroll_bar.cpp52 auto theme = pipelineContext->GetTheme<ScrollBarTheme>(); in InitTheme()
536 auto theme = pipelineContext->GetTheme<ScrollBarTheme>(); in CalcReservedHeight()
924 void ScrollBar::SetHoverWidth(const RefPtr<ScrollBarTheme>& theme) in SetHoverWidth()
H A Dscroll_bar.h356 void SetHoverWidth(const RefPtr<ScrollBarTheme>& theme);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/
H A Dscrollable_cover_test_ng.cpp86 auto scrollBarTheme = ScrollBarTheme::Builder().Build(themeConstants); in SetUpMockThemeManager()
166 auto scrollBarTheme = themeManager->GetTheme<ScrollBarTheme>();
206 auto scrollBarTheme = themeManager->GetTheme<ScrollBarTheme>();

12