Uses of Class
android.hardware.Sensor

Packages that use Sensor
android.hardware   
 

Uses of Sensor in android.hardware
 

Fields in android.hardware declared as Sensor
 Sensor SensorEvent.sensor
           
 

Methods in android.hardware that return Sensor
 Sensor SensorManager.getDefaultSensor(int type)
           
 

Methods in android.hardware that return types with arguments of type Sensor
 List<Sensor> SensorManager.getSensorList(int type)
           
 

Methods in android.hardware with parameters of type Sensor
 void SensorEventListener.onAccuracyChanged(Sensor sensor, int accuracy)
           
 boolean SensorManager.registerListener(SensorEventListener listener, Sensor sensor, int rate)
           
 boolean SensorManager.registerListener(SensorEventListener listener, Sensor sensor, int rate, Handler handler)
           
 void SensorManager.unregisterListener(SensorEventListener listener, Sensor sensor)
           
 



Copyright © 2008-2012. All Rights Reserved.