Searched refs:swiperEnd_ (Results 1 – 2 of 2) sorted by relevance
80 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()
200 RefPtr<RenderNode> swiperEnd_; variable