476c11fe9edf9f64a1287bd64dec9fd605f798d2.svn-base 894 B

1234567891011121314151617181920212223242526272829303132
  1. // Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.
  2. // Jad home page: http://www.geocities.com/kpdus/jad.html
  3. // Decompiler options: braces fieldsfirst space lnc
  4. package eVVM.apk.helper.basepicker;
  5. import android.view.MotionEvent;
  6. // Referenced classes of package com.qingchifan.view:
  7. // LoopView
  8. final class LoopViewGestureListener extends android.view.GestureDetector.SimpleOnGestureListener {
  9. final LoopMsgView loopView;
  10. LoopViewGestureListener(LoopMsgView loopview) {
  11. super();
  12. loopView = loopview;
  13. }
  14. public final boolean onDown(MotionEvent motionevent) {
  15. if (loopView.mTimer != null) {
  16. loopView.mTimer.cancel();
  17. }
  18. return true;
  19. }
  20. public final boolean onFling(MotionEvent motionevent, MotionEvent motionevent1, float f, float f1) {
  21. loopView.b(f1);
  22. return true;
  23. }
  24. }