HomeSort by relevance Sort by last modified time
    Searched defs:onSensorEvent (Results 1 - 2 of 2) sorted by null

  /packages/apps/InCallUI/src/com/android/incallui/
AccelerometerListener.java 115 private void onSensorEvent(double x, double y, double z) {
116 if (VDEBUG) Log.d(TAG, "onSensorEvent(" + x + ", " + y + ", " + z + ")");
136 onSensorEvent(event.values[0], event.values[1], event.values[2]);
  /device/generic/goldfish/camera/
EmulatedFakeCamera3.cpp     [all...]

Completed in 96 milliseconds