Example usage for android.hardware SensorEventListener interface-usage

List of usage examples for android.hardware SensorEventListener interface-usage

Introduction

In this page you can find the example usage for android.hardware SensorEventListener interface-usage.

Usage

From source file com.android.gpstest.GpsTestActivity.java

public class GpsTestActivity extends ActionBarActivity implements LocationListener, GpsStatus.Listener,
        android.support.v7.app.ActionBar.TabListener, SensorEventListener {

    private static final String TAG = "GpsTestActivity";

    private static final int SECONDS_TO_MILLISECONDS = 1000;

From source file com.spoiledmilk.ibikecph.navigation.SMRouteNavigationMapFragment.java

public class SMRouteNavigationMapFragment extends MapFragmentBase
        implements SMRouteListener, MapListener, SensorEventListener {

    protected static final double COORDINATE_PADDING = 0.002;

    protected PathOverlay pathOverlay, pathOverlay2;

From source file com.google.android.apps.santatracker.dasherdancer.DasherDancerActivity.java

public class DasherDancerActivity extends FragmentActivity implements OnGestureListener, OnScaleGestureListener,
        Handler.Callback, Listener, SensorEventListener, AnimatorListener, OnPageChangeListener, SignInListener {

    /**
     * Extra key used to pass back the character id that should be selected, set by the CharacterActivity.
     */

From source file com.sir_m2x.messenger.activities.ChatWindowPager.java

/**
 * INCOMPLETE! Literally useless for now ;-]
 * 
 * @author Mehran Maghoumi [aka SirM2X] (maghoumi@gmail.com)
 * 
 */

From source file com.shadowmaps.example.GpsTestActivity.java

public class GpsTestActivity extends SherlockFragmentActivity
        implements LocationListener, GpsStatus.Listener, ActionBar.TabListener, SensorEventListener {

    protected void onStart() {
        super.onStart();
    }

From source file net.sourceforge.fidocadj.FidoMain.java

/** The main activity of the FidoCadJ application. Important things handled
   here are:
       
   - Creation and destruction of the activity (app).
   - Handling menu events (contextual and main menu).
       

From source file com.example.lijingjiang.mobile_sensor_display.SimplePedometerActivity.java

public class SimplePedometerActivity extends Activity implements SensorEventListener, StepListener,
        ConnectionCallbacks, OnConnectionFailedListener, com.google.android.gms.location.LocationListener {
    private Activity a = this;
    /**
     * To calculate the elapsed time during calculation
     */

From source file radu.pidroid.Controller.java

public class Controller extends Activity implements SensorEventListener, View.OnTouchListener,
        SeekBar.OnSeekBarChangeListener, ExpandableListView.OnGroupClickListener, JoystickView.MoveListener {

    //
    public final static String EXTRA_CONTROLS_ID = "radu.pidroid.CONTROLSID";
    public final static String EXTRA_MAX_TILT_ANGLE = "radu.pidroid.MAXTILTANGLE";

From source file org.puder.trs80.EmulatorActivity.java

public class EmulatorActivity extends BaseActivity
        implements SensorEventListener, GameControllerListener, OnGlobalLayoutListener {

    public static final String EXTRA_CONFIGURATION_ID = "conf_id";
    private static final String TAG = "EmulatorActivity";

From source file fr.bde_eseo.eseomega.GantierActivity.java

/**
 * Created by Franois L. on 15/08/2015.
 */
public class GantierActivity extends Activity implements SensorEventListener {

    private SensorManager senSensorManager;