Searched refs:CheckSwiperPanEvent (Results 1 – 2 of 2) sorted by relevance
500 bool CheckSwiperPanEvent(float mainDeltaOrVelocity);
2181 if (!pattern->CheckSwiperPanEvent(info.GetMainDelta())) { in InitPanEvent()2791 if (!CheckSwiperPanEvent(dragVelocity)) { in HandleDragEnd()5025 if (!CheckSwiperPanEvent(offset)) { in HandleScroll()5424 bool SwiperPattern::CheckSwiperPanEvent(float mainDeltaOrVelocity) in CheckSwiperPanEvent() function in OHOS::Ace::NG::SwiperPattern