Home
last modified time | relevance | path

Searched defs:renderList (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dlist_composed_element.cpp78 auto renderList = AceType::DynamicCast<RenderList>(node); in GetSpace() local
91 auto renderList = AceType::DynamicCast<RenderList>(node); in GetInitialIndex() local
104 auto renderList = AceType::DynamicCast<RenderList>(node); in GetListDirection() local
117 auto renderList = AceType::DynamicCast<RenderList>(node); in GetEditMode() local
130 auto renderList = AceType::DynamicCast<RenderList>(node); in GetRestoreId() local
148 auto renderList = AceType::DynamicCast<RenderList>(node); in GetMultiSelectable() local
164 auto renderList = AceType::DynamicCast<RenderList>(node); in GetDivider() local
200 auto renderList = AceType::DynamicCast<RenderList>(node); in GetEdgeEffect() local
229 auto renderList = AceType::DynamicCast<RenderList>(node); in GetChainAnimation() local
242 auto renderList = AceType::DynamicCast<RenderList>(node); in GetScrollBar() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll_bar/
H A Dscroll_bar_proxy.cpp226 auto renderList = AceType::DynamicCast<V2::RenderList>(node); in GetScrollableAxis() local
253 auto renderList = AceType::DynamicCast<V2::RenderList>(scrollable); in GetScrollableChildSize() local
289 auto renderList = AceType::DynamicCast<V2::RenderList>(scrollable); in AdjustParam() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Drender_list_item.cpp141 auto renderList = GetRenderList(); in CalculateScaleFactorOnWatch() local
593 auto renderList = GetRenderList(); in ResetFocusEffect() local
605 auto renderList = GetRenderList(); in ResetFocusEffect() local
620 auto renderList = GetRenderList(); in ResetFocusEffect() local
638 auto renderList = GetRenderList(); in ResetFocusEffect() local
H A Dlist_watch_layout_manager.cpp28 ListWatchLayoutManager::ListWatchLayoutManager(RenderList& renderList) in ListWatchLayoutManager()
H A Dgrid_layout_manager.cpp34 GridLayoutManager::GridLayoutManager(RenderList& renderList) : renderList_(renderList) {} in GridLayoutManager()
H A Dlist_layout_manager.cpp32 ListLayoutManager::ListLayoutManager(RenderList& renderList) : renderList_(renderList) {} in ListLayoutManager()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list.cpp190 auto renderList = weak.Upgrade(); in InitScrollable() local
265 auto renderList = weak.Upgrade(); in InitScrollBarProxy() local
1770 auto renderList = weak.Upgrade(); in AnimateTo() local
2067 auto renderList = weak.Upgrade(); in InitChainAnimation() local
2415 auto renderList = weakRenderList.Upgrade(); in CreateDragDropRecognizer() local
2434 auto renderList = weakRenderList.Upgrade(); in CreateDragDropRecognizer() local
2476 auto renderList = weak.Upgrade(); in CreateDragDropRecognizer() local
2496 auto renderList = weakRenderList.Upgrade(); in CreateDragDropRecognizer() local
2550 auto renderList = weakRenderList.Upgrade(); in CreateDragDropRecognizer() local
2608 auto renderList = weakRenderList.Upgrade(); in CreateDragDropRecognizer() local
H A Drender_list_item.cpp464 RefPtr<RenderList> renderList = AceType::DynamicCast<RenderList>(parent); in IsVertical() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Drender_multi_child_scroll.cpp695 auto renderList = AceType::DynamicCast<RenderList>(GetChildren().front()); in ScrollToEdge() local
741 auto renderList = AceType::DynamicCast<RenderList>(GetChildren().front()); in ScrollPage() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/relative_container/
H A Drender_relative_container.cpp200 void RenderRelativeContainer::TopologicalSort(std::list<std::string>& renderList) in TopologicalSort()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/box/
H A Drender_box.cpp491 auto renderList = FindTargetRenderNode<V2::RenderList>(context_.Upgrade(), info); in SetSelectedIndex() local
505 auto renderList = renderNode->FindTargetRenderNode<V2::RenderList>(context_.Upgrade(), info); in SetInsertIndex() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/pipeline/
H A Dpipeline_context.cpp2972 … auto renderList = renderNode->FindChildNodeOfClass<V2::RenderList>(globalPoint, globalPoint); in ProcessDragEvent() local
3026 … auto renderList = renderNode->FindChildNodeOfClass<V2::RenderList>(globalPoint, globalPoint); in ProcessDragEventEnd() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/relative_container/
H A Drelative_container_layout_algorithm.cpp1268 void RelativeContainerLayoutAlgorithm::TopologicalSort(std::list<std::string>& renderList) in TopologicalSort()