Searched refs:mainDeltaOrVelocity (Results 1 – 2 of 2) sorted by relevance
500 bool CheckSwiperPanEvent(float mainDeltaOrVelocity);
5424 bool SwiperPattern::CheckSwiperPanEvent(float mainDeltaOrVelocity) in CheckSwiperPanEvent() argument5430 mainDeltaOrVelocity = -mainDeltaOrVelocity; in CheckSwiperPanEvent()5432 if (GreatNotEqual(mainDeltaOrVelocity, 0.0)) { in CheckSwiperPanEvent()5434 } else if (LessNotEqual(mainDeltaOrVelocity, 0.0)) { in CheckSwiperPanEvent()