Example usage for android.view View.OnTouchListener interface-usage

List of usage examples for android.view View.OnTouchListener interface-usage

Introduction

In this page you can find the example usage for android.view View.OnTouchListener interface-usage.

Usage

From source file com.mishiranu.dashchan.ui.navigator.DrawerForm.java

public class DrawerForm extends BaseAdapter
        implements EdgeEffectHandler.Shift, SortableListView.OnFinishedListener, AdapterView.OnItemClickListener,
        AdapterView.OnItemLongClickListener, DrawerLayout.DrawerListener, EditText.OnEditorActionListener,
        View.OnClickListener, View.OnTouchListener, WatcherService.Client.Callback {
    private final Context context;
    private final Context unstyledContext;

From source file com.android.deskclock.AlarmClockFragment.java

/**
 * AlarmClock application.
 */
public abstract class AlarmClockFragment extends DeskClockFragment
        implements LoaderManager.LoaderCallbacks<Cursor>, View.OnTouchListener {
    private static final float EXPAND_DECELERATION = 1f;

From source file com.achep.acdisplay.ui.fragments.AcDisplayFragment.java

/**
 * This is main fragment of ActiveDisplay app.
 */
// TODO: Put main scene inside of widget.
public class AcDisplayFragment extends Fragment implements NotificationPresenter.OnNotificationListChangedListener,
        ForwardingLayout.OnForwardedEventListener, View.OnTouchListener, Widget.Callback,

From source file com.bullmobi.message.ui.fragments.EasyNotificationFragment.java

/**
 * This is main fragment of ActiveDisplay app.
 */
// TODO: Put main scene inside of widget.
public class EasyNotificationFragment extends Fragment
        implements NotificationPresenter.OnNotificationListChangedListener,

From source file com.google.android.apps.santatracker.rocketsleigh.RocketSleighActivity.java

public class RocketSleighActivity extends FragmentActivity
        implements View.OnTouchListener, GestureDetector.OnGestureListener, GestureDetector.OnDoubleTapListener,
        OnClickListener, SoundPool.OnLoadCompleteListener, MediaPlayer.OnCompletionListener {

    private ImageView mElf;
    private ImageView mThrust;

From source file com.almalence.opencam.ApplicationScreen.java

/***
 * ApplicationScreen - main activity screen with camera functionality
 * 
 * Passes all main events to PluginManager
 ***/

From source file com.android.leanlauncher.Workspace.java

/**
 * The workspace is a wide area with a wallpaper and a single page.
 * The page contains a number of icons, folders or widgets the user can
 * interact with. A workspace is meant to be used with a fixed width only.
 */
public class Workspace extends ViewGroup implements DropTarget, DragSource, View.OnTouchListener,

From source file com.androzic.vnspeech.MapFragment.java

public class MapFragment extends Fragment
        implements MapHolder, OnSharedPreferenceChangeListener, View.OnClickListener, View.OnTouchListener,
        MenuBuilder.Callback, MenuPresenter.Callback, Recorder.Callback {
    public static final String TAG = "MapFragment";
    private static final int REQ_CODE_SPEECH_INPUT = 1001;

From source file saphion.fragments.alarm.AlarmFragment.java

/**
 * AlarmClock application.
 */
public class AlarmFragment extends Fragment implements LoaderManager.LoaderCallbacks<Cursor>, View.OnTouchListener {
    private static final float EXPAND_DECELERATION = 1f;
    private static final float COLLAPSE_DECELERATION = 0.7f;

From source file com.t2.compassionMeditation.MeditationActivity.java

public class MeditationActivity extends BaseActivity implements OnBioFeedbackMessageRecievedListener, SPINEListener,
        View.OnTouchListener, SeekBar.OnSeekBarChangeListener, AntPlusManager.Callbacks {
    private static final String TAG = "BFDemo";
    private static final String mActivityVersion = "2.4";
    private static final int BLUETOOTH_SETTINGS_ID = 987;