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 org.apache.cordova.CompassListener.java

/**
 * This class listens to the compass sensor and stores the latest heading value.
 */
public class CompassListener extends CordovaPlugin implements SensorEventListener {

    public static int STOPPED = 0;

From source file org.skt.runtime.html5apis.Accelerometer.java

/**
 * This class listens to the accelerometer sensor and stores the latest 
 * acceleration values x,y,z.
 */
public class Accelerometer extends Plugin implements SensorEventListener {

From source file cn.edu.gdmec.t00385.lightsensor.LightSensorListener.java

/**
 * This class listens to the compass sensor and stores the latest heading value.
 */
public class LightSensorListener extends CordovaPlugin implements SensorEventListener {

    public static int STOPPED = 0;

From source file org.apache.cordova.core.CompassListener.java

/**
 * This class listens to the compass sensor and stores the latest heading value.
 */
public class CompassListener extends CordovaPlugin implements SensorEventListener {

    public static int STOPPED = 0;

From source file com.mummyding.app.leisure.ui.about.AboutActivity.java

public class AboutActivity extends SwipeBackActivity implements SensorEventListener {

    private Toolbar toolbar;
    private SensorManager mSensorManager;
    private boolean isShakeMode = false;
    private int mLang = -1;

From source file org.apache.cordova.core.AccelListener.java

/**
 * This class listens to the accelerometer sensor and stores the latest
 * acceleration values x,y,z.
 */
public class AccelListener extends CordovaPlugin implements SensorEventListener {

From source file org.apache.cordova.deviceorientation.CompassListener.java

/**
 * This class listens to the compass sensor and stores the latest heading value.
 */
public class CompassListener extends CordovaPlugin implements SensorEventListener {

    public static int STOPPED = 0;

From source file org.apache.cordova.devicemotion.LightListener.java

/**
 * This class listens to the accelerometer sensor and stores the latest
 * acceleration values x,y,z.
 */
public class LightListener extends CordovaPlugin implements SensorEventListener {

From source file com.bsafe.sensors.motion.BSMotionSensorsPlugin.java

/**
 * This class listens to the accelerometer sensor and stores the latest
 * acceleration values x,y,z.
 */
public class BSMotionSensorsPlugin extends CordovaPlugin implements SensorEventListener {

From source file de.sopamo.triangula.android.GameActivity.java

public class GameActivity extends FragmentActivity implements SensorEventListener {

    /**
     * Called when the activity is first created.
     */
    GameGLSurfaceView mGameGlSurfaceView;