Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Drender_list.cpp611 double ceilingItemPosition = GetMainSize(stickyItem_->GetLayoutSize()); in CalculateStickyItemOffset() local
612 double offset = nextItemPosition - position - ceilingItemPosition; in CalculateStickyItemOffset()