Class WeatherDetailsActivity.SwipeGestureDetector

java.lang.Object
de.kaffeemitkoffein.tinyweatherforecastgermany.WeatherDetailsActivity.SwipeGestureDetector
Enclosing class:
WeatherDetailsActivity

public static class WeatherDetailsActivity.SwipeGestureDetector extends Object
  • Constructor Details

    • SwipeGestureDetector

      public SwipeGestureDetector()
  • Method Details

    • setThreshold

      public void setThreshold(int i)
    • onLeftSwipe

      public boolean onLeftSwipe(View view, MotionEvent motionEvent)
    • onRightSwipe

      public boolean onRightSwipe(View view, MotionEvent motionEvent)
    • onUpSwipe

      public boolean onUpSwipe(View view, MotionEvent motionEvent)
    • onDownSwipe

      public boolean onDownSwipe(View view, MotionEvent motionEvent)
    • onTouch

      public boolean onTouch(View view, MotionEvent motionEvent)