Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/tab_bar/
H A Drender_tab_content.cpp432 auto toItemPosValue = offset + (newIndex < currentIndex ? prevOffset_ : nextOffset_); in UpdateChildPosition() local
433 Offset toItemPos = GetMainAxisOffset(toItemPosValue); in UpdateChildPosition()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/swiper/
H A Drender_swiper.cpp1653 double toItemPosValue = 0.0; in UpdateScrollPosition() local
1655 toItemPosValue = scrollOffset_ > 0 ? prevItemOffset_ : nextItemOffset_; in UpdateScrollPosition()
1659 iter->second->SetPosition(GetMainAxisOffset(toItemPosValue)); in UpdateScrollPosition()