/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/models/ |
H A D | scroll_model_impl.cpp | 35 auto scrollComponent = AceType::MakeRefPtr<OHOS::Ace::ScrollComponent>(child); in Create() 59 JSViewSetProperty(&ScrollComponent::SetAxisDirection, axis); in SetAxis() 64 JSViewSetProperty(&ScrollComponent::SetOnScrollBegin, std::move(event)); in SetOnScrollBegin() 82 JSViewSetProperty(&ScrollComponent::SetOnScroll, std::move(onScroll)); in SetOnScroll() 100 JSViewSetProperty(&ScrollComponent::SetOnScrollEdge, std::move(onScrollEdge)); in SetOnScrollEdge() 110 JSViewSetProperty(&ScrollComponent::SetOnScrollEnd, std::move(onScrollEnd)); in SetOnScrollEnd() 116 JSViewSetProperty(&ScrollComponent::SetScrollBarProxy, scrollBarProxy); in SetScrollBarProxy() 136 JSViewSetProperty(&ScrollComponent::SetScrollBarWidth, dimension); in SetScrollBarWidth() 141 JSViewSetProperty(&ScrollComponent::SetScrollBarColor, color); in SetScrollBarColor() 161 JSViewSetProperty(&ScrollComponent::SetHasWidth, hasWidth); in SetHasWidth() [all …]
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/ |
H A D | scroll_component.cpp | 23 ScrollComponent::ScrollComponent(const RefPtr<Component>& child) : SoleChildComponent(child) {} in ScrollComponent() function in OHOS::Ace::ScrollComponent 25 RefPtr<Element> ScrollComponent::CreateElement() in CreateElement() 30 RefPtr<RenderNode> ScrollComponent::CreateRenderNode() in CreateRenderNode() 35 void ScrollComponent::InitScrollBar(const RefPtr<ScrollBarTheme>& theme, const std::pair<bool, Colo… in InitScrollBar()
|
H A D | scroll_component.h | 34 class ACE_EXPORT ScrollComponent : public SoleChildComponent { 35 DECLARE_ACE_TYPE(ScrollComponent, SoleChildComponent); 38 explicit ScrollComponent(const RefPtr<Component>& child); 39 ~ScrollComponent() override = default;
|
H A D | scroll_element.cpp | 25 RefPtr<ScrollComponent> scroll = AceType::DynamicCast<ScrollComponent>(component_); in PerformBuild()
|
H A D | render_single_child_scroll.cpp | 29 RefPtr<ScrollComponent> scroll = AceType::DynamicCast<ScrollComponent>(component); in Update()
|
H A D | render_scroll.cpp | 840 auto scroll = AceType::DynamicCast<ScrollComponent>(component); in Update()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
H A D | dom_stack.h | 39 const RefPtr<ScrollComponent>& GetScrollComponent() const override in GetScrollComponent() 70 RefPtr<ScrollComponent> scroll_;
|
H A D | dom_div.h | 42 const RefPtr<ScrollComponent>& GetScrollComponent() const override in GetScrollComponent() 114 RefPtr<ScrollComponent> scroll_;
|
H A D | dom_div.cpp | 318 scroll_ = AceType::MakeRefPtr<ScrollComponent>(child); in OnMounted() 347 scroll_ = AceType::MakeRefPtr<ScrollComponent>(child); in OnMounted() 359 scroll_ = AceType::MakeRefPtr<ScrollComponent>(child); in OnMounted() 549 scroll_ = AceType::MakeRefPtr<ScrollComponent>(focusCollaboration); in CompositeComponents() 555 scroll_ = AceType::MakeRefPtr<ScrollComponent>(focusCollaboration); in CompositeComponents() 582 scroll_ = AceType::MakeRefPtr<ScrollComponent>(child); in CompositeComponents()
|
H A D | dom_stack.cpp | 137 scroll_ = AceType::MakeRefPtr<ScrollComponent>(rootChild); in CompositeComponents()
|
H A D | dom_stepper_item.cpp | 171 auto scroll = AceType::MakeRefPtr<ScrollComponent>(flexComponent_); in CompositeSpecializedComponent()
|
H A D | dom_node.h | 86 virtual const RefPtr<ScrollComponent>& GetScrollComponent() const in GetScrollComponent() 890 RefPtr<ScrollComponent> scrollComponent_;
|
H A D | dom_node.cpp | 1585 scrollComponent_ = AceType::MakeRefPtr<ScrollComponent>(nullptr); in PrepareScrollComponent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/action_sheet/ |
H A D | action_sheet_component.cpp | 60 auto scroll = AceType::MakeRefPtr<ScrollComponent>(focusCollaboration); in BuildChild() 140 auto scroll = AceType::MakeRefPtr<ScrollComponent>(content_); in BuildContent()
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/select_popup/ |
H A D | select_popup_component.cpp | 216 RefPtr<BoxComponent> SelectPopupComponent::InitializeInnerBox(const RefPtr<ScrollComponent>& scroll) in InitializeInnerBox() 311 RefPtr<ScrollComponent> scroll = AceType::MakeRefPtr<ScrollComponent>(column); in Initialize()
|
H A D | select_popup_component.h | 298 RefPtr<BoxComponent> InitializeInnerBox(const RefPtr<ScrollComponent>& scroll);
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/ |
H A D | view_stack_processor.cpp | 182 RefPtr<ScrollComponent> ViewStackProcessor::GetStepperScrollComponent() in GetStepperScrollComponent() 186 return AceType::DynamicCast<ScrollComponent>(wrappingComponentsMap["stepperScroll"]); in GetStepperScrollComponent() 189 … RefPtr<ScrollComponent> stepperScroll = AceType::MakeRefPtr<ScrollComponent>(RefPtr<Component>()); in GetStepperScrollComponent()
|
H A D | view_stack_processor.h | 67 RefPtr<ScrollComponent> GetStepperScrollComponent();
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/dialog/ |
H A D | alert_dialog_component.cpp | 86 auto scroll = AceType::MakeRefPtr<ScrollComponent>(focusCollaboration); in BuildChild()
|
H A D | dialog_component.cpp | 111 auto scroll = AceType::MakeRefPtr<ScrollComponent>(focusCollaboration); in BuildChild() 287 auto scroll = AceType::MakeRefPtr<ScrollComponent>(content_); in BuildContent()
|