summaryrefslogtreecommitdiff
path: root/core/java/android/webkit/DeviceOrientationService.java
Commit message (Collapse)AuthorAgeFilesLines
* Delete the old WebView.Torne (Richard Coles)2013-10-151-225/+0
| | | | | | | | | Delete all the Java classes used only by the old WebView implementation, and also sections of common classes that were only needed for the old WebView. Bug: 10427705 Change-Id: I02549a71104b35d86d99058c71f43e054730ec7d
* am 768d9e1a: Merge "Correct executable bit for source files"Kenny Root2012-11-071-0/+0
|\ | | | | | | | | * commit '768d9e1a72ceee7d4a5f608776b87b62d6ce4a04': Correct executable bit for source files
| * Correct executable bit for source filesKenny Root2012-11-071-0/+0
| | | | | | | | | | | | | | | | | | Many media files and source code files were marked as executable in Git. Remove those. Also a shell script and python script were not marked as executable. Change-Id: Ieb51bafb46c895a21d2e83696f5a901ba752b2c5
* | Fix alpha value for device orientationSteve Block2012-08-161-1/+1
|/ | | | | | | | | | | | 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
* Minor clean-up in DeviceOrientation and DeviceMotionSteve Block2012-04-121-0/+2
| | | | | | | | | No functional change. See corresponding external/webkit change https://android-git.corp.google.com/g/#change,125700 Change-Id: I2693328cb058820587ac43dd3121818959efd2d0
* In DeviceMotionService, handle the fact that we may receive updates from ↵Steve Block2011-08-031-0/+1
| | | | | | | SensorManager after unregistering. Bug: 5110230 Change-Id: I9be502538517a094c83d2d1a9073dfaee3b436e7
* Rename DeviceOrientationManager to DeviceMotionAndOrientationManagerSteve Block2010-10-151-3/+3
| | | | | | | Requires a corresponding change in external/webkit ... https://android-git.corp.google.com/g/74336 Change-Id: Ic8042a77db200cd2b0ea5ae3f70074aaba0cb414
* Make sure that we send the DeviceOrientation error event only onceSteve Block2010-10-061-0/+8
| | | | Change-Id: Iff095ad4d282635c567b0c85a286056e23ca38e3
* Hook up device sensors for DeviceOrientationSteve Block2010-08-241-9/+142
| | | | Change-Id: Ic7165a07a02e3c38165b2f92e3ec7368d2b60e19
* Implement DeviceOrientationSteve Block2010-08-191-0/+81
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