HomeSort by relevance Sort by last modified time
    Searched refs:Compass (Results 1 - 9 of 9) sorted by null

  /development/samples/Compass/
Android.mk 9 LOCAL_PACKAGE_NAME := Compass
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Compass.java 29 public class Compass extends GraphicsActivity {
31 private static final String TAG = "Compass";
  /external/libgdx/gdx/src/com/badlogic/gdx/
Input.java 40 * The class also offers methods to use (and test for the presence of) other input systems like vibration, compass, on-screen
561 HardwareKeyboard, OnscreenKeyboard, MultitouchScreen, Accelerometer, Compass, Vibrator, Gyroscope
  /external/libgdx/gdx/src/com/badlogic/gdx/input/
RemoteInput.java 33 * An {@link Input} implementation that receives touch, key, accelerometer and compass events from a remote Android device. Just
176 private float[] compass = new float[3]; field in class:RemoteInput
252 case RemoteSender.COMPASS:
253 compass[0] = in.readFloat();
254 compass[1] = in.readFloat();
255 compass[2] = in.readFloat();
437 return compass[0];
442 return compass[1];
447 return compass[2];
489 if (peripheral == Peripheral.Compass) return true;
    [all...]
  /external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosmoe/
IOSInput.java 498 if (peripheral == Peripheral.Compass) return compassSupported;
  /external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/
IOSInput.java 555 if (peripheral == Peripheral.Compass) return compassSupported;
  /external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
AndroidInput.java 754 if (peripheral == Peripheral.Compass) return compassAvailable;
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/
GwtInput.java 286 if (peripheral == Peripheral.Compass) return false;
  /external/v8/test/mjsunit/
unicode-test.js     [all...]

Completed in 750 milliseconds