/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
H A D | scroll_bar_theme.h | 30 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 D | scroll_component.cpp | 35 void ScrollComponent::InitScrollBar(const RefPtr<ScrollBarTheme>& theme, const std::pair<bool, Colo… in InitScrollBar()
|
H A D | scroll_component.h | 44 …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 D | scroll_model.h | 28 class ScrollBarTheme; variable 52 …virtual void InitScrollBar(const RefPtr<ScrollBarTheme>& theme, const std::pair<bool, Color>& colo…
|
H A D | scroll_model_ng.h | 45 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 D | js_scrollable.cpp | 67 auto theme = pipelineContext->GetTheme<ScrollBarTheme>(); in ParseBarColor() 86 auto theme = pipelineContext->GetTheme<ScrollBarTheme>(); in ParseBarWidth()
|
H A D | js_scroll.cpp | 120 …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 D | scrollable_paint_property.cpp | 73 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 D | dom_div.cpp | 324 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 D | dom_stack.cpp | 138 …scroll_->InitScrollBar(GetTheme<ScrollBarTheme>(), overflowStyle.scrollBarColor, overflowStyle.scr… in CompositeComponents()
|
H A D | dom_list.cpp | 295 RefPtr<ScrollBarTheme> scrollBarTheme = GetTheme<ScrollBarTheme>(); in ResetInitializedStyle()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/ |
H A D | text_input_base.cpp | 33 if (type == ScrollBarTheme::TypeId()) { in SetUpTestSuite() 34 return AceType::MakeRefPtr<ScrollBarTheme>(); in SetUpTestSuite()
|
H A D | text_input_wordbreak_test.cpp | 143 if (type == ScrollBarTheme::TypeId()) { in SetUpTestSuite() 144 return AceType::MakeRefPtr<ScrollBarTheme>(); in SetUpTestSuite()
|
H A D | text_area_menu_test.cpp | 137 if (type == ScrollBarTheme::TypeId()) { in SetUpTestSuite() 138 return AceType::MakeRefPtr<ScrollBarTheme>(); in SetUpTestSuite()
|
H A D | text_input_area_model_test.cpp | 149 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 D | theme_manager_impl.cpp | 108 { ScrollBarTheme::TypeId(), &ThemeBuildFunc<ScrollBarTheme::Builder> },
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | scroll_model_impl.h | 42 void InitScrollBar(const RefPtr<ScrollBarTheme>& theme, const std::pair<bool, Color>& color,
|
H A D | scroll_model_impl.cpp | 119 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 D | cj_scroll_ffi.cpp | 136 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 D | scroll_bar_layout_algorithm.cpp | 49 auto theme = pipelineContext->GetTheme<ScrollBarTheme>(); in UpdateIdealSize()
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_field/ |
H A D | text_field_test.cpp | 112 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 D | scroll_bar_test_ng.cpp | 41 auto scrollBarTheme = ScrollBarTheme::Builder().Build(themeConstants); in SetUpTestSuite()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/scroll/inner/ |
H A D | scroll_bar.cpp | 52 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 D | scroll_bar.h | 356 void SetHoverWidth(const RefPtr<ScrollBarTheme>& theme);
|
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/scrollable/ |
H A D | scrollable_cover_test_ng.cpp | 86 auto scrollBarTheme = ScrollBarTheme::Builder().Build(themeConstants); in SetUpMockThemeManager() 166 auto scrollBarTheme = themeManager->GetTheme<ScrollBarTheme>(); 206 auto scrollBarTheme = themeManager->GetTheme<ScrollBarTheme>();
|