Home
last modified time | relevance | path

Searched refs:renderList (Results 1 – 18 of 18) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/inspector/
H A Dlist_composed_element.cpp79 if (renderList) { in GetSpace()
92 if (renderList) { in GetInitialIndex()
105 if (renderList) { in GetListDirection()
118 if (renderList) { in GetEditMode()
131 if (renderList) { in GetRestoreId()
133 auto restoreId = renderList->GetRestoreId(); in GetRestoreId()
149 if (renderList) { in GetMultiSelectable()
165 if (!renderList) { in GetDivider()
201 if (!renderList) { in GetEdgeEffect()
230 if (renderList) { in GetChainAnimation()
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list.cpp192 if (!renderList) { in InitScrollable()
216 renderList->ProcessDragUpdate(renderList->GetMainAxis(delta)); in InitScrollable()
223 return renderList->UpdateScrollPosition(renderList->GetMainAxis(delta), source); in InitScrollable()
266 if (!renderList) { in InitScrollBarProxy()
1771 if (!renderList) { in AnimateTo()
2416 if (!renderList) { in CreateDragDropRecognizer()
2435 if (!renderList) { in CreateDragDropRecognizer()
2456 renderList->selectedItemIndex_ = renderList->GetIndexByListItem(listItem); in CreateDragDropRecognizer()
2497 if (!renderList) { in CreateDragDropRecognizer()
2551 if (!renderList) { in CreateDragDropRecognizer()
[all …]
H A Drender_list_item.cpp464 RefPtr<RenderList> renderList = AceType::DynamicCast<RenderList>(parent); in IsVertical() local
465 if (!renderList) { in IsVertical()
468 return renderList->IsVertical(); in IsVertical()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Drender_list_item.cpp142 if (!renderList) { in CalculateScaleFactorOnWatch()
593 auto renderList = GetRenderList(); in ResetFocusEffect() local
594 if (renderList) { in ResetFocusEffect()
605 auto renderList = GetRenderList(); in ResetFocusEffect() local
606 if (renderList) { in ResetFocusEffect()
620 auto renderList = GetRenderList(); in ResetFocusEffect() local
621 if (!renderList) { in ResetFocusEffect()
632 renderList->MarkNeedRender(); in ResetFocusEffect()
638 auto renderList = GetRenderList(); in ResetFocusEffect() local
639 if (renderList) { in ResetFocusEffect()
[all …]
H A Dlist_watch_layout_manager.h32 explicit ListWatchLayoutManager(RenderList& renderList);
H A Dlist_watch_layout_manager.cpp28 ListWatchLayoutManager::ListWatchLayoutManager(RenderList& renderList) in ListWatchLayoutManager() argument
29 : ListLayoutManager(renderList) {} in ListWatchLayoutManager()
H A Dgrid_layout_manager.h32 explicit GridLayoutManager(RenderList& renderList);
H A Dlist_layout_manager.h35 explicit ListLayoutManager(RenderList& renderList);
H A Dgrid_layout_manager.cpp34 GridLayoutManager::GridLayoutManager(RenderList& renderList) : renderList_(renderList) {} in GridLayoutManager() argument
H A Dlist_layout_manager.cpp32 ListLayoutManager::ListLayoutManager(RenderList& renderList) : renderList_(renderList) {} in ListLayoutManager() argument
/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
227 if (renderList) { in GetScrollableAxis()
228 return renderList->GetAxis(); in GetScrollableAxis()
253 auto renderList = AceType::DynamicCast<V2::RenderList>(scrollable); in GetScrollableChildSize() local
254 if (renderList) { in GetScrollableChildSize()
255 scrollBarAxis == Axis::VERTICAL ? result.SetHeight(renderList->GetEstimatedHeight()) in GetScrollableChildSize()
256 : result.SetWidth(renderList->GetEstimatedHeight()); in GetScrollableChildSize()
289 auto renderList = AceType::DynamicCast<V2::RenderList>(scrollable); in AdjustParam() local
290 if (renderList) { in AdjustParam()
293 scrollableAxis = renderList->GetAxis(); in AdjustParam()
[all …]
/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
696 if (!renderList) { in ScrollToEdge()
703 position = renderList->CalculateItemPosition(0, ScrollType::SCROLL_TOP); in ScrollToEdge()
705 position = renderList->CalculateItemPosition(0, ScrollType::SCROLL_BOTTOM); in ScrollToEdge()
741 auto renderList = AceType::DynamicCast<RenderList>(GetChildren().front()); in ScrollPage() local
742 if (!renderList) { in ScrollPage()
748 position = renderList->CalculateItemPosition(0, ScrollType::SCROLL_PAGE_UP); in ScrollPage()
750 position = renderList->CalculateItemPosition(0, ScrollType::SCROLL_PAGE_DOWN); in ScrollPage()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/relative_container/
H A Drender_relative_container.h48 void TopologicalSort(std::list<std::string>& renderList);
H A Drender_relative_container.cpp200 void RenderRelativeContainer::TopologicalSort(std::list<std::string>& renderList) in TopologicalSort() argument
226 renderList.emplace_back(currentNodeName); 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
492 if (renderList) { in SetSelectedIndex()
493 selectedIndex_ = renderList->CalculateSelectedIndex(renderList, info, selectedItemSize_); in SetSelectedIndex()
505 auto renderList = renderNode->FindTargetRenderNode<V2::RenderList>(context_.Upgrade(), info); in SetInsertIndex() local
506 if (renderList) { in SetInsertIndex()
507 insertIndex_ = renderList->CalculateInsertIndex(renderList, info, selectedItemSize_); in SetInsertIndex()
/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
2973 if (renderList) { in ProcessDragEvent()
2974 … insertIndex_ = renderList->CalculateInsertIndex(renderList, info, selectedItemSize_); in ProcessDragEvent()
3026 … auto renderList = renderNode->FindChildNodeOfClass<V2::RenderList>(globalPoint, globalPoint); in ProcessDragEventEnd() local
3027 if (renderList) { in ProcessDragEventEnd()
3028 insertIndex_ = renderList->CalculateInsertIndex(renderList, info, selectedItemSize_); in ProcessDragEventEnd()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/relative_container/
H A Drelative_container_layout_algorithm.h113 void TopologicalSort(std::list<std::string>& renderList);
H A Drelative_container_layout_algorithm.cpp1268 void RelativeContainerLayoutAlgorithm::TopologicalSort(std::list<std::string>& renderList) in TopologicalSort() argument
1294 renderList.emplace_back(currentNodeInspectorId); in TopologicalSort()