Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Drender_list.cpp553 stickyItemOffset_ = Offset::Zero(); in CalculateStickyItem()
592 stickyItemOffset_ = Offset::Zero(); in CalculateStickyItemOffset()
632 stickyItemOffset_.SetY(offset); in CalculateStickyItemOffset()
635 stickyItemOffset_.SetX(offset); in CalculateStickyItemOffset()
H A Drender_list.h527 return stickyItemOffset_; in GetStickyItemOffset()
596 Offset stickyItemOffset_; variable