List of usage examples for android.view GestureDetector.OnGestureListener interface-usage
From source file org.gearvrf.keyboard.util.VRSamplesTouchPadGesturesDetector.java
public class VRSamplesTouchPadGesturesDetector extends Object implements GestureDetector.OnGestureListener, GestureDetector.OnDoubleTapListener { private static final int MIN_MOVE_TIME = 250; public static final String DEBUG_TAG = "Gestures"; private GestureDetectorCompat mDetector;
From source file org.gearvrf.viewmanager.controls.util.VRSamplesTouchPadGesturesDetector.java
public class VRSamplesTouchPadGesturesDetector extends Object implements GestureDetector.OnGestureListener, GestureDetector.OnDoubleTapListener { private static final int MIN_MOVE_TIME = 250; public static final String DEBUG_TAG = "Gestures"; private GestureDetectorCompat mDetector;
From source file com.tsroad.map.GeoFenceActivity.java
/**
% @authors Keung Charteris & T.s.road CZQ
% @version 1.0 ($Revision$)
% @addr. GUET, Gui Lin, 540001, P.R.China
% @contact : cztsiang@gmail.com
% @date Copyright(c) 2016-2020, All rights reserved.
From source file com.kunze.androidlocaltodo.ProgrammaticViewPager.java
public class ProgrammaticViewPager extends ViewPager implements GestureDetector.OnGestureListener { public ProgrammaticViewPager(Context context) { super(context); mEnabled = true; mSwipeDetector = new GestureDetector(getContext(), this); }
From source file io.github.developersofcydonia.freedtouch.FreeDTouch.java
public class FreeDTouch implements View.OnTouchListener, GestureDetector.OnGestureListener { private OnForceTouchListener mListener; private View mView; /**
From source file zemin.notification.NotificationRootView.java
/** * Root view handling both {@link NotificationView} and {@link NotificationBoard}. */ public class NotificationRootView extends FrameLayout implements GestureDetector.OnGestureListener, GestureDetector.OnDoubleTapListener {
From source file com.geekandroid.sdk.base.BaseActivity.java
/** * date : 2016-02-05 14:51 * author : Mickaecle gizthon * description : */ public class BaseActivity extends FragmentActivity
From source file com.tsroad.map.SetFenceActivity.java
/**
% @authors Keung Charteris & T.s.road CZQ
% @version 1.0 ($Revision$)
% @addr. GUET, Gui Lin, 540001, P.R.China
% @contact : cztsiang@gmail.com
% @date Copyright(c) 2016-2020, All rights reserved.
From source file ru.zapolnov.MainActivity.java
public class MainActivity extends Activity implements GestureDetector.OnGestureListener, GestureDetector.OnDoubleTapListener { private GLSurfaceView m_GLView; private GestureDetectorCompat m_GestureDetector; @Override
From source file com.tsroad.map.PositionButtonActivity.java
/** * AMapV2????? */ public class PositionButtonActivity extends FragmentActivity implements LocationSource, AMapLocationListener, GestureDetector.OnGestureListener { private AMap aMap = null;