Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_v2/list/
H A Drender_list_item.cpp80 if (swiperEnd_) { in Paint()
81 PaintChild(swiperEnd_, context, offset); in Paint()
103 swiperEnd_.Reset(); in PerfLayoutSwiperMode()
127 if (!swiperEnd_) { in PerfLayoutSwiperMode()
141 swiperEnd_ = swiperEnd; in PerfLayoutSwiperMode()
154 swiperEnd_.Reset(); in PerformLayout()
335 double width = swiperEnd_ ? GetCrossSize(endSize_) : 0.0; in GetFriction()
351 } else if (swiperEnd_ && GreatNotEqual(-curOffset_, GetCrossSize(endSize_))) { in UpdatePostion()
427 } else if (LessNotEqual(curOffset_, 0.0) && swiperEnd_) { in HandleDragEnd()
H A Drender_list_item.h200 RefPtr<RenderNode> swiperEnd_; variable