Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Drender_tab_content.cpp426 const auto& toItem = contentMap_[newIndex]; in UpdateChildPosition() local
427 if (!toItem) { in UpdateChildPosition()
431 toItem->SetHidden(false); in UpdateChildPosition()
434 toItem->SetPosition(toItemPos); in UpdateChildPosition()
435 toItem->MarkNeedRender(); in UpdateChildPosition()