History log of /frameworks/base/core/java/android/webkit/DeviceOrientationService.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d5be055f79615e2b80fb3fe92a35db2bc84c023d 15-Aug-2012 Steve Block <steveblock@google.com> Fix alpha value for device orientation

This seems to have been incorrect since this code was first written for HC. I
can only think that the error was made due to confusion between portrait and
landscape mode as development switched from phones to tablets.

Tested on stingray and prime.

A similar fix will be required for Chrome.

Change-Id: I5da13c489fdb9de340b9e6ea8868c9f1adc15bb2
/frameworks/base/core/java/android/webkit/DeviceOrientationService.java
5ba2efeb9faaf7db9da205102b9a7f40b4b89f27 03-Aug-2011 Steve Block <steveblock@google.com> Minor clean-up in DeviceOrientation and DeviceMotion

No functional change.

See corresponding external/webkit change
https://android-git.corp.google.com/g/#change,125700

Change-Id: I2693328cb058820587ac43dd3121818959efd2d0
/frameworks/base/core/java/android/webkit/DeviceOrientationService.java
d09001fea476ca6c6eaff5e29a1bb6f3aebe5bd5 03-Aug-2011 Steve Block <steveblock@google.com> In DeviceMotionService, handle the fact that we may receive updates from SensorManager after unregistering.

Bug: 5110230
Change-Id: I9be502538517a094c83d2d1a9073dfaee3b436e7
/frameworks/base/core/java/android/webkit/DeviceOrientationService.java
1be73390778eb1b033a4db6339c8a8b325dfaad9 15-Oct-2010 Steve Block <steveblock@google.com> Rename DeviceOrientationManager to DeviceMotionAndOrientationManager

Requires a corresponding change in external/webkit ...
https://android-git.corp.google.com/g/74336

Change-Id: Ic8042a77db200cd2b0ea5ae3f70074aaba0cb414
/frameworks/base/core/java/android/webkit/DeviceOrientationService.java
8980343b13137aba5bd11d0d961360c03689d434 25-Aug-2010 Steve Block <steveblock@google.com> Make sure that we send the DeviceOrientation error event only once

Change-Id: Iff095ad4d282635c567b0c85a286056e23ca38e3
/frameworks/base/core/java/android/webkit/DeviceOrientationService.java
bb9db22fbb264f9a31ab85f74339b94cb1ab7151 18-Aug-2010 Steve Block <steveblock@google.com> Hook up device sensors for DeviceOrientation

Change-Id: Ic7165a07a02e3c38165b2f92e3ec7368d2b60e19
/frameworks/base/core/java/android/webkit/DeviceOrientationService.java
c43565be90a3119da675571238de20583ca32400 11-Aug-2010 Steve Block <steveblock@google.com> Implement DeviceOrientation

This patch provides all of the plumbing but only provides the error event,
used when we fail to connect to the device's sensors. Connection to the
sensors is coming in a later patch.

Change-Id: I322297d70570425b19917712e63e815651ceacc2
/frameworks/base/core/java/android/webkit/DeviceOrientationService.java