Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Dlist_layout_manager.cpp210 mainOffset_ = -1.0; in NotifyNeedRefresh()
289 list->mainOffset_ = -1.0; in AnimationForItemUpdate()
333 if (mainOffset_ < 0.0) { in AdjustLayoutParam()
334 mainOffset_ = -renderList_.GetMainPosition(position_); in AdjustLayoutParam()
336 double offset = mainOffset_ + renderList_.GetMainSize(layoutSize) * friction_ * symbol; in AdjustLayoutParam()
H A Dlist_layout_manager.h96 double mainOffset_ = -1.0; variable