org.openintents.samples.openglsensors
Class R.string

java.lang.Object
  extended by org.openintents.samples.openglsensors.R.string
Enclosing class:
R

public static final class R.string
extends java.lang.Object


Field Summary
static int accelerometer
           
static int accelerometer_compass
           
static int compass
           
static int connect_simulator
           
static int not_available
           
static int openglsensors_app_name
           
static int openglsensors_settings
           
static int orientation
           
static int orientation_compass
           
static int sensor
           
static int sensor_type
           
 
Constructor Summary
R.string()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

accelerometer

public static final int accelerometer
See Also:
Constant Field Values

accelerometer_compass

public static final int accelerometer_compass
See Also:
Constant Field Values

compass

public static final int compass
See Also:
Constant Field Values

connect_simulator

public static final int connect_simulator
See Also:
Constant Field Values

not_available

public static final int not_available
See Also:
Constant Field Values

openglsensors_app_name

public static final int openglsensors_app_name
See Also:
Constant Field Values

openglsensors_settings

public static final int openglsensors_settings
See Also:
Constant Field Values

orientation

public static final int orientation
See Also:
Constant Field Values

orientation_compass

public static final int orientation_compass
See Also:
Constant Field Values

sensor

public static final int sensor
See Also:
Constant Field Values

sensor_type

public static final int sensor_type
See Also:
Constant Field Values
Constructor Detail

R.string

public R.string()