Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_watch_layout_manager.cpp66 if (renderList_.GetCenterIndex() == INVALID_INDEX) { in PerformLayout()
152 auto centerIndex = renderList_.GetCenterIndex(); in HandleItemStateAndEffect()
H A Drender_list.h486 int32_t GetCenterIndex() const in GetCenterIndex() function
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/scroll/
H A Drender_multi_child_scroll.cpp797 auto childItem = listBase->GetChildByIndex(listBase->GetCenterIndex()); in HandleRotate()