@override void onSwipe(final int distX, final int distY, final double speedMmPerSec) { _swipeCallback?.call(distX, distY, speedMmPerSec); }