Searched defs:sensor (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/
H A DProximitySensorManager.java28 * Manages the proximity sensor and notifies a listener when enabled.
32 * Listener of the state of the proximity sensor.
34 * This interface abstracts two possible states for the proximity sensor, near and far.
36 * The actual meaning of these states depends on the actual sensor.
39 /** Called when the proximity sensor transitions from the far to the near state. */
41 /** Called when the proximity sensor transitions from the near to the far state. */
53 * sensor.
58 * The listener to the state of the sensor.
60 * Contains most of the logic concerning tracking of the sensor.
66 * listener the next time the sensor reache
131 onAccuracyChanged(Sensor sensor, int accuracy) argument
[all...]
/packages/apps/Gallery2/src/com/android/gallery3d/app/
H A DEyePosition.java90 Log.w(TAG, "no sensor available");
182 public void onAccuracyChanged(Sensor sensor, int accuracy) { argument
186 switch (event.sensor.getType()) {

Completed in 2974 milliseconds